From owner-svn-ports-head@freebsd.org Wed Apr 17 18:47:57 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BB9A1575B78; Wed, 17 Apr 2019 18:47:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2EBD68D77D; Wed, 17 Apr 2019 18:47:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 18314B312; Wed, 17 Apr 2019 18:47:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3HIlu1W038288; Wed, 17 Apr 2019 18:47:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3HIluLC038285; Wed, 17 Apr 2019 18:47:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201904171847.x3HIluLC038285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 17 Apr 2019 18:47:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499186 - in head/dns/libpsl: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/dns/libpsl: . files X-SVN-Commit-Revision: 499186 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2EBD68D77D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2019 18:47:57 -0000 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