diff options
author | adam <adam@pkgsrc.org> | 2022-04-18 19:09:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-04-18 19:09:40 +0000 |
commit | 6c10379372ac97ec4de9f52cf2535c4414d4c550 (patch) | |
tree | 068c01897bffb801de7773e6b21b9184ac9fbfec /lang/php81/Makefile | |
parent | f9a0080d745b911a1f135093b0c26396b0d70b0c (diff) | |
download | pkgsrc-6c10379372ac97ec4de9f52cf2535c4414d4c550.tar.gz |
revbump for 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 6e3b75d9b6d..a087410bb07 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2021/12/19 05:04:48 taca Exp $ +# $NetBSD: Makefile,v 1.4 2022/04/18 19:09:56 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 |