Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2019 09:31:31 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501011 - head/www/smarty3
Message-ID:  <201905080931.x489VVFn008154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed May  8 09:31:31 2019
New Revision: 501011
URL: https://svnweb.freebsd.org/changeset/ports/501011

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/www/smarty3/Makefile
  head/www/smarty3/pkg-descr

Modified: head/www/smarty3/Makefile
==============================================================================
--- head/www/smarty3/Makefile	Wed May  8 09:10:11 2019	(r501010)
+++ head/www/smarty3/Makefile	Wed May  8 09:31:31 2019	(r501011)
@@ -10,7 +10,8 @@ PKGNAMESUFFIX=	3${PHP_PKGNAMESUFFIX}
 MAINTAINER=	ports@michael-fausten.de
 COMMENT=	PHP compiling template engine
 
-LICENSE=	LGPL3
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		php:web,flavors
 USE_PHP=	pcre

Modified: head/www/smarty3/pkg-descr
==============================================================================
--- head/www/smarty3/pkg-descr	Wed May  8 09:10:11 2019	(r501010)
+++ head/www/smarty3/pkg-descr	Wed May  8 09:31:31 2019	(r501011)
@@ -8,4 +8,4 @@ the  templates into  PHP  scripts,  eliminating the  n
 templates on every invocation. This  makes Smarty extremely scalable and
 managable for large application needs.
 
-WWW: http://www.smarty.net/
+WWW: https://www.smarty.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905080931.x489VVFn008154>