mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libupnp, bump version (#9031)
This commit is contained in:
@@ -9,9 +9,9 @@ COPYRIGHT="2000-2003 Intel Corporation
|
||||
2005-2006 Rémi Turboult
|
||||
2006 Michel Pfeiffer and others"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/pupnp/pupnp/archive/release-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="6a7f26818d5aa3949bc2e68739387a261c564430ba612f793c61d31619dde1e4"
|
||||
CHECKSUM_SHA256="6616d1eef11bbbe3015bf3f4d42138ad09cf38560ab4ffc3e42d3f93a7794699"
|
||||
SOURCE_DIR="pupnp-release-$portVersion"
|
||||
PATCHES="libupnp-$portVersion.patchset"
|
||||
|
||||
@@ -20,7 +20,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libIxmlVersion="11.1.2"
|
||||
libIxmlVersionCompat="$libIxmlVersion compat >= ${libIxmlVersion%%.*}"
|
||||
libUpnpVersion="17.1.3"
|
||||
libUpnpVersion="17.1.8"
|
||||
libUpnpVersionCompat="$libUpnpVersion compat >= ${libUpnpVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
@@ -57,7 +57,8 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure ./configure --disable-static
|
||||
runConfigure ./configure --disable-static \
|
||||
--enable-reuseaddr
|
||||
make
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user