From owner-svn-ports-all@freebsd.org Fri Nov 20 07:01:37 2020 Return-Path: Delivered-To: svn-ports-all@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 8F4B047F6E7; Fri, 20 Nov 2020 07:01:37 +0000 (UTC) (envelope-from fernape@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CcnXK3d9vz4fs2; Fri, 20 Nov 2020 07:01:37 +0000 (UTC) (envelope-from fernape@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 6FF0E12295; Fri, 20 Nov 2020 07:01:37 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AK71bHg020427; Fri, 20 Nov 2020 07:01:37 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AK71aGt020425; Fri, 20 Nov 2020 07:01:36 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202011200701.0AK71aGt020425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Fri, 20 Nov 2020 07:01:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555737 - in head/net/libnpupnp: . files X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in head/net/libnpupnp: . files X-SVN-Commit-Revision: 555737 X-SVN-Commit-Repository: ports 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.34 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: Fri, 20 Nov 2020 07:01:37 -0000 Author: fernape Date: Fri Nov 20 07:01:36 2020 New Revision: 555737 URL: https://svnweb.freebsd.org/changeset/ports/555737 Log: net/libnpupnp: Update to 4.0.14 PR: 251190 Submitted by: daniel.engberg.lists@pyret.net (maintainer) Added: head/net/libnpupnp/files/ head/net/libnpupnp/files/patch-src_api_upnpapi.cpp (contents, props changed) Modified: head/net/libnpupnp/Makefile head/net/libnpupnp/distinfo Modified: head/net/libnpupnp/Makefile ============================================================================== --- head/net/libnpupnp/Makefile Fri Nov 20 05:12:24 2020 (r555736) +++ head/net/libnpupnp/Makefile Fri Nov 20 07:01:36 2020 (r555737) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libnpupnp -DISTVERSION= 4.0.12 +DISTVERSION= 4.0.14 CATEGORIES= net MASTER_SITES= https://www.lesbonscomptes.com/upmpdcli/downloads/ Modified: head/net/libnpupnp/distinfo ============================================================================== --- head/net/libnpupnp/distinfo Fri Nov 20 05:12:24 2020 (r555736) +++ head/net/libnpupnp/distinfo Fri Nov 20 07:01:36 2020 (r555737) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601894292 -SHA256 (libnpupnp-4.0.12.tar.gz) = 746ab66f19b96ce539c118ad6a0a2f3bee7d472f30ed075e0b385ddc9b33ae55 -SIZE (libnpupnp-4.0.12.tar.gz) = 535901 +TIMESTAMP = 1605542054 +SHA256 (libnpupnp-4.0.14.tar.gz) = ea5f5bf388bf8c028a25630c58e9a42762fddd357e7e2581b192856e01aad044 +SIZE (libnpupnp-4.0.14.tar.gz) = 538629 Added: head/net/libnpupnp/files/patch-src_api_upnpapi.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libnpupnp/files/patch-src_api_upnpapi.cpp Fri Nov 20 07:01:36 2020 (r555737) @@ -0,0 +1,11 @@ +--- src/api/upnpapi.cpp.orig 2020-11-13 17:15:32 UTC ++++ src/api/upnpapi.cpp +@@ -39,6 +39,8 @@ + #include + #include + #include ++#include ++ + #include + + #include "upnpapi.h"