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 /emulators/ppsspp-qt5/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 'emulators/ppsspp-qt5/Makefile')
-rw-r--r-- | emulators/ppsspp-qt5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/ppsspp-qt5/Makefile b/emulators/ppsspp-qt5/Makefile index e436926eb3db..ce0f451bc9d5 100644 --- a/emulators/ppsspp-qt5/Makefile +++ b/emulators/ppsspp-qt5/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../ppsspp |