diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-09-27 18:08:14 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-09-27 18:08:14 +0000 |
commit | 1bae556a1c2515ab09b686c101afa2a0500c2802 (patch) | |
tree | 4a7a269c138a0cf15c08b64ce4f167cea038d9fd /archivers | |
parent | 1f941c5dad83377994ca2edcb8612f8b1b10d8d7 (diff) | |
download | freebsd-ports-1bae556a1c2515ab09b686c101afa2a0500c2802.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')
-rw-r--r-- | archivers/php56-zip/Makefile | 1 | ||||
-rw-r--r-- | archivers/php70-zip/Makefile | 1 | ||||
-rw-r--r-- | archivers/php71-zip/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/archivers/php56-zip/Makefile b/archivers/php56-zip/Makefile index cc86586ec95f..c9f55a874f0e 100644 --- a/archivers/php56-zip/Makefile +++ b/archivers/php56-zip/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php56 diff --git a/archivers/php70-zip/Makefile b/archivers/php70-zip/Makefile index 9b41f5cd92d8..6054920f77fc 100644 --- a/archivers/php70-zip/Makefile +++ b/archivers/php70-zip/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php70 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 |