Skip to content

Commit

Permalink
dns/libidn2: Update to 2.3.7
Browse files Browse the repository at this point in the history
Adjust Makefile to more closely follow Porters Handbook

Changelog: https://gitlab.com/libidn/libidn2/-/blob/v2.3.7/NEWS

PR:		276662
Approved by:	portmgr (maintainer timeout, 2+ weeks)
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Feb 11, 2024
1 parent 447b15a commit c3f8751
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
19 changes: 10 additions & 9 deletions dns/libidn2/Makefile
@@ -1,6 +1,5 @@
PORTNAME= libidn2
PORTVERSION= 2.3.4
PORTREVISION= 2
DISTVERSION= 2.3.7
CATEGORIES= dns
MASTER_SITES= GNU/libidn

Expand All @@ -16,18 +15,20 @@ BUILD_DEPENDS= help2man:misc/help2man
LIB_DEPENDS= libunistring.so:devel/libunistring

USES= charsetfix iconv libtool localbase makeinfo pathfix
LDFLAGS+= -Wl,--undefined-version
USE_LDCONFIG= yes

CONFIGURE_ARGS= --disable-nls \
--with-libunistring-prefix=${LOCALBASE} \
--enable-ld-version-script \
ac_cv_prog_RONN=${TRUE}
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share

LDFLAGS+= -Wl,--undefined-version

INFO= libidn2
INSTALL_TARGET= install-strip
TEST_TARGET= check
USE_LDCONFIG= yes

INFO= libidn2
CONFIGURE_ARGS= --disable-nls \
--with-libunistring-prefix=${LOCALBASE} \
--enable-ld-version-script \
ac_cv_prog_RONN=${TRUE}

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions dns/libidn2/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1670226033
SHA256 (libidn2-2.3.4.tar.gz) = 93caba72b4e051d1f8d4f5a076ab63c99b77faee019b72b9783b267986dbb45f
SIZE (libidn2-2.3.4.tar.gz) = 2083823
TIMESTAMP = 1706364533
SHA256 (libidn2-2.3.7.tar.gz) = 4c21a791b610b9519b9d0e12b8097bf2f359b12f8dd92647611a929e6bfd7d64
SIZE (libidn2-2.3.7.tar.gz) = 2155214
3 changes: 2 additions & 1 deletion dns/libidn2/pkg-plist
Expand Up @@ -3,7 +3,7 @@ include/idn2.h
lib/libidn2.a
lib/libidn2.so
lib/libidn2.so.0
lib/libidn2.so.0.3.8
lib/libidn2.so.0.4.0
libdata/pkgconfig/libidn2.pc
share/man/man1/idn2.1.gz
share/man/man3/idn2_check_version.3.gz
Expand All @@ -28,6 +28,7 @@ share/man/man3/idn2_to_unicode_lzlz.3.gz
share/gtk-doc/html/libidn2/api-index-0.1.html
share/gtk-doc/html/libidn2/api-index-2.0.0.html
share/gtk-doc/html/libidn2/api-index-2.1.1.html
share/gtk-doc/html/libidn2/api-index-2.3.5.html
share/gtk-doc/html/libidn2/api-index-deprecated.html
share/gtk-doc/html/libidn2/api-index-full.html
share/gtk-doc/html/libidn2/home.png
Expand Down

0 comments on commit c3f8751

Please sign in to comment.