From owner-svn-ports-all@freebsd.org Fri Feb 23 19:23:58 2018 Return-Path: Delivered-To: svn-ports-all@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 A3E11F1478A; Fri, 23 Feb 2018 19:23:58 +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 56856720CE; Fri, 23 Feb 2018 19:23:58 +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 373A51AB4B; Fri, 23 Feb 2018 19:23:58 +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 w1NJNw1q015558; Fri, 23 Feb 2018 19:23:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1NJNvOY015553; Fri, 23 Feb 2018 19:23:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802231923.w1NJNvOY015553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 23 Feb 2018 19:23:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462716 - 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: 462716 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Feb 2018 19:23:58 -0000 Author: sunpoet Date: Fri Feb 23 19:23:57 2018 New Revision: 462716 URL: https://svnweb.freebsd.org/changeset/ports/462716 Log: Update dns/libpsl to 0.20.0 - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/rockdaboot/libpsl/blob/master/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 Fri Feb 23 19:02:43 2018 (r462715) +++ head/dns/libpsl/Makefile Fri Feb 23 19:23:57 2018 (r462716) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libpsl -PORTVERSION= 0.19.1 +PORTVERSION= 0.20.0 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= dns Modified: head/dns/libpsl/distinfo ============================================================================== --- head/dns/libpsl/distinfo Fri Feb 23 19:02:43 2018 (r462715) +++ head/dns/libpsl/distinfo Fri Feb 23 19:23:57 2018 (r462716) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510338652 -SHA256 (rockdaboot-libpsl-libpsl-0.19.1_GH0.tar.gz) = 9b47387a087bcac2af31ea0c94f644bfa32e0be6d079bfa430452b7521ad8c57 -SIZE (rockdaboot-libpsl-libpsl-0.19.1_GH0.tar.gz) = 8580797 +TIMESTAMP = 1519396879 +SHA256 (rockdaboot-libpsl-libpsl-0.20.0_GH0.tar.gz) = e27f05d795c6bb1e8fe225bf5fe7c2fca4b858154258101b6a7c484ab7704b64 +SIZE (rockdaboot-libpsl-libpsl-0.20.0_GH0.tar.gz) = 8578704 Modified: head/dns/libpsl/pkg-plist ============================================================================== --- head/dns/libpsl/pkg-plist Fri Feb 23 19:02:43 2018 (r462715) +++ head/dns/libpsl/pkg-plist Fri Feb 23 19:23:57 2018 (r462716) @@ -2,8 +2,8 @@ bin/psl include/libpsl.h lib/libpsl.a lib/libpsl.so -lib/libpsl.so.5 -lib/libpsl.so.5.2.0 +lib/libpsl.so.6 +lib/libpsl.so.6.2.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 Fri Feb 23 19:02:43 2018 (r462715) +++ head/ftp/curl/Makefile Fri Feb 23 19:23:57 2018 (r462716) @@ -3,7 +3,7 @@ PORTNAME= curl PORTVERSION= 7.58.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp net www MASTER_SITES= https://curl.haxx.se/download/ \ LOCAL/sunpoet Modified: head/ftp/wget/Makefile ============================================================================== --- head/ftp/wget/Makefile Fri Feb 23 19:02:43 2018 (r462715) +++ head/ftp/wget/Makefile Fri Feb 23 19:23:57 2018 (r462716) @@ -3,6 +3,7 @@ PORTNAME= wget DISTVERSION= 1.19.4 +PORTREVISION= 1 CATEGORIES= ftp www ipv6 MASTER_SITES= GNU EXTRACT_SUFX= .tar.lz