diff options
author | taca <taca@pkgsrc.org> | 2018-03-02 02:16:08 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-03-02 02:16:08 +0000 |
commit | 9f986f71650f3156730704c3acb7ce20a0180081 (patch) | |
tree | bb5f5fb547386b587307b14ab77c848a30df719c /archivers | |
parent | 00fadb785c9fb057b632e568b3881d021f3a4d9f (diff) | |
download | pkgsrc-9f986f71650f3156730704c3acb7ce20a0180081.tar.gz |
pkgsrc: reset PKGREVISION after lang/php{56,70,71,72} update
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/php-zip/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/php-zip/Makefile b/archivers/php-zip/Makefile index 2656136409c..4dace97644b 100644 --- a/archivers/php-zip/Makefile +++ b/archivers/php-zip/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2018/02/03 11:19:09 jdolecek Exp $ +# $NetBSD: Makefile,v 1.18 2018/03/02 02:16:08 taca Exp $ MODNAME= zip CATEGORIES+= archivers COMMENT= PHP extension for ZIP archive handling -PKGREVISION= 1 CONFLICTS= php-zip-[0-9]* |