Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2019 06:46:39 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517993 - in head: devel/upnp multimedia/vlc net-p2p/amule net-p2p/amule-devel
Message-ID:  <201911200646.xAK6kd01032034@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Nov 20 06:46:39 2019
New Revision: 517993
URL: https://svnweb.freebsd.org/changeset/ports/517993

Log:
  devel/upnp: Update to 1.10.0
  
  Bump consumers for ABI changes.
  
  Changes:	https://github.com/mrjimenez/pupnp/blob/release-1.10.0/ChangeLog
  PR:		242089
  Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)

Modified:
  head/devel/upnp/Makefile
  head/devel/upnp/distinfo
  head/devel/upnp/pkg-plist
  head/multimedia/vlc/Makefile
  head/net-p2p/amule-devel/Makefile
  head/net-p2p/amule/Makefile

Modified: head/devel/upnp/Makefile
==============================================================================
--- head/devel/upnp/Makefile	Wed Nov 20 06:09:23 2019	(r517992)
+++ head/devel/upnp/Makefile	Wed Nov 20 06:46:39 2019	(r517993)
@@ -3,7 +3,7 @@
 
 PORTNAME=	upnp
 DISTVERSIONPREFIX=	release-
-DISTVERSION=	1.8.4
+DISTVERSION=	1.10.0
 PORTEPOCH=	1
 CATEGORIES=	devel
 
@@ -13,7 +13,7 @@ COMMENT=	Universal Plug and Play Software Development 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		autoreconf cpe libtool pathfix
+USES=		autoreconf cpe libtool pathfix pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	mrjimenez
 GH_PROJECT=	pupnp
@@ -54,9 +54,9 @@ EXAMPLES_CONFIGURE_ENABLE=		samples
 IPV6_CONFIGURE_ENABLE=			ipv6
 LARGEFILE_CONFIGURE_ENABLE=		largefile
 OPENSSL_CONFIGURE_ENABLE=		open_ssl
+OPENSSL_CONFIGURE_ENV=			OPENSSL_CFLAGS="-I${OPENSSLINC}" \
+					OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
 OPENSSL_USES=				ssl
-OPENSSL_CFLAGS=				-I${OPENSSLINC}
-OPENSSL_LDFLAGS=			-L${OPENSSLLIB} -lssl
 OPTSSDP_CONFIGURE_ENABLE=		optssdp
 POSTWRITE_CONFIGURE_ENABLE=		postwrite
 REUSEADDR_CONFIGURE_ENABLE=		reuseaddr

Modified: head/devel/upnp/distinfo
==============================================================================
--- head/devel/upnp/distinfo	Wed Nov 20 06:09:23 2019	(r517992)
+++ head/devel/upnp/distinfo	Wed Nov 20 06:46:39 2019	(r517993)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1546614165
-SHA256 (mrjimenez-pupnp-release-1.8.4_GH0.tar.gz) = 976c3e4555604cdd8391ed2f359c08c9dead3b6bf131c24ce78e64d6669af2ed
-SIZE (mrjimenez-pupnp-release-1.8.4_GH0.tar.gz) = 783896
+TIMESTAMP = 1572737697
+SHA256 (mrjimenez-pupnp-release-1.10.0_GH0.tar.gz) = f97f0c0cda1aa873b05cd515e925df21686e7e7d536e776fc13ea4c7735bfafa
+SIZE (mrjimenez-pupnp-release-1.10.0_GH0.tar.gz) = 786215

Modified: head/devel/upnp/pkg-plist
==============================================================================
--- head/devel/upnp/pkg-plist	Wed Nov 20 06:09:23 2019	(r517992)
+++ head/devel/upnp/pkg-plist	Wed Nov 20 06:46:39 2019	(r517993)
@@ -4,6 +4,7 @@ include/upnp/Callback.h
 include/upnp/Discovery.h
 include/upnp/Event.h
 include/upnp/EventSubscribe.h
+include/upnp/ExtraHeaders.h
 include/upnp/FileInfo.h
 include/upnp/StateVarComplete.h
 include/upnp/StateVarRequest.h
@@ -28,11 +29,11 @@ include/upnp/upnpconfig.h
 %%TOOLS%%include/upnp/upnptools.h
 lib/libixml.a
 lib/libixml.so
-lib/libixml.so.10
-lib/libixml.so.10.0.1
+lib/libixml.so.11
+lib/libixml.so.11.0.0
 lib/libupnp.a
 lib/libupnp.so
-lib/libupnp.so.13
-lib/libupnp.so.13.0.0
+lib/libupnp.so.15
+lib/libupnp.so.15.0.0
 libdata/pkgconfig/libupnp.pc
 %%PORTDOCS%%%%DOCSDIR%%/UPnP_Programming_Guide.pdf

Modified: head/multimedia/vlc/Makefile
==============================================================================
--- head/multimedia/vlc/Makefile	Wed Nov 20 06:09:23 2019	(r517992)
+++ head/multimedia/vlc/Makefile	Wed Nov 20 06:46:39 2019	(r517993)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vlc
 DISTVERSION=	3.0.8
-PORTREVISION=	11
+PORTREVISION=	12
 PORTEPOCH=	4
 CATEGORIES=	multimedia audio net www
 MASTER_SITES=	http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \

Modified: head/net-p2p/amule-devel/Makefile
==============================================================================
--- head/net-p2p/amule-devel/Makefile	Wed Nov 20 06:09:23 2019	(r517992)
+++ head/net-p2p/amule-devel/Makefile	Wed Nov 20 06:46:39 2019	(r517993)
@@ -3,7 +3,7 @@
 
 PORTNAME=	amule
 PORTVERSION=	11004
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-p2p
 MASTER_SITES=	http://amule.sourceforge.net/tarballs/
 PKGNAMESUFFIX=	-devel

Modified: head/net-p2p/amule/Makefile
==============================================================================
--- head/net-p2p/amule/Makefile	Wed Nov 20 06:09:23 2019	(r517992)
+++ head/net-p2p/amule/Makefile	Wed Nov 20 06:46:39 2019	(r517993)
@@ -3,7 +3,7 @@
 
 PORTNAME=	amule
 PORTVERSION=	2.3.2
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF/${PORTNAME}/aMule/${PORTVERSION}
 DISTNAME=	aMule-${PORTVERSION}



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