Date: Tue, 14 May 2019 09:31:34 +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: r501638 - head/www/smarty2 Message-ID: <201905140931.x4E9VYvV027107@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905140931.x4E9VYvV027107>