Date: Sun, 25 Dec 2016 23:11:36 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429468 - in head: emulators/dolphin-emu games/0ad games/megaglest games/megaglest/files irc/iroffer-dinoex irc/iroffer-dinoex/files net-p2p/bitcoin net-p2p/bitcoin-daemon net-p2p/bitco... Message-ID: <201612252311.uBPNBaVP064997@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Sun Dec 25 23:11:36 2016 New Revision: 429468 URL: https://svnweb.freebsd.org/changeset/ports/429468 Log: - update miniupnpc to 2.0.20161216 - bump API change Added: head/games/megaglest/files/patch-source-shared_lib-sources-platform-posix-socket.cpp (contents, props changed) Modified: head/emulators/dolphin-emu/Makefile head/games/0ad/Makefile head/games/megaglest/Makefile head/irc/iroffer-dinoex/Makefile head/irc/iroffer-dinoex/files/patch-upnp.c head/net-p2p/bitcoin-daemon/Makefile head/net-p2p/bitcoin-utils/Makefile head/net-p2p/bitcoin/Makefile head/net-p2p/dogecoin/Makefile head/net-p2p/eiskaltdcpp-lib/Makefile head/net-p2p/litecoin/Makefile head/net-p2p/namecoin/Makefile head/net-p2p/transmission-cli/Makefile head/net-p2p/transmission-daemon/Makefile head/net-p2p/transmission-gtk/Makefile head/net-p2p/transmission-qt4/Makefile head/net-p2p/zetacoin/Makefile head/net/miniupnpc/Makefile head/net/miniupnpc/distinfo head/net/miniupnpc/files/patch-Makefile head/net/miniupnpc/pkg-plist Modified: head/emulators/dolphin-emu/Makefile ============================================================================== --- head/emulators/dolphin-emu/Makefile Sun Dec 25 22:25:49 2016 (r429467) +++ head/emulators/dolphin-emu/Makefile Sun Dec 25 23:11:36 2016 (r429468) @@ -3,7 +3,7 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org Modified: head/games/0ad/Makefile ============================================================================== --- head/games/0ad/Makefile Sun Dec 25 22:25:49 2016 (r429467) +++ head/games/0ad/Makefile Sun Dec 25 23:11:36 2016 (r429468) @@ -2,7 +2,7 @@ PORTNAME= 0ad PORTVERSION= 0.0.21 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://releases.wildfiregames.com/ \ SF/zero-ad/releases Modified: head/games/megaglest/Makefile ============================================================================== --- head/games/megaglest/Makefile Sun Dec 25 22:25:49 2016 (r429467) +++ head/games/megaglest/Makefile Sun Dec 25 23:11:36 2016 (r429468) @@ -3,6 +3,7 @@ PORTNAME= megaglest PORTVERSION= 3.12.0 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= monwarez@mailoo.org Added: head/games/megaglest/files/patch-source-shared_lib-sources-platform-posix-socket.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/megaglest/files/patch-source-shared_lib-sources-platform-posix-socket.cpp Sun Dec 25 23:11:36 2016 (r429468) @@ -0,0 +1,11 @@ +--- source/shared_lib/sources/platform/posix/socket.cpp.orig 2016-12-26 00:02:43.325573000 +0100 ++++ source/shared_lib/sources/platform/posix/socket.cpp 2016-12-26 00:04:06.681172000 +0100 +@@ -2632,7 +2632,7 @@ + + //printf("UPnP device found: [%s] [%s] lanaddr [%s]\n", dev->descURL, dev->st,lanaddr); + #if (defined(MINIUPNPC_API_VERSION) && MINIUPNPC_API_VERSION >= 9) || (!defined(MINIUPNPC_VERSION_PRE1_7) && !defined(MINIUPNPC_VERSION_PRE1_6)) +- char *descXML = (char *)miniwget_getaddr(dev->descURL, &descXMLsize, lanaddr, (sizeof(lanaddr) / sizeof(lanaddr[0])),0); ++ char *descXML = (char *)miniwget_getaddr(dev->descURL, &descXMLsize, lanaddr, (sizeof(lanaddr) / sizeof(lanaddr[0])),0,0); + #else + char *descXML = (char *)miniwget_getaddr(dev->descURL, &descXMLsize, lanaddr, (sizeof(lanaddr) / sizeof(lanaddr[0]))); + #endif Modified: head/irc/iroffer-dinoex/Makefile ============================================================================== --- head/irc/iroffer-dinoex/Makefile Sun Dec 25 22:25:49 2016 (r429467) +++ head/irc/iroffer-dinoex/Makefile Sun Dec 25 23:11:36 2016 (r429468) @@ -2,7 +2,7 @@ PORTNAME= iroffer PORTVERSION= 3.30 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= http://iroffer.dinoex.net/ PKGNAMESUFFIX= -dinoex${PKGNAMESUFFIX2} Modified: head/irc/iroffer-dinoex/files/patch-upnp.c ============================================================================== --- head/irc/iroffer-dinoex/files/patch-upnp.c Sun Dec 25 22:25:49 2016 (r429467) +++ head/irc/iroffer-dinoex/files/patch-upnp.c Sun Dec 25 23:11:36 2016 (r429468) @@ -1,11 +1,5 @@ -Index: src/upnp.c -=================================================================== -RCS file: /usr/home/public/iroffer/src/upnp.c,v -retrieving revision 1.15 -retrieving revision 1.17 -diff -u -r1.15 -r1.17 ---- src/upnp.c 13 Feb 2013 20:06:15 -0000 1.15 -+++ src/upnp.c 13 Oct 2015 18:30:24 -0000 1.17 +--- src/upnp.c.orig 2013-02-13 21:06:15.000000000 +0100 ++++ src/upnp.c 2016-12-25 23:05:37.702936000 +0100 @@ -60,11 +60,15 @@ tostdout_write(); memset(&urls, 0, sizeof(struct UPNPUrls)); @@ -22,3 +16,19 @@ diff -u -r1.15 -r1.17 if (devlist) { dev = devlist; +@@ -81,11 +85,15 @@ + "UPnP device : desc: %s\n st: %s", + dev->descURL, dev->st); + ++#if MINIUPNPC_API_VERSION >= 16 ++ descXML = miniwget(dev->descURL, &descXMLsize, 0, 0); ++#else + #if MINIUPNPC_API_VERSION >= 9 + descXML = miniwget(dev->descURL, &descXMLsize, 0); + #else + descXML = miniwget(dev->descURL, &descXMLsize); + #endif ++#endif + if (descXML) + { + parserootdesc (descXML, descXMLsize, &data); Modified: head/net-p2p/bitcoin-daemon/Makefile ============================================================================== --- head/net-p2p/bitcoin-daemon/Makefile Sun Dec 25 22:25:49 2016 (r429467) +++ head/net-p2p/bitcoin-daemon/Makefile Sun Dec 25 23:11:36 2016 (r429468) @@ -1,7 +1,7 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../bitcoin -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -daemon COMMENT= Virtual Peer-to-Peer Currency (Daemon) Modified: head/net-p2p/bitcoin-utils/Makefile ============================================================================== --- head/net-p2p/bitcoin-utils/Makefile Sun Dec 25 22:25:49 2016 (r429467) +++ head/net-p2p/bitcoin-utils/Makefile Sun Dec 25 23:11:36 2016 (r429468) @@ -1,7 +1,7 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../bitcoin -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -utils COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities) Modified: head/net-p2p/bitcoin/Makefile ============================================================================== --- head/net-p2p/bitcoin/Makefile Sun Dec 25 22:25:49 2016 (r429467) +++ head/net-p2p/bitcoin/Makefile Sun Dec 25 23:11:36 2016 (r429468) @@ -4,7 +4,7 @@ PORTNAME= bitcoin PORTVERSION= 0.12.1 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p finance MAINTAINER= robbak@robbak.com Modified: head/net-p2p/dogecoin/Makefile ============================================================================== --- head/net-p2p/dogecoin/Makefile Sun Dec 25 22:25:49 2016 (r429467) +++ head/net-p2p/dogecoin/Makefile Sun Dec 25 23:11:36 2016 (r429468) @@ -4,7 +4,7 @@ PORTNAME= dogecoin PORTVERSION= 1.8.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p finance MAINTAINER= swills@FreeBSD.org Modified: head/net-p2p/eiskaltdcpp-lib/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-lib/Makefile Sun Dec 25 22:25:49 2016 (r429467) +++ head/net-p2p/eiskaltdcpp-lib/Makefile Sun Dec 25 23:11:36 2016 (r429468) @@ -4,7 +4,7 @@ PORTNAME= eiskaltdcpp PORTVERSION= 2.2.10 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p PKGNAMESUFFIX?= -lib Modified: head/net-p2p/litecoin/Makefile ============================================================================== --- head/net-p2p/litecoin/Makefile Sun Dec 25 22:25:49 2016 (r429467) +++ head/net-p2p/litecoin/Makefile Sun Dec 25 23:11:36 2016 (r429468) @@ -4,7 +4,7 @@ PORTNAME= litecoin PORTVERSION= 0.10.4.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p finance MASTER_SITES= LOCAL/swills Modified: head/net-p2p/namecoin/Makefile ============================================================================== --- head/net-p2p/namecoin/Makefile Sun Dec 25 22:25:49 2016 (r429467) +++ head/net-p2p/namecoin/Makefile Sun Dec 25 23:11:36 2016 (r429468) @@ -4,7 +4,7 @@ PORTNAME= namecoin PORTVERSION= 0.3.80 DISTVERSIONPREFIX= nc -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= net-p2p dns Modified: head/net-p2p/transmission-cli/Makefile ============================================================================== --- head/net-p2p/transmission-cli/Makefile Sun Dec 25 22:25:49 2016 (r429467) +++ head/net-p2p/transmission-cli/Makefile Sun Dec 25 23:11:36 2016 (r429468) @@ -2,7 +2,7 @@ PORTNAME= transmission PORTVERSION= 2.92 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net-p2p MASTER_SITES= https://github.com/transmission/transmission-releases/raw/master/ \ http://transmission.cachefly.net/ Modified: head/net-p2p/transmission-daemon/Makefile ============================================================================== --- head/net-p2p/transmission-daemon/Makefile Sun Dec 25 22:25:49 2016 (r429467) +++ head/net-p2p/transmission-daemon/Makefile Sun Dec 25 23:11:36 2016 (r429468) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -daemon MAINTAINER= crees@FreeBSD.org Modified: head/net-p2p/transmission-gtk/Makefile ============================================================================== --- head/net-p2p/transmission-gtk/Makefile Sun Dec 25 22:25:49 2016 (r429467) +++ head/net-p2p/transmission-gtk/Makefile Sun Dec 25 23:11:36 2016 (r429468) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -gtk MAINTAINER= crees@FreeBSD.org Modified: head/net-p2p/transmission-qt4/Makefile ============================================================================== --- head/net-p2p/transmission-qt4/Makefile Sun Dec 25 22:25:49 2016 (r429467) +++ head/net-p2p/transmission-qt4/Makefile Sun Dec 25 23:11:36 2016 (r429468) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -qt4 MAINTAINER= crees@FreeBSD.org Modified: head/net-p2p/zetacoin/Makefile ============================================================================== --- head/net-p2p/zetacoin/Makefile Sun Dec 25 22:25:49 2016 (r429467) +++ head/net-p2p/zetacoin/Makefile Sun Dec 25 23:11:36 2016 (r429468) @@ -4,7 +4,7 @@ PORTNAME= zetacoin PORTVERSION= 0.11.2.3 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p finance MAINTAINER= daniel@morante.net Modified: head/net/miniupnpc/Makefile ============================================================================== --- head/net/miniupnpc/Makefile Sun Dec 25 22:25:49 2016 (r429467) +++ head/net/miniupnpc/Makefile Sun Dec 25 23:11:36 2016 (r429468) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= miniupnpc -PORTVERSION= 1.9.20151008 +PORTVERSION= 2.0.20161216 CATEGORIES?= net MASTER_SITES= http://miniupnp.free.fr/files/ @@ -29,7 +29,7 @@ USE_RC_SUBR= miniupnpc post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/upnpc \ - ${STAGEDIR}${PREFIX}/lib/libminiupnpc.so.15 + ${STAGEDIR}${PREFIX}/lib/libminiupnpc.so.16 .endif .include <bsd.port.post.mk> Modified: head/net/miniupnpc/distinfo ============================================================================== --- head/net/miniupnpc/distinfo Sun Dec 25 22:25:49 2016 (r429467) +++ head/net/miniupnpc/distinfo Sun Dec 25 23:11:36 2016 (r429468) @@ -1,2 +1,3 @@ -SHA256 (miniupnpc-1.9.20151008.tar.gz) = e444ac3b587ce82709c4d0cfca1fe71f44f9fc433e9f946b12b9e1bfe667a633 -SIZE (miniupnpc-1.9.20151008.tar.gz) = 83538 +TIMESTAMP = 1482692935 +SHA256 (miniupnpc-2.0.20161216.tar.gz) = 01e14408d6fc628de9afabc4417b84adeaba4c0ec517e7b8e278cb2993dafd3e +SIZE (miniupnpc-2.0.20161216.tar.gz) = 85780 Modified: head/net/miniupnpc/files/patch-Makefile ============================================================================== --- head/net/miniupnpc/files/patch-Makefile Sun Dec 25 22:25:49 2016 (r429467) +++ head/net/miniupnpc/files/patch-Makefile Sun Dec 25 23:11:36 2016 (r429468) @@ -1,12 +1,16 @@ ---- Makefile.orig 2014-01-31 14:57:23.000000000 +0100 -+++ Makefile 2014-10-07 23:26:17.000000000 +0200 -@@ -117,13 +117,11 @@ +--- Makefile.orig 2016-12-16 10:04:32.000000000 +0100 ++++ Makefile 2016-12-25 20:17:08.952901000 +0100 +@@ -141,7 +141,6 @@ TESTIGDDESCPARSE := $(TESTIGDDESCPARSE) minissdpc.o endif -LIBDIR ?= lib # install directories --INSTALLPREFIX ?= $(PREFIX)/usr + ifeq ($(strip $(PREFIX)),) + INSTALLPREFIX ?= /usr +@@ -149,9 +148,9 @@ + INSTALLPREFIX ?= $(PREFIX) + endif INSTALLDIRINC = $(INSTALLPREFIX)/include/miniupnpc -INSTALLDIRLIB = $(INSTALLPREFIX)/$(LIBDIR) +INSTALLDIRLIB = $(INSTALLPREFIX)/lib Modified: head/net/miniupnpc/pkg-plist ============================================================================== --- head/net/miniupnpc/pkg-plist Sun Dec 25 22:25:49 2016 (r429467) +++ head/net/miniupnpc/pkg-plist Sun Dec 25 23:11:36 2016 (r429468) @@ -12,5 +12,5 @@ include/miniupnpc/upnperrors.h include/miniupnpc/upnpreplyparse.h lib/libminiupnpc.a lib/libminiupnpc.so -lib/libminiupnpc.so.15 +lib/libminiupnpc.so.16 man/man3/miniupnpc.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612252311.uBPNBaVP064997>