diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-04-18 02:47:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-04-18 02:47:56 +0800 |
commit | f49a4c870c627e066e82af7fd8ea457d00e3aad9 (patch) | |
tree | 58a54409168374bf47e7a1127b597a1a64992d3c /dns | |
parent | edc193922b8b0daa68da8395f42088602752e04d (diff) | |
download | freebsd-ports-gnome-f49a4c870c627e066e82af7fd8ea457d00e3aad9.tar.gz freebsd-ports-gnome-f49a4c870c627e066e82af7fd8ea457d00e3aad9.tar.zst freebsd-ports-gnome-f49a4c870c627e066e82af7fd8ea457d00e3aad9.zip |
Update to 0.21.0
Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS
Diffstat (limited to 'dns')
-rw-r--r-- | dns/libpsl/Makefile | 6 | ||||
-rw-r--r-- | dns/libpsl/distinfo | 6 | ||||
-rw-r--r-- | dns/libpsl/files/patch-tests-Makefile.am | 14 | ||||
-rw-r--r-- | dns/libpsl/pkg-plist | 2 |
4 files changed, 21 insertions, 7 deletions
diff --git a/dns/libpsl/Makefile b/dns/libpsl/Makefile index 93f13b3ae5d2..a333d909e3f8 100644 --- a/dns/libpsl/Makefile +++ b/dns/libpsl/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= libpsl -PORTVERSION= 0.20.2 +PORTVERSION= 0.21.0 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 8 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -24,6 +23,8 @@ ICU_DESC= Use devel/icu (IDNA2008 UTS\#46 library) IDN_DESC= Use dns/libidn (IDNA2003 library) IDN2_DESC= Use dns/libidn2 (IDNA2008 library) +USES= autoreconf libtool localbase:ldflags pathfix pkgconfig python:build shebangfix + CONFIGURE_ARGS= --enable-man \ --with-psl-file=${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat \ --with-psl-testfile=${LOCALBASE}/share/public_suffix_list/test_psl.txt @@ -31,7 +32,6 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes USE_LOCALE= en_US.UTF-8 -USES= autoreconf libtool localbase:ldflags pathfix pkgconfig python:build shebangfix GH_ACCOUNT= rockdaboot USE_GITHUB= yes diff --git a/dns/libpsl/distinfo b/dns/libpsl/distinfo index 41d2a0867699..3753d4bba94b 100644 --- a/dns/libpsl/distinfo +++ b/dns/libpsl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1524845247 -SHA256 (rockdaboot-libpsl-libpsl-0.20.2_GH0.tar.gz) = 7aa949fd3fdba61b0dc7b3f4c2520263b942c189746e157f48436386eca3398e -SIZE (rockdaboot-libpsl-libpsl-0.20.2_GH0.tar.gz) = 8589843 +TIMESTAMP = 1555504005 +SHA256 (rockdaboot-libpsl-libpsl-0.21.0_GH0.tar.gz) = 055aa87ec166c7afb985d0816c07ff440e1eb899881a318c51c69a0aeea8e279 +SIZE (rockdaboot-libpsl-libpsl-0.21.0_GH0.tar.gz) = 8598583 diff --git a/dns/libpsl/files/patch-tests-Makefile.am b/dns/libpsl/files/patch-tests-Makefile.am new file mode 100644 index 000000000000..849c5c0ef67f --- /dev/null +++ b/dns/libpsl/files/patch-tests-Makefile.am @@ -0,0 +1,14 @@ +--- tests/Makefile.am.orig 2019-04-16 13:10:17 UTC ++++ tests/Makefile.am +@@ -33,9 +33,9 @@ TESTS = $(PSL_TESTS) + # dafsa.psl and dafsa_ascii.psl must be created before any test is executed + # check-local target works in parallel to the tests, so the test suite will likely fail + BUILT_SOURCES = psl.dafsa psl_ascii.dafsa +-psl.dafsa: $(top_srcdir)/list/public_suffix_list.dat ++psl.dafsa: $(PSL_FILE) + $(top_srcdir)/src/psl-make-dafsa --output-format=binary "$(PSL_FILE)" psl.dafsa +-psl_ascii.dafsa: $(top_srcdir)/list/public_suffix_list.dat ++psl_ascii.dafsa: $(PSL_FILE) + $(top_srcdir)/src/psl-make-dafsa --output-format=binary --encoding=ascii "$(PSL_FILE)" psl_ascii.dafsa + + clean-local: diff --git a/dns/libpsl/pkg-plist b/dns/libpsl/pkg-plist index 0a32c5f42eed..90a125d64e3c 100644 --- a/dns/libpsl/pkg-plist +++ b/dns/libpsl/pkg-plist @@ -3,7 +3,7 @@ include/libpsl.h lib/libpsl.a lib/libpsl.so lib/libpsl.so.5 -lib/libpsl.so.5.3.1 +lib/libpsl.so.5.3.2 libdata/pkgconfig/libpsl.pc man/man1/psl-make-dafsa.1.gz man/man1/psl.1.gz |