Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2018 05:37:55 +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: r469430 - in head: emulators/dolphin-emu games/0ad games/megaglest games/openclonk graphics/drawpile irc/iroffer-dinoex net-p2p/bitcoin net-p2p/eiskaltdcpp-lib net-p2p/litecoin net-p2p/...
Message-ID:  <201805090537.w495btc1013472@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Wed May  9 05:37:54 2018
New Revision: 469430
URL: https://svnweb.freebsd.org/changeset/ports/469430

Log:
  - update to miniupnpc 2.1
  PR:		228050
  Submitted by:	Hung-Yi Chen
  
  - fix python build
  - add LICENSE for slave port
  - make portlint happier
  
  - bump PORTREVISION on ports using the shared lib

Modified:
  head/emulators/dolphin-emu/Makefile
  head/games/0ad/Makefile
  head/games/megaglest/Makefile
  head/games/openclonk/Makefile
  head/graphics/drawpile/Makefile
  head/irc/iroffer-dinoex/Makefile
  head/net-p2p/bitcoin/Makefile
  head/net-p2p/eiskaltdcpp-lib/Makefile
  head/net-p2p/litecoin/Makefile
  head/net-p2p/monero-cli/Makefile
  head/net-p2p/qtum/Makefile
  head/net-p2p/transmission-cli/Makefile
  head/net-p2p/zetacoin/Makefile
  head/net/dante/Makefile
  head/net/miniupnpc/Makefile
  head/net/miniupnpc/distinfo
  head/net/miniupnpc/files/patch-Makefile
  head/net/miniupnpc/files/patch-setup.py
  head/net/miniupnpc/pkg-plist
  head/net/py-miniupnpc/Makefile
  head/security/i2pd/Makefile

Modified: head/emulators/dolphin-emu/Makefile
==============================================================================
--- head/emulators/dolphin-emu/Makefile	Wed May  9 04:06:57 2018	(r469429)
+++ head/emulators/dolphin-emu/Makefile	Wed May  9 05:37:54 2018	(r469430)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dolphin-emu
 PORTVERSION=	5.0
-PORTREVISION=	19
+PORTREVISION=	20
 CATEGORIES=	emulators
 
 MAINTAINER=	martymac@FreeBSD.org

Modified: head/games/0ad/Makefile
==============================================================================
--- head/games/0ad/Makefile	Wed May  9 04:06:57 2018	(r469429)
+++ head/games/0ad/Makefile	Wed May  9 05:37:54 2018	(r469430)
@@ -2,7 +2,7 @@
 
 PORTNAME=	0ad
 PORTVERSION=	0.0.22
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	games
 MASTER_SITES=	http://releases.wildfiregames.com/ \
 		SF/zero-ad/releases

Modified: head/games/megaglest/Makefile
==============================================================================
--- head/games/megaglest/Makefile	Wed May  9 04:06:57 2018	(r469429)
+++ head/games/megaglest/Makefile	Wed May  9 05:37:54 2018	(r469430)
@@ -3,7 +3,7 @@
 
 PORTNAME=	megaglest
 PORTVERSION=	3.13.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games
 
 MAINTAINER=	monwarez@mailoo.org

Modified: head/games/openclonk/Makefile
==============================================================================
--- head/games/openclonk/Makefile	Wed May  9 04:06:57 2018	(r469429)
+++ head/games/openclonk/Makefile	Wed May  9 05:37:54 2018	(r469430)
@@ -4,6 +4,7 @@
 PORTNAME=	openclonk
 DISTVERSION=	8.0
 DISTVERSIONSUFFIX=	-src
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://www.openclonk.org/builds/release/${DISTVERSION}/
 

Modified: head/graphics/drawpile/Makefile
==============================================================================
--- head/graphics/drawpile/Makefile	Wed May  9 04:06:57 2018	(r469429)
+++ head/graphics/drawpile/Makefile	Wed May  9 05:37:54 2018	(r469430)
@@ -2,7 +2,7 @@
 
 PORTNAME=	Drawpile
 DISTVERSION=	2.0.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics python
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/irc/iroffer-dinoex/Makefile
==============================================================================
--- head/irc/iroffer-dinoex/Makefile	Wed May  9 04:06:57 2018	(r469429)
+++ head/irc/iroffer-dinoex/Makefile	Wed May  9 05:37:54 2018	(r469430)
@@ -2,7 +2,7 @@
 
 PORTNAME=	iroffer
 PORTVERSION=	3.30
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	irc
 MASTER_SITES=	http://iroffer.dinoex.net/
 PKGNAMESUFFIX=	-dinoex${PKGNAMESUFFIX2}

Modified: head/net-p2p/bitcoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile	Wed May  9 04:06:57 2018	(r469429)
+++ head/net-p2p/bitcoin/Makefile	Wed May  9 05:37:54 2018	(r469430)
@@ -4,7 +4,7 @@
 PORTNAME=	bitcoin
 PORTVERSION=	0.16.0
 DISTVERSIONPREFIX=	v
