diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2017-02-27 15:45:27 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2017-02-27 15:45:27 +0000 |
commit | d237a356fc0984f13fbb94caea2f316827b17576 (patch) | |
tree | 06df1d672784b8d124831d94fa911076f8177e0f /www/php-curl | |
parent | 293ded61776df0aa9bc8cf30934b0b8e23ba9d11 (diff) | |
download | pkgsrc-d237a356fc0984f13fbb94caea2f316827b17576.tar.gz |
Reset PKGREVISION after all PHP language packages. Maybe it would make sense to not bump PKGREVISION arbitrarily with each boost update please?
Diffstat (limited to 'www/php-curl')
-rw-r--r-- | www/php-curl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/php-curl/Makefile b/www/php-curl/Makefile index 65bf114db3b..70abefcd2f8 100644 --- a/www/php-curl/Makefile +++ b/www/php-curl/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2017/01/01 16:06:39 adam Exp $ +# $NetBSD: Makefile,v 1.30 2017/02/27 15:45:27 jdolecek Exp $ MODNAME= curl CATEGORIES+= www COMMENT= PHP extension for curl functions -PKGREVISION= 1 CONFLICTS= php-curl-[0-9]* |