From owner-svn-ports-head@freebsd.org Tue Feb 27 13:24:15 2018 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 85149F255B2; Tue, 27 Feb 2018 13:24:15 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A347760F8; Tue, 27 Feb 2018 13:24:15 +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 3499A2E54; Tue, 27 Feb 2018 13:24:15 +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 w1RDOES5074240; Tue, 27 Feb 2018 13:24:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDOEwI074234; Tue, 27 Feb 2018 13:24:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271324.w1RDOEwI074234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:24:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463125 - in head: dns/libpsl ftp/curl ftp/wget X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: dns/libpsl ftp/curl ftp/wget X-SVN-Commit-Revision: 463125 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 27 Feb 2018 13:24:15 -0000 Author: sunpoet Date: Tue Feb 27 13:24:14 2018 New Revision: 463125 URL: https://svnweb.freebsd.org/changeset/ports/463125 Log: Update dns/libpsl to 0.20.1 - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS https://github.com/rockdaboot/libpsl/blob/libpsl-0.20.1/NEWS Modified: head/dns/libpsl/Makefile head/dns/libpsl/distinfo head/dns/libpsl/pkg-plist head/ftp/curl/Makefile head/ftp/wget/Makefile Modified: head/dns/libpsl/Makefile ============================================================================== --- head/dns/libpsl/Makefile Tue Feb 27 13:21:40 2018 (r463124) +++ head/dns/libpsl/Makefile Tue Feb 27 13:24:14 2018 (r463125) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libpsl -PORTVERSION= 0.20.0 +PORTVERSION= 0.20.1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= dns Modified: head/dns/libpsl/distinfo ============================================================================== --- head/dns/libpsl/distinfo Tue Feb 27 13:21:40 2018 (r463124) +++ head/dns/libpsl/distinfo Tue Feb 27 13:24:14 2018 (r463125) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519396879 -SHA256 (rockdaboot-libpsl-libpsl-0.20.0_GH0.tar.gz) = e27f05d795c6bb1e8fe225bf5fe7c2fca4b858154258101b6a7c484ab7704b64 -SIZE (rockdaboot-libpsl-libpsl-0.20.0_GH0.tar.gz) = 8578704 +TIMESTAMP = 1519732214 +SHA256 (rockdaboot-libpsl-libpsl-0.20.1_GH0.tar.gz) = 6ce1e8550587a5ff61e8172d859942e01f35022ec6634c58b02b8a3b47f042ee +SIZE (rockdaboot-libpsl-libpsl-0.20.1_GH0.tar.gz) = 8578922 Modified: head/dns/libpsl/pkg-plist ============================================================================== --- head/dns/libpsl/pkg-plist Tue Feb 27 13:21:40 2018 (r463124) +++ head/dns/libpsl/pkg-plist Tue Feb 27 13:24:14 2018 (r463125) @@ -2,8 +2,8 @@ bin/psl include/libpsl.h lib/libpsl.a lib/libpsl.so -lib/libpsl.so.6 -lib/libpsl.so.6.2.0 +lib/libpsl.so.5 +lib/libpsl.so.5.3.0 libdata/pkgconfig/libpsl.pc man/man1/psl-make-dafsa.1.gz man/man1/psl.1.gz Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Tue Feb 27 13:21:40 2018 (r463124) +++ head/ftp/curl/Makefile Tue Feb 27 13:24:14 2018 (r463125) @@ -3,7 +3,7 @@ PORTNAME= curl PORTVERSION= 7.58.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp net www MASTER_SITES= https://curl.haxx.se/download/ \ LOCAL/sunpoet Modified: head/ftp/wget/Makefile ============================================================================== --- head/ftp/wget/Makefile Tue Feb 27 13:21:40 2018 (r463124) +++ head/ftp/wget/Makefile Tue Feb 27 13:24:14 2018 (r463125) @@ -3,7 +3,7 @@ PORTNAME= wget DISTVERSION= 1.19.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp www ipv6 MASTER_SITES= GNU EXTRACT_SUFX= .tar.lz