diff options
author | taca <taca@pkgsrc.org> | 2017-10-27 08:49:00 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-10-27 08:49:00 +0000 |
commit | ce8b01b9de0c9034d5dc058f3080b856a70edf8b (patch) | |
tree | 77b8f61d3d1d3fc63e47ed47ed02051aba1be513 /www | |
parent | dabd58921e0d2e22080fb3d1c40cc7a3f327f003 (diff) | |
download | pkgsrc-ce8b01b9de0c9034d5dc058f3080b856a70edf8b.tar.gz |
pkgsrc: reset PKGREVISION
reset PKGREVISION along with update of all lang/php*.
Diffstat (limited to 'www')
-rw-r--r-- | www/php-curl/Makefile | 3 | ||||
-rw-r--r-- | www/php-fpm/Makefile | 3 | ||||
-rw-r--r-- | www/php-tidy/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/www/php-curl/Makefile b/www/php-curl/Makefile index c8071eac9b7..df1d6be62e4 100644 --- a/www/php-curl/Makefile +++ b/www/php-curl/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2017/08/24 20:03:42 adam Exp $ +# $NetBSD: Makefile,v 1.33 2017/10/27 08:49:01 taca Exp $ MODNAME= curl CATEGORIES+= www COMMENT= PHP extension for curl functions -PKGREVISION= 2 CONFLICTS= php-curl-[0-9]* diff --git a/www/php-fpm/Makefile b/www/php-fpm/Makefile index 81b476f5d08..5f24cfd6557 100644 --- a/www/php-fpm/Makefile +++ b/www/php-fpm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2017/09/03 08:53:16 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2017/10/27 08:49:01 taca Exp $ PKGNAME= ${PHP_PKG_PREFIX}-fpm-${PHP_VERSION} -PKGREVISION= 1 CATEGORIES= www HOMEPAGE= https://php-fpm.org/ diff --git a/www/php-tidy/Makefile b/www/php-tidy/Makefile index 50b345dd22c..c7245b03ea3 100644 --- a/www/php-tidy/Makefile +++ b/www/php-tidy/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2017/02/20 09:37:12 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/10/27 08:49:01 taca Exp $ MODNAME= tidy CATEGORIES+= www COMMENT= PHP extension for tidy functions -PKGREVISION= 1 LICENSE= php CONFIGURE_ARGS+= --with-tidy=shared,${BUILDLINK_PREFIX.tidy} |