diff options
author | taca <taca@pkgsrc.org> | 2016-04-02 09:05:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-04-02 09:05:22 +0000 |
commit | 18168000e71eed246d713f994fd95e46a8f6a615 (patch) | |
tree | aa7fe32c583ee13fb2e5d9b1d8be72d2f978c35e /www | |
parent | 48b34c421e04fba03cdf6e9d13c14abcacb3a35a (diff) | |
download | pkgsrc-18168000e71eed246d713f994fd95e46a8f6a615.tar.gz |
Reset PKGREVISION after all PHP language packages.
Diffstat (limited to 'www')
-rw-r--r-- | www/php-curl/Makefile | 3 | ||||
-rw-r--r-- | www/php-fpm/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/www/php-curl/Makefile b/www/php-curl/Makefile index 79428aeb1f5..53a1099169e 100644 --- a/www/php-curl/Makefile +++ b/www/php-curl/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2016/03/05 11:29:39 jperkin Exp $ +# $NetBSD: Makefile,v 1.26 2016/04/02 09:05:23 taca Exp $ MODNAME= curl CATEGORIES+= www COMMENT= PHP extension for curl functions -PKGREVISION= 1 CONFLICTS= php-curl-[0-9]* diff --git a/www/php-fpm/Makefile b/www/php-fpm/Makefile index a0dc4866451..f5e44e256b5 100644 --- a/www/php-fpm/Makefile +++ b/www/php-fpm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2016/03/15 10:55:26 fhajny Exp $ +# $NetBSD: Makefile,v 1.19 2016/04/02 09:05:23 taca Exp $ PKGNAME= ${PHP_PKG_PREFIX}-fpm-${PHP_VERSION} -PKGREVISION= 2 CATEGORIES= www HOMEPAGE= http://php-fpm.org/ |