Date: Sun, 19 May 2024 22:02:03 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f1e4df97c40f - main - net/libnpupnp: Update to 6.1.2 Message-ID: <202405192202.44JM23t8064474@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1e4df97c40f3284d4083cb38a5210035cdd84ad commit f1e4df97c40f3284d4083cb38a5210035cdd84ad Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-19 21:31:36 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-19 22:01:54 +0000 net/libnpupnp: Update to 6.1.2 - Switch to Meson instead of GNU Autotools Changelog: https://framagit.org/medoc92/npupnp/-/blob/libnpupnp-v6.1.2/debian/changelog --- net/libnpupnp/Makefile | 8 ++++---- net/libnpupnp/distinfo | 6 +++--- net/libnpupnp/pkg-plist | 1 - 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/net/libnpupnp/Makefile b/net/libnpupnp/Makefile index 587aa782b7cf..3f2e065ca99d 100644 --- a/net/libnpupnp/Makefile +++ b/net/libnpupnp/Makefile @@ -1,5 +1,5 @@ PORTNAME= libnpupnp -DISTVERSION= 6.1.1 +DISTVERSION= 6.1.2 CATEGORIES= net MASTER_SITES= https://www.lesbonscomptes.com/upmpdcli/downloads/ @@ -14,10 +14,10 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ libmicrohttpd.so:www/libmicrohttpd -USES= compiler:c++17-lang libtool localbase pkgconfig -GNU_CONFIGURE= yes +USES= compiler:c++17-lang localbase:ldflags meson pkgconfig USE_LDCONFIG= yes -INSTALL_TARGET= install-strip +MESON_ARGS= -Dunspecified_server=false \ + -Dtestmains=false .include <bsd.port.mk> diff --git a/net/libnpupnp/distinfo b/net/libnpupnp/distinfo index ed90cd374259..37976a4f70f5 100644 --- a/net/libnpupnp/distinfo +++ b/net/libnpupnp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710625025 -SHA256 (libnpupnp-6.1.1.tar.gz) = 393b81824c77946b30b42be9d93247523ba39e1faabdd2e4c1927106604c6f54 -SIZE (libnpupnp-6.1.1.tar.gz) = 549925 +TIMESTAMP = 1716138926 +SHA256 (libnpupnp-6.1.2.tar.gz) = d83cadc997a5367030820de6c4a49130b38fe605bf3d0d2c939d7d1c06aa3226 +SIZE (libnpupnp-6.1.2.tar.gz) = 447271 diff --git a/net/libnpupnp/pkg-plist b/net/libnpupnp/pkg-plist index fd6241209578..e0b89fe461c3 100644 --- a/net/libnpupnp/pkg-plist +++ b/net/libnpupnp/pkg-plist @@ -7,5 +7,4 @@ include/npupnp/upnpdescription.h include/npupnp/upnptools.h lib/libnpupnp.so lib/libnpupnp.so.13 -lib/libnpupnp.so.13.1.0 libdata/pkgconfig/libnpupnp.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405192202.44JM23t8064474>