-PORTREVISION?=	2
+PORTREVISION?=	3
 CATEGORIES=	net-p2p finance
 
 MAINTAINER=	kbowling@FreeBSD.org

Modified: head/net-p2p/eiskaltdcpp-lib/Makefile
==============================================================================
--- head/net-p2p/eiskaltdcpp-lib/Makefile	Wed May  9 04:06:57 2018	(r469429)
+++ head/net-p2p/eiskaltdcpp-lib/Makefile	Wed May  9 05:37:54 2018	(r469430)
@@ -4,7 +4,7 @@
 PORTNAME=	eiskaltdcpp
 PORTVERSION=	2.2.10
 DISTVERSIONPREFIX=	v
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	net-p2p
 PKGNAMESUFFIX?=	-lib
 

Modified: head/net-p2p/litecoin/Makefile
==============================================================================
--- head/net-p2p/litecoin/Makefile	Wed May  9 04:06:57 2018	(r469429)
+++ head/net-p2p/litecoin/Makefile	Wed May  9 05:37:54 2018	(r469430)
@@ -4,7 +4,7 @@
 PORTNAME=	litecoin
 PORTVERSION=	0.14.2
 DISTVERSIONPREFIX=	v
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	net-p2p finance
 
 PATCH_SITES=	https://github.com/bitcoin/bitcoin/commit/

Modified: head/net-p2p/monero-cli/Makefile
==============================================================================
--- head/net-p2p/monero-cli/Makefile	Wed May  9 04:06:57 2018	(r469429)
+++ head/net-p2p/monero-cli/Makefile	Wed May  9 05:37:54 2018	(r469430)
@@ -4,7 +4,7 @@
 PORTNAME=	monero-cli
 PORTVERSION=	0.12.0.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-p2p finance
 
 MAINTAINER=	vd@FreeBSD.org

Modified: head/net-p2p/qtum/Makefile
==============================================================================
--- head/net-p2p/qtum/Makefile	Wed May  9 04:06:57 2018	(r469429)
+++ head/net-p2p/qtum/Makefile	Wed May  9 05:37:54 2018	(r469430)
@@ -4,6 +4,7 @@
 PORTNAME=	qtum
 PORTVERSION=	0.14.16
 DISTVERSIONPREFIX=	mainnet-ignition-v
+PORTREVISION=	1
 CATEGORIES=	net-p2p finance
 
 MAINTAINER=	vd@FreeBSD.org

Modified: head/net-p2p/transmission-cli/Makefile
==============================================================================
--- head/net-p2p/transmission-cli/Makefile	Wed May  9 04:06:57 2018	(r469429)
+++ head/net-p2p/transmission-cli/Makefile	Wed May  9 05:37:54 2018	(r469430)
@@ -2,7 +2,7 @@
 
 PORTNAME=	transmission
 PORTVERSION=	2.93
-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/zetacoin/Makefile
==============================================================================
--- head/net-p2p/zetacoin/Makefile	Wed May  9 04:06:57 2018	(r469429)
+++ head/net-p2p/zetacoin/Makefile	Wed May  9 05:37:54 2018	(r469430)
@@ -4,7 +4,7 @@
 PORTNAME=	zetacoin
 PORTVERSION=	0.11.2.3
 DISTVERSIONPREFIX=	v
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	net-p2p finance
 
 MAINTAINER=	daniel@morante.net

Modified: head/net/dante/Makefile
==============================================================================
--- head/net/dante/Makefile	Wed May  9 04:06:57 2018	(r469429)
+++ head/net/dante/Makefile	Wed May  9 05:37:54 2018	(r469430)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dante
 PORTVERSION=	1.4.2
+PORTREVISION=	1
 CATEGORIES=	net security ipv6
 MASTER_SITES=	http://www.inet.no/dante/files/ \
 		ftp://ftp.inet.no/pub/socks/

Modified: head/net/miniupnpc/Makefile
==============================================================================
--- head/net/miniupnpc/Makefile	Wed May  9 04:06:57 2018	(r469429)
+++ head/net/miniupnpc/Makefile	Wed May  9 05:37:54 2018	(r469430)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	miniupnpc
-PORTVERSION=	2.0.20170509
+PORTVERSION=	2.1
 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.16
+		${STAGEDIR}${PREFIX}/lib/libminiupnpc.so.17
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/net/miniupnpc/distinfo
==============================================================================
--- head/net/miniupnpc/distinfo	Wed May  9 04:06:57 2018	(r469429)
+++ head/net/miniupnpc/distinfo	Wed May  9 05:37:54 2018	(r469430)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495439582
-SHA256 (miniupnpc-2.0.20170509.tar.gz) = d3c368627f5cdfb66d3ebd64ca39ba54d6ff14a61966dbecb8dd296b7039f16a
-SIZE (miniupnpc-2.0.20170509.tar.gz) = 86055
+TIMESTAMP = 1525713119
+SHA256 (miniupnpc-2.1.tar.gz) = e19fb5e01ea5a707e2a8cb96f537fbd9f3a913d53d804a3265e3aeab3d2064c6
+SIZE (miniupnpc-2.1.tar.gz) = 91914

