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 /x11-fm | |
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 'x11-fm')
-rw-r--r-- | x11-fm/librfm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/librfm/Makefile b/x11-fm/librfm/Makefile index 21838afe9701..31e5f70cca94 100644 --- a/x11-fm/librfm/Makefile +++ b/x11-fm/librfm/Makefile @@ -3,7 +3,7 @@ PORTNAME= librfm PORTVERSION= 5.3.16.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm MASTER_SITES= SF/xffm/${PORTVERSION} DISTNAME= ${PORTNAME}5-${PORTVERSION} |