diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-03-05 11:27:40 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-03-05 11:27:40 +0000 |
commit | f7199ff7d64c4d849877d4e80078cff8b0cea372 (patch) | |
tree | 25584fd3e292ea8eda1521e1d5890e538d3b45a5 /lang/php70 | |
parent | d82206275751f7029c2e362cff1c1ae8b3a1605c (diff) | |
download | pkgsrc-f7199ff7d64c4d849877d4e80078cff8b0cea372.tar.gz |
Bump PKGREVISION for security/openssl ABI bump.
Diffstat (limited to 'lang/php70')
-rw-r--r-- | lang/php70/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php70/Makefile b/lang/php70/Makefile index 43cc61d841d..a76ddb0cc8d 100644 --- a/lang/php70/Makefile +++ b/lang/php70/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2015/12/06 15:17:31 taca Exp $ +# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:44 jperkin Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION} +PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ |