diff options
author | taca <taca@pkgsrc.org> | 2018-12-09 12:20:44 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-12-09 12:20:44 +0000 |
commit | 98382de91c91f8bd3ce0a5dea63bb0136ca3f75f (patch) | |
tree | 1d026599495615e57779a8a1d355d8358fce2410 /lang/php72 | |
parent | 817f64d38292901640e44014fbbae3769f833604 (diff) | |
download | pkgsrc-98382de91c91f8bd3ce0a5dea63bb0136ca3f75f.tar.gz |
Bump PKGREVISION for separation of php-sqlite3 package from
lang/php?? base packages.
Diffstat (limited to 'lang/php72')
-rw-r--r-- | lang/php72/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php72/Makefile b/lang/php72/Makefile index f934b7ed186..9a255bcdd43 100644 --- a/lang/php72/Makefile +++ b/lang/php72/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2018/07/31 01:17:56 maya Exp $ +# $NetBSD: Makefile,v 1.14 2018/12/09 12:20:44 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION:S/RC/rc/} +PKGREVISION= 1 HOMEPAGE= http://www.php.net/ COMMENT= PHP Hypertext Preprocessor version 7.2 |