Date: Sun, 31 Mar 2024 18:56:27 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9f7fc38a0417 - main - www/smarty3: Add PORTSCOUT Message-ID: <202403311856.42VIuRJG044758@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f7fc38a04171fadf9fb13383f43ec3aa6e182b3 commit 9f7fc38a04171fadf9fb13383f43ec3aa6e182b3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 18:51:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 18:51:13 +0000 www/smarty3: Add PORTSCOUT --- www/smarty3/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/smarty3/Makefile b/www/smarty3/Makefile index bb90274ac3c6..d2cbc0c11348 100644 --- a/www/smarty3/Makefile +++ b/www/smarty3/Makefile @@ -1,6 +1,6 @@ PORTNAME= smarty -DISTVERSIONPREFIX= v PORTVERSION= 3.1.48 +DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMESUFFIX= 3${PHP_PKGNAMESUFFIX} @@ -22,6 +22,8 @@ SUB_FILES= pkg-message USE_GITHUB= yes GH_ACCOUNT= smarty-php +PORTSCOUT= limit:^3\. + do-install: ${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC}/libs && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403311856.42VIuRJG044758>