Index: head/net/libnpupnp/Makefile =================================================================== --- head/net/libnpupnp/Makefile (revision 555736) +++ head/net/libnpupnp/Makefile (revision 555737) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= libnpupnp -DISTVERSION= 4.0.12 +DISTVERSION= 4.0.14 CATEGORIES= net MASTER_SITES= https://www.lesbonscomptes.com/upmpdcli/downloads/ MAINTAINER= daniel.engberg.lists@pyret.net COMMENT= C++ base UPnP library, derived from Portable UPnP, a.k.a libupnp LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ libmicrohttpd.so:www/libmicrohttpd USES= autoreconf compiler:c++11-lang libtool localbase pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip .include Index: head/net/libnpupnp/distinfo =================================================================== --- head/net/libnpupnp/distinfo (revision 555736) +++ head/net/libnpupnp/distinfo (revision 555737) @@ -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 Index: head/net/libnpupnp/files/patch-src_api_upnpapi.cpp =================================================================== --- head/net/libnpupnp/files/patch-src_api_upnpapi.cpp (nonexistent) +++ head/net/libnpupnp/files/patch-src_api_upnpapi.cpp (revision 555737) @@ -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" Property changes on: head/net/libnpupnp/files/patch-src_api_upnpapi.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property