svn commit: r450775 - in head: archivers/php56-zip archivers/php70-zip archivers/php71-zip audio/deadbeef cad/repsnapper comms/libconcord deskutils/kchmviewer devel/libsigrok emulators/ppsspp emula...
Raphael Kubo da Costa
rakuco at FreeBSD.org
Wed Sep 27 18:08:17 UTC 2017
Author: rakuco
Date: Wed Sep 27 18:08:14 2017
New Revision: 450775
URL: https://svnweb.freebsd.org/changeset/ports/450775
Log:
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
Modified:
head/archivers/php56-zip/Makefile
head/archivers/php70-zip/Makefile
head/archivers/php71-zip/Makefile
head/audio/deadbeef/Makefile
head/cad/repsnapper/Makefile
head/comms/libconcord/Makefile
head/deskutils/kchmviewer/Makefile
head/devel/libsigrok/Makefile
head/emulators/ppsspp-qt5/Makefile
head/emulators/ppsspp/Makefile
head/games/freedink-engine/Makefile
head/games/naev/Makefile
head/games/openrct2/Makefile
head/graphics/pstoedit/Makefile
head/math/sc-im/Makefile
head/sysutils/fusefs-zip/Makefile
head/textproc/ebook-tools/Makefile
head/x11-fm/librfm/Makefile
Modified: head/archivers/php56-zip/Makefile
==============================================================================
--- head/archivers/php56-zip/Makefile Wed Sep 27 18:06:06 2017 (r450774)
+++ head/archivers/php56-zip/Makefile Wed Sep 27 18:08:14 2017 (r450775)
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale at FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php56
Modified: head/archivers/php70-zip/Makefile
==============================================================================
--- head/archivers/php70-zip/Makefile Wed Sep 27 18:06:06 2017 (r450774)
+++ head/archivers/php70-zip/Makefile Wed Sep 27 18:08:14 2017 (r450775)
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale at FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php70
Modified: head/archivers/php71-zip/Makefile
==============================================================================
--- head/archivers/php71-zip/Makefile Wed Sep 27 18:06:06 2017 (r450774)
+++ head/archivers/php71-zip/Makefile Wed Sep 27 18:08:14 2017 (r450775)
@@ -1,5 +1,6 @@
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php71
Modified: head/audio/deadbeef/Makefile
==============================================================================
--- head/audio/deadbeef/Makefile Wed Sep 27 18:06:06 2017 (r450774)
+++ head/audio/deadbeef/Makefile Wed Sep 27 18:08:14 2017 (r450775)
@@ -3,7 +3,7 @@
PORTNAME= deadbeef
PORTVERSION= 0.7.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/
Modified: head/cad/repsnapper/Makefile
==============================================================================
--- head/cad/repsnapper/Makefile Wed Sep 27 18:06:06 2017 (r450774)
+++ head/cad/repsnapper/Makefile Wed Sep 27 18:08:14 2017 (r450775)
@@ -3,7 +3,7 @@
PORTNAME= repsnapper
DISTVERSION= 2.5a4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= cad
MAINTAINER= martin.dieringer at gmx.de
Modified: head/comms/libconcord/Makefile
==============================================================================
--- head/comms/libconcord/Makefile Wed Sep 27 18:06:06 2017 (r450774)
+++ head/comms/libconcord/Makefile Wed Sep 27 18:08:14 2017 (r450775)
@@ -3,7 +3,7 @@
PORTNAME= libconcord
PORTVERSION= 1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= SF/concordance/concordance/${PORTVERSION}
DISTNAME= concordance-${PORTVERSION}
Modified: head/deskutils/kchmviewer/Makefile
==============================================================================
--- head/deskutils/kchmviewer/Makefile Wed Sep 27 18:06:06 2017 (r450774)
+++ head/deskutils/kchmviewer/Makefile Wed Sep 27 18:08:14 2017 (r450775)
@@ -3,7 +3,7 @@
PORTNAME= kchmviewer
PORTVERSION= 7.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils kde
MASTER_SITES= SF
Modified: head/devel/libsigrok/Makefile
==============================================================================
--- head/devel/libsigrok/Makefile Wed Sep 27 18:06:06 2017 (r450774)
+++ head/devel/libsigrok/Makefile Wed Sep 27 18:08:14 2017 (r450775)
@@ -3,7 +3,7 @@
PORTNAME= libsigrok
PORTVERSION= 0.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://sigrok.org/download/source/libsigrok/
Modified: head/emulators/ppsspp-qt5/Makefile
==============================================================================
--- head/emulators/ppsspp-qt5/Makefile Wed Sep 27 18:06:06 2017 (r450774)
+++ head/emulators/ppsspp-qt5/Makefile Wed Sep 27 18:08:14 2017 (r450775)
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
PKGNAMESUFFIX= -qt5
MASTERDIR= ${.CURDIR}/../ppsspp
Modified: head/emulators/ppsspp/Makefile
==============================================================================
--- head/emulators/ppsspp/Makefile Wed Sep 27 18:06:06 2017 (r450774)
+++ head/emulators/ppsspp/Makefile Wed Sep 27 18:08:14 2017 (r450775)
@@ -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
Modified: head/games/freedink-engine/Makefile
==============================================================================
--- head/games/freedink-engine/Makefile Wed Sep 27 18:06:06 2017 (r450774)
+++ head/games/freedink-engine/Makefile Wed Sep 27 18:08:14 2017 (r450775)
@@ -3,7 +3,7 @@
PORTNAME= freedink
PORTVERSION= 108.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= GNU
PKGNAMESUFFIX= -engine
Modified: head/games/naev/Makefile
==============================================================================
--- head/games/naev/Makefile Wed Sep 27 18:06:06 2017 (r450774)
+++ head/games/naev/Makefile Wed Sep 27 18:08:14 2017 (r450775)
@@ -3,7 +3,7 @@
PORTNAME= naev
PORTVERSION= 0.7.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
Modified: head/games/openrct2/Makefile
==============================================================================
--- head/games/openrct2/Makefile Wed Sep 27 18:06:06 2017 (r450774)
+++ head/games/openrct2/Makefile Wed Sep 27 18:08:14 2017 (r450775)
@@ -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}
Modified: head/graphics/pstoedit/Makefile
==============================================================================
--- head/graphics/pstoedit/Makefile Wed Sep 27 18:06:06 2017 (r450774)
+++ head/graphics/pstoedit/Makefile Wed Sep 27 18:08:14 2017 (r450775)
@@ -3,7 +3,7 @@
PORTNAME= pstoedit
PORTVERSION= 3.70
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics print
MASTER_SITES= SF
Modified: head/math/sc-im/Makefile
==============================================================================
--- head/math/sc-im/Makefile Wed Sep 27 18:06:06 2017 (r450774)
+++ head/math/sc-im/Makefile Wed Sep 27 18:08:14 2017 (r450775)
@@ -2,6 +2,7 @@
PORTNAME= sc-im
PORTVERSION= 0.6.0
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= math
Modified: head/sysutils/fusefs-zip/Makefile
==============================================================================
--- head/sysutils/fusefs-zip/Makefile Wed Sep 27 18:06:06 2017 (r450774)
+++ head/sysutils/fusefs-zip/Makefile Wed Sep 27 18:08:14 2017 (r450775)
@@ -2,6 +2,7 @@
PORTNAME= fuse-zip
PORTVERSION= 0.4.2
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://bitbucket.org/agalanin/fuse-zip/downloads/
Modified: head/textproc/ebook-tools/Makefile
==============================================================================
--- head/textproc/ebook-tools/Makefile Wed Sep 27 18:06:06 2017 (r450774)
+++ head/textproc/ebook-tools/Makefile Wed Sep 27 18:08:14 2017 (r450775)
@@ -3,7 +3,7 @@
PORTNAME= ebook-tools
PORTVERSION= 0.2.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= textproc kde
MASTER_SITES= SF
Modified: head/x11-fm/librfm/Makefile
==============================================================================
--- head/x11-fm/librfm/Makefile Wed Sep 27 18:06:06 2017 (r450774)
+++ head/x11-fm/librfm/Makefile Wed Sep 27 18:08:14 2017 (r450775)
@@ -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}
More information about the svn-ports-head
mailing list