aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2017-09-28 02:08:14 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 05:37:22 +0800
commit653efc05021d88c0dbac407fb7bad522b9ba8cc4 (patch)
tree571fae011724e683d45ad9681a8da1843e3d9e8b
parent63b331e75b09f0c5e4de3c462bba2f5c14503bf7 (diff)
downloadfreebsd-ports-gnome-653efc05021d88c0dbac407fb7bad522b9ba8cc4.tar.gz
freebsd-ports-gnome-653efc05021d88c0dbac407fb7bad522b9ba8cc4.tar.zst
freebsd-ports-gnome-653efc05021d88c0dbac407fb7bad522b9ba8cc4.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
-rw-r--r--archivers/php56-zip/Makefile1
-rw-r--r--archivers/php70-zip/Makefile1
-rw-r--r--archivers/php71-zip/Makefile1
-rw-r--r--audio/deadbeef/Makefile2
-rw-r--r--cad/repsnapper/Makefile2
-rw-r--r--comms/libconcord/Makefile2
-rw-r--r--deskutils/kchmviewer/Makefile2
-rw-r--r--devel/libsigrok/Makefile2
-rw-r--r--emulators/ppsspp-qt5/Makefile2
-rw-r--r--emulators/ppsspp/Makefile2
-rw-r--r--games/freedink-engine/Makefile2
-rw-r--r--games/naev/Makefile2
-rw-r--r--games/openrct2/Makefile2
-rw-r--r--graphics/pstoedit/Makefile2
-rw-r--r--math/sc-im/Makefile1
-rw-r--r--sysutils/fusefs-zip/Makefile1
-rw-r--r--textproc/ebook-tools/Makefile2
-rw-r--r--x11-fm/librfm/Makefile2
18 files changed, 18 insertions, 13 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
diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile
index 292e48cfb361..994e7d430ded 100644
--- a/audio/deadbeef/Makefile
+++ b/audio/deadbeef/Makefile
@@ -3,7 +3,7 @@
PORTNAME= deadbeef
PORTVERSION= 0.7.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/
diff --git a/cad/repsnapper/Makefile b/cad/repsnapper/Makefile
index 2e2e540b80af..bdd6bfd79604 100644
--- a/cad/repsnapper/Makefile
+++ b/cad/repsnapper/Makefile
@@ -3,7 +3,7 @@
PORTNAME= repsnapper
DISTVERSION= 2.5a4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= cad
MAINTAINER= martin.dieringer@gmx.de
diff --git a/comms/libconcord/Makefile b/comms/libconcord/Makefile
index 8be1d077fa09..9a637a47c8d8 100644
--- a/comms/libconcord/Makefile
+++ b/comms/libconcord/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libconcord
PORTVERSION= 1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= SF/concordance/concordance/${PORTVERSION}
DISTNAME= concordance-${PORTVERSION}
diff --git a/deskutils/kchmviewer/Makefile b/deskutils/kchmviewer/Makefile
index ba5e2b58563f..32ae5521ab40 100644
--- a/deskutils/kchmviewer/Makefile
+++ b/deskutils/kchmviewer/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kchmviewer
PORTVERSION= 7.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils kde
MASTER_SITES= SF
diff --git a/devel/libsigrok/Makefile b/devel/libsigrok/Makefile
index d32917be0632..002153c05506 100644
--- a/devel/libsigrok/Makefile
+++ b/devel/libsigrok/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libsigrok
PORTVERSION= 0.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://sigrok.org/download/source/libsigrok/
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
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile
index 06b6daaebce9..a521b6262a21 100644
--- a/emulators/ppsspp/Makefile
+++ b/emulators/ppsspp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ppsspp
DISTVERSIONPREFIX= v
DISTVERSION?= 1.4.2
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= emulators
# XXX Get from Debian once #697821 lands
MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/5/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage
diff --git a/games/freedink-engine/Makefile b/games/freedink-engine/Makefile
index 19995d86a11b..9920453ed7e6 100644
--- a/games/freedink-engine/Makefile
+++ b/games/freedink-engine/Makefile
@@ -3,7 +3,7 @@
PORTNAME= freedink
PORTVERSION= 108.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= GNU
PKGNAMESUFFIX= -engine
diff --git a/games/naev/Makefile b/games/naev/Makefile
index 797f7431dc8b..79a9aa8e608e 100644
--- a/games/naev/Makefile
+++ b/games/naev/Makefile
@@ -3,7 +3,7 @@
PORTNAME= naev
PORTVERSION= 0.7.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
diff --git a/games/openrct2/Makefile b/games/openrct2/Makefile
index 9f9b180af352..8fda3bf0c995 100644
--- a/games/openrct2/Makefile
+++ b/games/openrct2/Makefile
@@ -4,7 +4,7 @@
PORTNAME= openrct2
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
EXTRACT_ONLY= ${PORTNAME}-${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}_GH0${EXTRACT_SUFX}
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile
index bb2690a938bd..ffe4d1195202 100644
--- a/graphics/pstoedit/Makefile
+++ b/graphics/pstoedit/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pstoedit
PORTVERSION= 3.70
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics print
MASTER_SITES= SF
diff --git a/math/sc-im/Makefile b/math/sc-im/Makefile
index 006a89dfd5f5..c19384f9a3d0 100644
--- a/math/sc-im/Makefile
+++ b/math/sc-im/Makefile
@@ -2,6 +2,7 @@
PORTNAME= sc-im
PORTVERSION= 0.6.0
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= math
diff --git a/sysutils/fusefs-zip/Makefile b/sysutils/fusefs-zip/Makefile
index 882e5fb34a35..bbac32115c42 100644
--- a/sysutils/fusefs-zip/Makefile
+++ b/sysutils/fusefs-zip/Makefile
@@ -2,6 +2,7 @@
PORTNAME= fuse-zip
PORTVERSION= 0.4.2
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://bitbucket.org/agalanin/fuse-zip/downloads/
diff --git a/textproc/ebook-tools/Makefile b/textproc/ebook-tools/Makefile
index 7e6beea0216c..5cfe36757b8c 100644
--- a/textproc/ebook-tools/Makefile
+++ b/textproc/ebook-tools/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ebook-tools
PORTVERSION= 0.2.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= textproc kde
MASTER_SITES= SF
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}