Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2019 18:47:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499186 - in head/dns/libpsl: . files
Message-ID:  <201904171847.x3HIluLC038285@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Apr 17 18:47:56 2019
New Revision: 499186
URL: https://svnweb.freebsd.org/changeset/ports/499186

Log:
  Update to 0.21.0
  
  Changes:	https://github.com/rockdaboot/libpsl/blob/master/NEWS

Added:
  head/dns/libpsl/files/patch-tests-Makefile.am   (contents, props changed)
Modified:
  head/dns/libpsl/Makefile
  head/dns/libpsl/distinfo
  head/dns/libpsl/pkg-plist

Modified: head/dns/libpsl/Makefile
==============================================================================
--- head/dns/libpsl/Makefile	Wed Apr 17 18:31:26 2019	(r499185)
+++ head/dns/libpsl/Makefile	Wed Apr 17 18:47:56 2019	(r499186)
@@ -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

Modified: head/dns/libpsl/distinfo
==============================================================================
--- head/dns/libpsl/distinfo	Wed Apr 17 18:31:26 2019	(r499185)
+++ head/dns/libpsl/distinfo	Wed Apr 17 18:47:56 2019	(r499186)
@@ -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

Added: head/dns/libpsl/files/patch-tests-Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/libpsl/files/patch-tests-Makefile.am	Wed Apr 17 18:47:56 2019	(r499186)
@@ -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:

Modified: head/dns/libpsl/pkg-plist
==============================================================================
--- head/dns/libpsl/pkg-plist	Wed Apr 17 18:31:26 2019	(r499185)
+++ head/dns/libpsl/pkg-plist	Wed Apr 17 18:47:56 2019	(r499186)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904171847.x3HIluLC038285>