Mon Feb 27 15:45:27 2017 UTC ()
Reset PKGREVISION after all PHP language packages. Maybe it would make sense to not bump PKGREVISION arbitrarily with each boost update please?


(jdolecek)
diff -r1.29 -r1.30 pkgsrc/www/php-curl/Makefile

cvs diff -r1.29 -r1.30 pkgsrc/www/php-curl/Makefile (expand / switch to unified diff)

--- pkgsrc/www/php-curl/Makefile 2017/01/01 16:06:39 1.29
+++ pkgsrc/www/php-curl/Makefile 2017/02/27 15:45:27 1.30
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.29 2017/01/01 16:06:39 adam Exp $ 1# $NetBSD: Makefile,v 1.30 2017/02/27 15:45:27 jdolecek Exp $
2 2
3MODNAME= curl 3MODNAME= curl
4CATEGORIES+= www 4CATEGORIES+= www
5COMMENT= PHP extension for curl functions 5COMMENT= PHP extension for curl functions
6PKGREVISION= 1 
7 6
8CONFLICTS= php-curl-[0-9]* 7CONFLICTS= php-curl-[0-9]*
9 8
10CONFIGURE_ARGS+= --with-curl=shared,${BUILDLINK_PREFIX.curl} 9CONFIGURE_ARGS+= --with-curl=shared,${BUILDLINK_PREFIX.curl}
11 10
12USE_PHP_EXT_PATCHES= yes 11USE_PHP_EXT_PATCHES= yes
13 12
14.include "../../lang/php/ext.mk" 13.include "../../lang/php/ext.mk"
15.include "../../www/curl/buildlink3.mk" 14.include "../../www/curl/buildlink3.mk"
16.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"