Modified: head/net/miniupnpc/files/patch-Makefile
==============================================================================
--- head/net/miniupnpc/files/patch-Makefile	Wed May  9 04:06:57 2018	(r469429)
+++ head/net/miniupnpc/files/patch-Makefile	Wed May  9 05:37:54 2018	(r469430)
@@ -1,6 +1,6 @@
---- Makefile.orig	2016-12-16 10:04:32.000000000 +0100
-+++ Makefile	2016-12-25 20:17:08.952901000 +0100
-@@ -141,7 +141,6 @@
+--- Makefile.orig	2018-04-06 10:53:30 UTC
++++ Makefile
+@@ -139,7 +139,6 @@ TESTMINIWGETOBJS := $(TESTMINIWGETOBJS) 
  TESTIGDDESCPARSE := $(TESTIGDDESCPARSE) minissdpc.o
  endif
  
@@ -8,7 +8,7 @@
  # install directories
  ifeq ($(strip $(PREFIX)),)
  INSTALLPREFIX ?= /usr
-@@ -149,9 +148,9 @@
+@@ -147,9 +146,9 @@ else
  INSTALLPREFIX ?= $(PREFIX)
  endif
  INSTALLDIRINC = $(INSTALLPREFIX)/include/miniupnpc
@@ -17,6 +17,6 @@
  INSTALLDIRBIN = $(INSTALLPREFIX)/bin
 -INSTALLDIRMAN = $(INSTALLPREFIX)/share/man
 +INSTALLDIRMAN = $(INSTALLPREFIX)/man
+ PKGCONFIGDIR = $(INSTALLDIRLIB)/pkgconfig
  
  FILESTOINSTALL = $(LIBRARY) $(EXECUTABLES)
- ifneq ($(OS), AmigaOS)

Modified: head/net/miniupnpc/files/patch-setup.py
==============================================================================
--- head/net/miniupnpc/files/patch-setup.py	Wed May  9 04:06:57 2018	(r469429)
+++ head/net/miniupnpc/files/patch-setup.py	Wed May  9 05:37:54 2018	(r469430)
@@ -1,10 +1,10 @@
---- setup.py.orig	2018-01-06 09:33:40 UTC
+--- setup.py.orig	2017-11-02 17:38:01 UTC
 +++ setup.py
-@@ -23,6 +23,6 @@ setup(name="miniupnpc",
-       description='miniUPnP client',
+@@ -30,6 +30,6 @@ setup(name="miniupnpc",
+       cmdclass={'build_ext': make_then_build_ext},
        ext_modules=[
           Extension(name="miniupnpc", sources=["miniupnpcmodule.c"],
--                   extra_objects=["libminiupnpc.a"])
+-                   extra_objects=EXT)
 +                   libraries=["miniupnpc"])
        ])
  

Modified: head/net/miniupnpc/pkg-plist
==============================================================================
--- head/net/miniupnpc/pkg-plist	Wed May  9 04:06:57 2018	(r469429)
+++ head/net/miniupnpc/pkg-plist	Wed May  9 05:37:54 2018	(r469430)
@@ -12,5 +12,5 @@ include/miniupnpc/upnperrors.h
 include/miniupnpc/upnpreplyparse.h
 lib/libminiupnpc.a
 lib/libminiupnpc.so
-lib/libminiupnpc.so.16
+lib/libminiupnpc.so.17
 man/man3/miniupnpc.3.gz

Modified: head/net/py-miniupnpc/Makefile
==============================================================================
--- head/net/py-miniupnpc/Makefile	Wed May  9 04:06:57 2018	(r469429)
+++ head/net/py-miniupnpc/Makefile	Wed May  9 05:37:54 2018	(r469430)
@@ -1,19 +1,21 @@
 # $FreeBSD$
 
 CATEGORIES=	net python
-PORTREVISION=	1
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 COMMENT=	Python module for miniupnpc
 
-LIB_DEPENDS=	libminiupnpc.so:net/miniupnpc
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
+LIB_DEPENDS=	libminiupnpc.so:${PKGCATEGORY}/miniupnpc
+
 MASTERDIR=	${.CURDIR}/../miniupnpc
 
 USES=		python
 USE_PYTHON=	autoplist distutils
-
-PLIST=		${.CURDIR}/pkg-plist
+MAKE_ENV=	MAKE=gmake
+PLIST=
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/miniupnpc.so

Modified: head/security/i2pd/Makefile
==============================================================================
--- head/security/i2pd/Makefile	Wed May  9 04:06:57 2018	(r469429)
+++ head/security/i2pd/Makefile	Wed May  9 05:37:54 2018	(r469430)
@@ -3,7 +3,7 @@
 
 PORTNAME=	i2pd
 PORTVERSION=	2.18.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security net-p2p
 
 MAINTAINER=	amdmi3@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805090537.w495btc1013472>