diff options
author | adam <adam> | 2016-10-07 18:25:29 +0000 |
---|---|---|
committer | adam <adam> | 2016-10-07 18:25:29 +0000 |
commit | 2dc82b4d4c349275ea1ee9614e23e11cd3cb51f4 (patch) | |
tree | 7e236f711849af475c165e9067385883a48b462a /www/php-http | |
parent | 3e1b5cabedd8687ad3cd82575abd333bef5aa152 (diff) | |
download | pkgsrc-2dc82b4d4c349275ea1ee9614e23e11cd3cb51f4.tar.gz |
Revbump post boost update
Diffstat (limited to 'www/php-http')
-rw-r--r-- | www/php-http/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/php-http/Makefile b/www/php-http/Makefile index 326979adb43..13357142ada 100644 --- a/www/php-http/Makefile +++ b/www/php-http/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/09/11 17:03:29 taca Exp $ +# $NetBSD: Makefile,v 1.10 2016/10/07 18:26:13 adam Exp $ MODNAME= http PECL_VERSION= 2.5.6 @@ -9,6 +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 LICENSE= 2-clause-bsd AND isc CONFLICTS= php-http-[0-9]* |