mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
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)
This commit is contained in:
parent
1cfca7607f
commit
fb531abd77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526508
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= upnp
|
||||
DISTVERSIONPREFIX= release-
|
||||
DISTVERSION= 1.10.1
|
||||
DISTVERSION= 1.12.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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$//}/ \
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= amule
|
||||
PORTVERSION= 11028
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= http://amule.sourceforge.net/tarballs/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user