git: 9f7fc38a0417 - main - www/smarty3: Add PORTSCOUT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 18:56:27 UTC
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}