From owner-svn-ports-head@freebsd.org Wed Feb 19 11:52:30 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BA4B4256EB6; Wed, 19 Feb 2020 11:52:30 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Mx0t4Gdrz4SHK; Wed, 19 Feb 2020 11:52:30 +0000 (UTC) (envelope-from gerald@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 87123861F; Wed, 19 Feb 2020 11:52:30 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01JBqUuD095228; Wed, 19 Feb 2020 11:52:30 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01JBqTYY095220; Wed, 19 Feb 2020 11:52:29 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <202002191152.01JBqTYY095220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 19 Feb 2020 11:52:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526508 - in head: devel/upnp multimedia/vlc net-p2p/amule net-p2p/amule-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in head: devel/upnp multimedia/vlc net-p2p/amule net-p2p/amule-devel X-SVN-Commit-Revision: 526508 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2020 11:52:30 -0000 Author: gerald Date: Wed Feb 19 11:52:28 2020 New Revision: 526508 URL: https://svnweb.freebsd.org/changeset/ports/526508 Log: devel/upnp: Update to version 1.12.0 which includes the following changes: - Reduce spurious HTTP 416 errors due to ill-defined bytes header. - UpnpEnableWebserver: Error correctly when web server compiled-out. - Remove TRUE/FALSE, IN/OUT/INOUT defines and BOOL typedef. - Add list test and replace the list.h file. - Check for -lpthread too (updates pthread m4 check from upstream). Bump PORTREVISION of dependent ports. PR: 243619 Submitted by: salvadore (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 Feb 19 11:32:28 2020 (r526507) +++ head/devel/upnp/Makefile Wed Feb 19 11:52:28 2020 (r526508) @@ -3,7 +3,7 @@ PORTNAME= upnp DISTVERSIONPREFIX= release- -DISTVERSION= 1.10.1 +DISTVERSION= 1.12.0 PORTEPOCH= 1 CATEGORIES= devel Modified: head/devel/upnp/distinfo ============================================================================== --- head/devel/upnp/distinfo Wed Feb 19 11:32:28 2020 (r526507) +++ head/devel/upnp/distinfo Wed Feb 19 11:52:28 2020 (r526508) @@ -1,3 +1,3 @@ -TIMESTAMP = 1575543068 -SHA256 (mrjimenez-pupnp-release-1.10.1_GH0.tar.gz) = de04f501ccae0f776c5a3b6878ef26b84631bc1c10183822794508d912cd9e53 -SIZE (mrjimenez-pupnp-release-1.10.1_GH0.tar.gz) = 786273 +TIMESTAMP = 1579726033 +SHA256 (mrjimenez-pupnp-release-1.12.0_GH0.tar.gz) = 0de53571f1e5180a362a5d1652bf7f2e48d66f187ea71a69cf20eb38fbcdeb4f +SIZE (mrjimenez-pupnp-release-1.12.0_GH0.tar.gz) = 786378 Modified: head/devel/upnp/pkg-plist ============================================================================== --- head/devel/upnp/pkg-plist Wed Feb 19 11:32:28 2020 (r526507) +++ head/devel/upnp/pkg-plist Wed Feb 19 11:52:28 2020 (r526508) @@ -22,7 +22,6 @@ include/upnp/ithread.h include/upnp/ixml.h include/upnp/ixmldebug.h include/upnp/list.h -include/upnp/poison.h include/upnp/upnp.h include/upnp/upnpconfig.h %%DEBUG%%include/upnp/upnpdebug.h @@ -33,7 +32,7 @@ lib/libixml.so.11 lib/libixml.so.11.0.0 lib/libupnp.a lib/libupnp.so -lib/libupnp.so.15 -lib/libupnp.so.15.0.1 +lib/libupnp.so.16 +lib/libupnp.so.16.0.0 libdata/pkgconfig/libupnp.pc %%PORTDOCS%%%%DOCSDIR%%/UPnP_Programming_Guide.pdf Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Wed Feb 19 11:32:28 2020 (r526507) +++ head/multimedia/vlc/Makefile Wed Feb 19 11:52:28 2020 (r526508) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 3.0.8 -PORTREVISION= 18 +PORTREVISION= 19 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 Feb 19 11:32:28 2020 (r526507) +++ head/net-p2p/amule-devel/Makefile Wed Feb 19 11:52:28 2020 (r526508) @@ -3,7 +3,7 @@ PORTNAME= amule PORTVERSION= 11028 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-p2p MASTER_SITES= http://amule.sourceforge.net/tarballs/ PKGNAMESUFFIX= -devel Modified: head/net-p2p/amule/Makefile ============================================================================== --- head/net-p2p/amule/Makefile Wed Feb 19 11:32:28 2020 (r526507) +++ head/net-p2p/amule/Makefile Wed Feb 19 11:52:28 2020 (r526508) @@ -3,7 +3,7 @@ PORTNAME= amule PORTVERSION= 2.3.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/aMule/${PORTVERSION} DISTNAME= aMule-${PORTVERSION}