diff options
author | adam <adam> | 2017-01-01 16:05:55 +0000 |
---|---|---|
committer | adam <adam> | 2017-01-01 16:05:55 +0000 |
commit | d7a52add7dd1e70e949bfee85b5d309247c95851 (patch) | |
tree | 0828ea9792b0384707d029eac24e0dda899fb396 /www/php-http3 | |
parent | 47e374744732a7ac2ab4dd8fd82fe375c199d608 (diff) | |
download | pkgsrc-d7a52add7dd1e70e949bfee85b5d309247c95851.tar.gz |
Revbump after boost update
Diffstat (limited to 'www/php-http3')
-rw-r--r-- | www/php-http3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php-http3/Makefile b/www/php-http3/Makefile index 1bdf5f159f9..60eeef00567 100644 --- a/www/php-http3/Makefile +++ b/www/php-http3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/10/07 18:26:13 adam Exp $ +# $NetBSD: Makefile,v 1.3 2017/01/01 16:06:39 adam Exp $ MODNAME= http PECL_VERSION= 3.0.1 @@ -9,7 +9,7 @@ PECL_DISTNAME= pecl_http-${PECL_VERSION} MAINTAINER= filip@joyent.com HOMEPAGE= http://pecl.php.net/package/pecl_http COMMENT= PHP extension for extended HTTP support -PKGREVISION= 1 +PKGREVISION= 2 LICENSE= 2-clause-bsd AND isc CONFLICTS= php-http-[0-9]* |