From owner-svn-ports-all@freebsd.org Sat Jul 9 15:31:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56B01B84605; Sat, 9 Jul 2016 15:31:20 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E80713DE; Sat, 9 Jul 2016 15:31:20 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u69FVJdI077926; Sat, 9 Jul 2016 15:31:19 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u69FVIdr077920; Sat, 9 Jul 2016 15:31:18 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201607091531.u69FVIdr077920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 9 Jul 2016 15:31:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418283 - in head/devel/upnp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2016 15:31:20 -0000 Author: pawel Date: Sat Jul 9 15:31:18 2016 New Revision: 418283 URL: https://svnweb.freebsd.org/changeset/ports/418283 Log: - Update to version 1.6.20 - Regenerate patches with make makepatch - Sort pkg-plist Modified: head/devel/upnp/Makefile head/devel/upnp/distinfo head/devel/upnp/files/patch-libupnp.pc.in head/devel/upnp/files/patch-threadutil__inc__ithread.h head/devel/upnp/files/patch-upnp-src-inc-uuid.h head/devel/upnp/pkg-plist Modified: head/devel/upnp/Makefile ============================================================================== --- head/devel/upnp/Makefile Sat Jul 9 14:05:24 2016 (r418282) +++ head/devel/upnp/Makefile Sat Jul 9 15:31:18 2016 (r418283) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= upnp -PORTVERSION= 1.6.19 -PORTREVISION= 2 +PORTVERSION= 1.6.20 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= SF/p${PORTNAME}/p${PORTNAME}/libUPnP%20${PORTVERSION} Modified: head/devel/upnp/distinfo ============================================================================== --- head/devel/upnp/distinfo Sat Jul 9 14:05:24 2016 (r418282) +++ head/devel/upnp/distinfo Sat Jul 9 15:31:18 2016 (r418283) @@ -1,2 +1,3 @@ -SHA256 (libupnp-1.6.19.tar.bz2) = b3142b39601243b50532eec90f4a27dba85eb86f58d4b849ac94edeb29d9b22a -SIZE (libupnp-1.6.19.tar.bz2) = 1213439 +TIMESTAMP = 1467990222 +SHA256 (libupnp-1.6.20.tar.bz2) = ee3537081e3ea56f66ada10387486823989210bc98002f098305551c966e3a63 +SIZE (libupnp-1.6.20.tar.bz2) = 1243637 Modified: head/devel/upnp/files/patch-libupnp.pc.in ============================================================================== --- head/devel/upnp/files/patch-libupnp.pc.in Sat Jul 9 14:05:24 2016 (r418282) +++ head/devel/upnp/files/patch-libupnp.pc.in Sat Jul 9 15:31:18 2016 (r418283) @@ -1,11 +1,11 @@ ---- libupnp.pc.in.orig 2010-10-09 13:09:32.000000000 +0200 -+++ libupnp.pc.in 2010-10-09 13:12:31.000000000 +0200 -@@ -6,6 +6,6 @@ +--- libupnp.pc.in.orig 2010-10-19 17:31:19 UTC ++++ libupnp.pc.in +@@ -6,6 +6,6 @@ includedir=@includedir@ Name: libupnp Description: Linux SDK for UPnP Devices Version: @VERSION@ -Libs: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@ -L${libdir} -lupnp -lthreadutil -lixml -+Libs: -pthread -L${libdir} -lupnp -lthreadutil -lixml @LIBS@ -Cflags: @PTHREAD_CFLAGS@ -I${includedir}/upnp ++Libs: -pthread -L${libdir} -lupnp -lthreadutil -lixml @LIBS@ +Cflags: -I${includedir}/upnp Modified: head/devel/upnp/files/patch-threadutil__inc__ithread.h ============================================================================== --- head/devel/upnp/files/patch-threadutil__inc__ithread.h Sat Jul 9 14:05:24 2016 (r418282) +++ head/devel/upnp/files/patch-threadutil__inc__ithread.h Sat Jul 9 15:31:18 2016 (r418283) @@ -1,6 +1,6 @@ ---- threadutil/inc/ithread.h.orig +--- threadutil/inc/ithread.h.orig 2013-11-14 17:14:44 UTC +++ threadutil/inc/ithread.h -@@ -50,12 +50,9 @@ +@@ -50,12 +50,9 @@ extern "C" { #include Modified: head/devel/upnp/files/patch-upnp-src-inc-uuid.h ============================================================================== --- head/devel/upnp/files/patch-upnp-src-inc-uuid.h Sat Jul 9 14:05:24 2016 (r418282) +++ head/devel/upnp/files/patch-upnp-src-inc-uuid.h Sat Jul 9 15:31:18 2016 (r418283) @@ -1,5 +1,5 @@ ---- upnp/src/inc/uuid.h.orig 2012-02-23 18:48:42.000000000 +0100 -+++ upnp/src/inc/uuid.h 2012-09-04 20:09:52.000000000 +0200 +--- upnp/src/inc/uuid.h.orig 2016-01-07 23:32:52 UTC ++++ upnp/src/inc/uuid.h @@ -22,6 +22,14 @@ #include "sysdep.h" Modified: head/devel/upnp/pkg-plist ============================================================================== --- head/devel/upnp/pkg-plist Sat Jul 9 14:05:24 2016 (r418282) +++ head/devel/upnp/pkg-plist Sat Jul 9 15:31:18 2016 (r418283) @@ -1,19 +1,19 @@ -include/upnp/ixml.h -include/upnp/ixmldebug.h include/upnp/FreeList.h include/upnp/LinkedList.h include/upnp/ThreadPool.h include/upnp/TimerThread.h -include/upnp/ithread.h -include/upnp/upnpconfig.h include/upnp/UpnpGlobal.h include/upnp/UpnpInet.h include/upnp/UpnpIntTypes.h include/upnp/UpnpStdInt.h +include/upnp/UpnpString.h include/upnp/UpnpUniStd.h +include/upnp/ithread.h +include/upnp/ixml.h +include/upnp/ixmldebug.h include/upnp/upnp.h +include/upnp/upnpconfig.h include/upnp/upnpdebug.h -include/upnp/UpnpString.h include/upnp/upnptools.h lib/libixml.a lib/libixml.so @@ -26,5 +26,5 @@ lib/libthreadutil.so.6.0.4 lib/libupnp.a lib/libupnp.so lib/libupnp.so.6 -lib/libupnp.so.6.3.3 +lib/libupnp.so.6.3.4 libdata/pkgconfig/libupnp.pc