devel/upnp: Update to 1.14.2 and pass maintainership to submitter
PR: 253945 Submitted by: Dries Michiels <driesm.michiels AT gmail DOT com>
This commit is contained in:
parent
366455a717
commit
dd8b226a29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566912
4 changed files with 19 additions and 19 deletions
|
@ -3,19 +3,21 @@
|
|||
|
||||
PORTNAME= upnp
|
||||
DISTVERSIONPREFIX= release-
|
||||
DISTVERSION= 1.14.0
|
||||
DISTVERSION= 1.14.2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= driesm.michiels@gmail.com
|
||||
COMMENT= Universal Plug and Play Software Development Kit
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= autoreconf cpe libtool pathfix pkgconfig
|
||||
CPE_VENDOR= libupnp_project
|
||||
CPE_PRODUCT= libupnp
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= mrjimenez
|
||||
GH_ACCOUNT= pupnp
|
||||
GH_PROJECT= pupnp
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -27,8 +29,6 @@ CONFIGURE_ARGS= --enable-device \
|
|||
--enable-webserver
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
CPE_VENDOR= libupnp_project
|
||||
CPE_PRODUCT= libupnp
|
||||
|
||||
OPTIONS_DEFINE= CLIENT DEBUG DOCS EXAMPLES IPV6 LARGEFILE OPENSSL \
|
||||
OPTSSDP POSTWRITE REUSEADDR SCRIPTSUPPORT TCP_BLOCK \
|
||||
|
@ -53,10 +53,10 @@ DEBUG_CONFIGURE_ENABLE= debug
|
|||
EXAMPLES_CONFIGURE_ENABLE= samples
|
||||
IPV6_CONFIGURE_ENABLE= ipv6
|
||||
LARGEFILE_CONFIGURE_ENABLE= largefile
|
||||
OPENSSL_USES= ssl
|
||||
OPENSSL_CONFIGURE_ENABLE= open_ssl
|
||||
OPENSSL_CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
|
||||
OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
|
||||
OPENSSL_USES= ssl
|
||||
OPTSSDP_CONFIGURE_ENABLE= optssdp
|
||||
POSTWRITE_CONFIGURE_ENABLE= postwrite
|
||||
REUSEADDR_CONFIGURE_ENABLE= reuseaddr
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1601746007
|
||||
SHA256 (mrjimenez-pupnp-release-1.14.0_GH0.tar.gz) = 8f8ef5eb7c434984a32b2fd614262855652b402418d4c453b5204823de1aa2de
|
||||
SIZE (mrjimenez-pupnp-release-1.14.0_GH0.tar.gz) = 788668
|
||||
TIMESTAMP = 1614630400
|
||||
SHA256 (pupnp-pupnp-release-1.14.2_GH0.tar.gz) = e1487800425e47a26998593c42256a61caa1cd1ec210029fe8050cf6bab9c334
|
||||
SIZE (pupnp-pupnp-release-1.14.2_GH0.tar.gz) = 796677
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
--- upnp/src/genlib/net/http/httpreadwrite.c.orig 2020-10-03 17:28:40 UTC
|
||||
--- upnp/src/genlib/net/http/httpreadwrite.c.orig 2021-02-25 14:08:26 UTC
|
||||
+++ upnp/src/genlib/net/http/httpreadwrite.c
|
||||
@@ -55,7 +55,6 @@
|
||||
#include "uri.h"
|
||||
#include "webserver.h"
|
||||
|
||||
-#include <alloca.h>
|
||||
#include <assert.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
@@ -66,7 +66,6 @@
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
#else /* _WIN32 */
|
||||
- #include <alloca.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -30,6 +30,6 @@ lib/libixml.so.11.0.0
|
|||
lib/libupnp.a
|
||||
lib/libupnp.so
|
||||
lib/libupnp.so.17
|
||||
lib/libupnp.so.17.0.0
|
||||
lib/libupnp.so.17.0.2
|
||||
libdata/pkgconfig/libupnp.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/UPnP_Programming_Guide.pdf
|
||||
|
|
Loading…
Reference in a new issue