diff options
author | rakuco <rakuco@FreeBSD.org> | 2017-09-28 02:08:14 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2017-09-28 02:08:14 +0800 |
commit | 7a1f46efb9adaa3fedcc90bcf599dfd0525efd93 (patch) | |
tree | 4a7a269c138a0cf15c08b64ce4f167cea038d9fd /archivers/php71-zip/Makefile | |
parent | a455d7694d2d6038b4274d60f0faa6685169c018 (diff) | |
download | freebsd-ports-gnome-7a1f46efb9adaa3fedcc90bcf599dfd0525efd93.tar.gz freebsd-ports-gnome-7a1f46efb9adaa3fedcc90bcf599dfd0525efd93.tar.zst freebsd-ports-gnome-7a1f46efb9adaa3fedcc90bcf599dfd0525efd93.zip |
Bump PORTREVISION in ports depending on archivers/libzip.
libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5
after the removal of zip_archive_set_tempdir(). All dependent ports continue to
build fine without that symbol.
PR: 222638
Diffstat (limited to 'archivers/php71-zip/Makefile')
-rw-r--r-- | archivers/php71-zip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/php71-zip/Makefile b/archivers/php71-zip/Makefile index 2de9fd13bf4e..3ef2065a75f8 100644 --- a/archivers/php71-zip/Makefile +++ b/archivers/php71-zip/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php71 |