svn commit: r501638 - head/www/smarty2

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 14 09:31:35 UTC 2019


Author: amdmi3
Date: Tue May 14 09:31:33 2019
New Revision: 501638
URL: https://svnweb.freebsd.org/changeset/ports/501638

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Switch to options helpers
  - Update WWW
  
  Approved by:	portmgr blanket

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

Modified: head/www/smarty2/Makefile
==============================================================================
--- head/www/smarty2/Makefile	Tue May 14 09:25:30 2019	(r501637)
+++ head/www/smarty2/Makefile	Tue May 14 09:31:33 2019	(r501638)
@@ -12,7 +12,8 @@ PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 MAINTAINER=	danilo at FreeBSD.org
 COMMENT=	PHP compiling template engine
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING.lib
 
 OPTIONS_DEFINE=	DOCS
 
@@ -29,6 +30,8 @@ GH_ACCOUNT=	smarty-php
 do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	(cd ${WRKSRC}/libs && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in BUGS FAQ INSTALL NEWS README
 	${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}

Modified: head/www/smarty2/pkg-descr
==============================================================================
--- head/www/smarty2/pkg-descr	Tue May 14 09:25:30 2019	(r501637)
+++ head/www/smarty2/pkg-descr	Tue May 14 09:31:33 2019	(r501638)
@@ -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/


More information about the svn-ports-all mailing list