From owner-svn-ports-all@freebsd.org Mon Dec 12 20:57:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 221D3C6EDF1; Mon, 12 Dec 2016 20:57:44 +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 mx1.freebsd.org (Postfix) with ESMTPS id D7EFD1A0B; Mon, 12 Dec 2016 20:57:43 +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 uBCKvhjM027023; Mon, 12 Dec 2016 20:57:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBCKvga7027018; Mon, 12 Dec 2016 20:57:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612122057.uBCKvga7027018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 12 Dec 2016 20:57:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428433 - in head: dns/libpsl dns/libpsl/files ftp/curl ftp/wget X-SVN-Group: ports-head 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.23 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: Mon, 12 Dec 2016 20:57:44 -0000 Author: sunpoet Date: Mon Dec 12 20:57:42 2016 New Revision: 428433 URL: https://svnweb.freebsd.org/changeset/ports/428433 Log: - Update to 0.16.0 - Bump PORTREVISION for dependent ports Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS Deleted: head/dns/libpsl/files/patch-src-psl2c.c 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 Mon Dec 12 20:57:37 2016 (r428432) +++ head/dns/libpsl/Makefile Mon Dec 12 20:57:42 2016 (r428433) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= libpsl -PORTVERSION= 0.15.0 +PORTVERSION= 0.16.0 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 1 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -51,7 +50,4 @@ NLS_CPPFLAGS= -DENABLE_NLS=1 NLS_USES= gettext NLS_USES_OFF= gettext-tools -post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/psl2c ${STAGEDIR}${PREFIX}/bin/ - .include Modified: head/dns/libpsl/distinfo ============================================================================== --- head/dns/libpsl/distinfo Mon Dec 12 20:57:37 2016 (r428432) +++ head/dns/libpsl/distinfo Mon Dec 12 20:57:42 2016 (r428433) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479478048 -SHA256 (rockdaboot-libpsl-libpsl-0.15.0_GH0.tar.gz) = abdfa468df012b927995dad056fd425ba357eed5bf00083246fada9720ad4480 -SIZE (rockdaboot-libpsl-libpsl-0.15.0_GH0.tar.gz) = 50248 +TIMESTAMP = 1481476237 +SHA256 (rockdaboot-libpsl-libpsl-0.16.0_GH0.tar.gz) = f27318917f740e8d92554c2916aa2b3f6abcb49e19139c65baebb3e0ff0f3cdf +SIZE (rockdaboot-libpsl-libpsl-0.16.0_GH0.tar.gz) = 48888 Modified: head/dns/libpsl/pkg-plist ============================================================================== --- head/dns/libpsl/pkg-plist Mon Dec 12 20:57:37 2016 (r428432) +++ head/dns/libpsl/pkg-plist Mon Dec 12 20:57:42 2016 (r428433) @@ -1,10 +1,9 @@ bin/psl -bin/psl2c include/libpsl.h lib/libpsl.a lib/libpsl.so -lib/libpsl.so.5 -lib/libpsl.so.5.0.2 +lib/libpsl.so.6 +lib/libpsl.so.6.0.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 Mon Dec 12 20:57:37 2016 (r428432) +++ head/ftp/curl/Makefile Mon Dec 12 20:57:42 2016 (r428433) @@ -3,7 +3,7 @@ PORTNAME= curl PORTVERSION= 7.51.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet Modified: head/ftp/wget/Makefile ============================================================================== --- head/ftp/wget/Makefile Mon Dec 12 20:57:37 2016 (r428432) +++ head/ftp/wget/Makefile Mon Dec 12 20:57:42 2016 (r428433) @@ -3,6 +3,7 @@ PORTNAME= wget DISTVERSION= 1.18 +PORTREVISION= 1 CATEGORIES= ftp www ipv6 MASTER_SITES= GNU