diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-02-02 03:46:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-02-02 03:46:20 +0000 |
commit | 8922e9d87d94b13f4a45ec4d8d40a0c481f90545 (patch) | |
tree | a95b939062951660c15c6cd184eff4c6030041a3 /www/pecl-APC | |
parent | c00c387a8c44939ad82079fdcae47201a2e7c6db (diff) | |
download | ports-8922e9d87d94b13f4a45ec4d8d40a0c481f90545.tar.gz ports-8922e9d87d94b13f4a45ec4d8d40a0c481f90545.zip |
Notes
Diffstat (limited to 'www/pecl-APC')
-rw-r--r-- | www/pecl-APC/Makefile | 7 | ||||
-rw-r--r-- | www/pecl-APC/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www/pecl-APC/Makefile b/www/pecl-APC/Makefile index ef30c62b67c1..26bc403b085a 100644 --- a/www/pecl-APC/Makefile +++ b/www/pecl-APC/Makefile @@ -2,9 +2,11 @@ # $FreeBSD$ PORTNAME= APC -DISTVERSION= 3.1.14 +PORTVERSION= 3.1.14 +PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://pecl.php.net/get/ +#MASTER_SITES= http://pecl.php.net/get/ +MASTER_SITES= LOCAL/sunpoet PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL @@ -26,6 +28,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message USE_PHP= yes USE_PHPEXT= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-3.1.13 PORTDOCS= CHANGELOG INSTALL NOTICE apc.php diff --git a/www/pecl-APC/distinfo b/www/pecl-APC/distinfo index 6d6c474a69ed..e6db2855344e 100644 --- a/www/pecl-APC/distinfo +++ b/www/pecl-APC/distinfo @@ -1,2 +1,2 @@ -SHA256 (PECL/APC-3.1.14.tgz) = 043eef5e6f884e055af51d3cea6ab20fb3cd3d4804babeaeb783431592db8a49 -SIZE (PECL/APC-3.1.14.tgz) = 181160 +SHA256 (PECL/APC-3.1.14.tgz) = 5ef8ba07729e72946e95951672a5378bed98cb5a294e79bf0f0a97ac62829abd +SIZE (PECL/APC-3.1.14.tgz) = 171591 |