diff options
-rw-r--r-- | emulators/dolphin-emu/Makefile | 2 | ||||
-rw-r--r-- | games/0ad/Makefile | 2 | ||||
-rw-r--r-- | games/megaglest/Makefile | 1 | ||||
-rw-r--r-- | games/megaglest/files/patch-source-shared_lib-sources-platform-posix-socket.cpp | 11 | ||||
-rw-r--r-- | irc/iroffer-dinoex/Makefile | 2 | ||||
-rw-r--r-- | irc/iroffer-dinoex/files/patch-upnp.c | 26 | ||||
-rw-r--r-- | net-p2p/bitcoin-daemon/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/bitcoin-utils/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/bitcoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/dogecoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp-lib/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/litecoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/namecoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-daemon/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-gtk/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-qt4/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/zetacoin/Makefile | 2 | ||||
-rw-r--r-- | net/miniupnpc/Makefile | 4 | ||||
-rw-r--r-- | net/miniupnpc/distinfo | 5 | ||||
-rw-r--r-- | net/miniupnpc/files/patch-Makefile | 12 | ||||
-rw-r--r-- | net/miniupnpc/pkg-plist | 2 |
22 files changed, 59 insertions, 32 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index d6665b3d8063..834c1c18fdcb 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -3,7 +3,7 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org diff --git a/games/0ad/Makefile b/games/0ad/Makefile index fb54f34a6904..219b6738cf7b 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -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 diff --git a/games/megaglest/Makefile b/games/megaglest/Makefile index 3aea5f93c8ee..0a0e8353e843 100644 --- a/games/megaglest/Makefile +++ b/games/megaglest/Makefile @@ -3,6 +3,7 @@ PORTNAME= megaglest PORTVERSION= 3.12.0 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= monwarez@mailoo.org diff --git a/games/megaglest/files/patch-source-shared_lib-sources-platform-posix-socket.cpp b/games/megaglest/files/patch-source-shared_lib-sources-platform-posix-socket.cpp new file mode 100644 index 000000000000..d50e6ae4cfe4 --- /dev/null +++ b/games/megaglest/files/patch-source-shared_lib-sources-platform-posix-socket.cpp @@ -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 diff --git a/irc/iroffer-dinoex/Makefile b/irc/iroffer-dinoex/Makefile index 474c567e1b84..2ad68ba744f0 100644 --- a/irc/iroffer-dinoex/Makefile +++ b/irc/iroffer-dinoex/Makefile @@ -2,7 +2,7 @@ PORTNAME= iroffer PORTVERSION= 3.30 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= http://iroffer.dinoex.net/ PKGNAMESUFFIX= -dinoex${PKGNAMESUFFIX2} diff --git a/irc/iroffer-dinoex/files/patch-upnp.c b/irc/iroffer-dinoex/files/patch-upnp.c index 55e6ddef2957..35e0e8f9a155 100644 --- a/irc/iroffer-dinoex/files/patch-upnp.c +++ b/irc/iroffer-dinoex/files/patch-upnp.c @@ -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); diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile index 7f5476739faa..1dc928566c52 100644 --- a/net-p2p/bitcoin-daemon/Makefile +++ b/net-p2p/bitcoin-daemon/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../bitcoin -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -daemon COMMENT= Virtual Peer-to-Peer Currency (Daemon) diff --git a/net-p2p/bitcoin-utils/Makefile b/net-p2p/bitcoin-utils/Makefile index 6d88312ca52e..258985bb1a47 100644 --- a/net-p2p/bitcoin-utils/Makefile +++ b/net-p2p/bitcoin-utils/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../bitcoin -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -utils COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities) diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 4af5ffcb0591..02596f58f0ea 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= bitcoin PORTVERSION= 0.12.1 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p finance MAINTAINER= robbak@robbak.com diff --git a/net-p2p/dogecoin/Makefile b/net-p2p/dogecoin/Makefile index 8c46c03e53bd..c8f498a897fe 100644 --- a/net-p2p/dogecoin/Makefile +++ b/net-p2p/dogecoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= dogecoin PORTVERSION= 1.8.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p finance MAINTAINER= swills@FreeBSD.org diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile index 5d0480c97b52..e2498ce20e0d 100644 --- a/net-p2p/eiskaltdcpp-lib/Makefile +++ b/net-p2p/eiskaltdcpp-lib/Makefile @@ -4,7 +4,7 @@ PORTNAME= eiskaltdcpp PORTVERSION= 2.2.10 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p PKGNAMESUFFIX?= -lib diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile index e3d7e75cbb8b..65d17163f74e 100644 --- a/net-p2p/litecoin/Makefile +++ b/net-p2p/litecoin/Makefile @@ -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 diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile index e4558398db7e..062adb161ba8 100644 --- a/net-p2p/namecoin/Makefile +++ b/net-p2p/namecoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= namecoin PORTVERSION= 0.3.80 DISTVERSIONPREFIX= nc -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= net-p2p dns diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index aaaa68c02fcf..3a4d63cb9226 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -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/ diff --git a/net-p2p/transmission-daemon/Makefile b/net-p2p/transmission-daemon/Makefile index 4ccb83373052..bc2c0211393c 100644 --- a/net-p2p/transmission-daemon/Makefile +++ b/net-p2p/transmission-daemon/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -daemon MAINTAINER= crees@FreeBSD.org diff --git a/net-p2p/transmission-gtk/Makefile b/net-p2p/transmission-gtk/Makefile index af7e32a215ae..f37b3ed71e17 100644 --- a/net-p2p/transmission-gtk/Makefile +++ b/net-p2p/transmission-gtk/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -gtk MAINTAINER= crees@FreeBSD.org diff --git a/net-p2p/transmission-qt4/Makefile b/net-p2p/transmission-qt4/Makefile index 47e02b2f68a6..f9a98d54c48a 100644 --- a/net-p2p/transmission-qt4/Makefile +++ b/net-p2p/transmission-qt4/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -qt4 MAINTAINER= crees@FreeBSD.org diff --git a/net-p2p/zetacoin/Makefile b/net-p2p/zetacoin/Makefile index 1830a6c7572d..acf2b5676ccb 100644 --- a/net-p2p/zetacoin/Makefile +++ b/net-p2p/zetacoin/Makefile @@ -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 diff --git a/net/miniupnpc/Makefile b/net/miniupnpc/Makefile index aadd60f82f9e..6e146e2ba7b0 100644 --- a/net/miniupnpc/Makefile +++ b/net/miniupnpc/Makefile @@ -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> diff --git a/net/miniupnpc/distinfo b/net/miniupnpc/distinfo index 328f612fb415..04d6cfb6747d 100644 --- a/net/miniupnpc/distinfo +++ b/net/miniupnpc/distinfo @@ -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 diff --git a/net/miniupnpc/files/patch-Makefile b/net/miniupnpc/files/patch-Makefile index 7c3dbdf35121..8227073c187a 100644 --- a/net/miniupnpc/files/patch-Makefile +++ b/net/miniupnpc/files/patch-Makefile @@ -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 diff --git a/net/miniupnpc/pkg-plist b/net/miniupnpc/pkg-plist index bc6717766872..fa36d33a8647 100644 --- a/net/miniupnpc/pkg-plist +++ b/net/miniupnpc/pkg-plist @@ -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 |