diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-25 17:28:29 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-25 17:28:29 +0000 |
commit | 82aac5af051c8c7b26fc1bccae62e430165830bf (patch) | |
tree | b0689fbbe193adc6e606937acd0c5bd8d5e2f263 /www | |
parent | 2dee8b344cebc0d42f5b385805ce7a193efd3224 (diff) |
- Convert to USE_GITHUB
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=395302
Diffstat (limited to 'www')
-rw-r--r-- | www/smarty3/Makefile | 7 | ||||
-rw-r--r-- | www/smarty3/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www/smarty3/Makefile b/www/smarty3/Makefile index 14a1943685e8..43357a33c68d 100644 --- a/www/smarty3/Makefile +++ b/www/smarty3/Makefile @@ -3,9 +3,8 @@ PORTNAME= smarty3 PORTVERSION= 3.1.27 +DISTVERSIONPREFIX= v CATEGORIES= www -MASTER_SITES= https://github.com/smarty-php/smarty/archive/ -DISTNAME= v${PORTVERSION} MAINTAINER= ports@michael-fausten.de COMMENT= PHP compiling template engine @@ -21,6 +20,10 @@ WANT_PHP_WEB= yes PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message +USE_GITHUB= yes +GH_ACCOUNT= smarty-php +GH_PROJECT= smarty + do-install: @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/libs && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) diff --git a/www/smarty3/distinfo b/www/smarty3/distinfo index db95bb0cbd62..2960840cb4ff 100644 --- a/www/smarty3/distinfo +++ b/www/smarty3/distinfo @@ -1,2 +1,2 @@ -SHA256 (v3.1.27.tar.gz) = 56851d938fde2133331263d0e7788a6f8428f00a97e8d58f486983e64afe6415 -SIZE (v3.1.27.tar.gz) = 226277 +SHA256 (smarty-php-smarty-v3.1.27_GH0.tar.gz) = 56851d938fde2133331263d0e7788a6f8428f00a97e8d58f486983e64afe6415 +SIZE (smarty-php-smarty-v3.1.27_GH0.tar.gz) = 226277 |