diff options
author | adam <adam@pkgsrc.org> | 2022-11-23 16:18:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-11-23 16:18:32 +0000 |
commit | c4a3e052e2a4449eb2a3f616c79131d185e6f6ee (patch) | |
tree | aa11122615289b26a603d8cc8dc8954329859f08 /lang/php81/Makefile | |
parent | 71596667b607c939aee60c15d4c4282addbf2e8d (diff) | |
download | pkgsrc-c4a3e052e2a4449eb2a3f616c79131d185e6f6ee.tar.gz |
massive revision bump after textproc/icu update
Diffstat (limited to 'lang/php81/Makefile')
-rw-r--r-- | lang/php81/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php81/Makefile b/lang/php81/Makefile index cdbd3d7ed9a..a87f34a3ff8 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2022/10/30 10:50:01 taca Exp $ +# $NetBSD: Makefile,v 1.9 2022/11/23 16:18:50 adam Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION:S/RC/rc/} +PKGREVISION= 1 COMMENT= PHP Hypertext Preprocessor version 8.1 LICENSE= php |