Skip to content

Commit

Permalink
net/libnpupnp: Update to 6.1.2
Browse files Browse the repository at this point in the history
- Switch to Meson instead of GNU Autotools

Changelog:
https://framagit.org/medoc92/npupnp/-/blob/libnpupnp-v6.1.2/debian/changelog
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed May 19, 2024
1 parent a06e3b0 commit f1e4df9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions net/libnpupnp/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= libnpupnp
DISTVERSION= 6.1.1
DISTVERSION= 6.1.2
CATEGORIES= net
MASTER_SITES= https://www.lesbonscomptes.com/upmpdcli/downloads/

Expand All @@ -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>
6 changes: 3 additions & 3 deletions net/libnpupnp/distinfo
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion net/libnpupnp/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f1e4df9

Please sign in to comment.