From owner-svn-ports-all@freebsd.org Sat Dec 17 12:49:55 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 D6B98C84127; Sat, 17 Dec 2016 12:49:55 +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 AA4B4110E; Sat, 17 Dec 2016 12:49:55 +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 uBHCns5Z073075; Sat, 17 Dec 2016 12:49:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBHCnsYS073070; Sat, 17 Dec 2016 12:49:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612171249.uBHCnsYS073070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Dec 2016 12:49:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428727 - in head/dns: p5-Mozilla-PublicSuffix public_suffix_list rubygem-public_suffix rubygem-public_suffix_service 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: Sat, 17 Dec 2016 12:49:56 -0000 Author: sunpoet Date: Sat Dec 17 12:49:54 2016 New Revision: 428727 URL: https://svnweb.freebsd.org/changeset/ports/428727 Log: - Update to 0.0.0.20161216 - Add SLAVEDIRS - Bump PORTREVISION for dependent ports Changes: https://github.com/publicsuffix/list/commits/master Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile head/dns/public_suffix_list/Makefile head/dns/public_suffix_list/distinfo head/dns/rubygem-public_suffix/Makefile head/dns/rubygem-public_suffix_service/Makefile Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile ============================================================================== --- head/dns/p5-Mozilla-PublicSuffix/Makefile Sat Dec 17 12:49:40 2016 (r428726) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile Sat Dec 17 12:49:54 2016 (r428727) @@ -4,6 +4,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/dns/public_suffix_list/Makefile ============================================================================== --- head/dns/public_suffix_list/Makefile Sat Dec 17 12:49:40 2016 (r428726) +++ head/dns/public_suffix_list/Makefile Sat Dec 17 12:49:54 2016 (r428727) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20161028 +PORTVERSION= 0.0.0.20161216 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -11,6 +11,8 @@ COMMENT= Public Suffix List by Mozilla LICENSE= MPL LICENSE_FILE= ${WRKSRC}/LICENSE +SLAVEDIRS= dns/p5-Mozilla-PublicSuffix dns/rubygem-public_suffix dns/rubygem-public_suffix_service + NO_ARCH= yes NO_BUILD= yes @@ -19,7 +21,7 @@ PLIST_FILES= %%DATADIR%%/public_suffix_l GH_ACCOUNT= publicsuffix GH_PROJECT= list -GH_TAGNAME= 2f02484 +GH_TAGNAME= ffb052a USE_GITHUB= yes do-install: Modified: head/dns/public_suffix_list/distinfo ============================================================================== --- head/dns/public_suffix_list/distinfo Sat Dec 17 12:49:40 2016 (r428726) +++ head/dns/public_suffix_list/distinfo Sat Dec 17 12:49:54 2016 (r428727) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478199475 -SHA256 (publicsuffix-list-0.0.0.20161028-2f02484_GH0.tar.gz) = 177aa983b9df9240f1f1494be655153da05760c28954f110ed8aa59daaa7bf32 -SIZE (publicsuffix-list-0.0.0.20161028-2f02484_GH0.tar.gz) = 80023 +TIMESTAMP = 1481901719 +SHA256 (publicsuffix-list-0.0.0.20161216-ffb052a_GH0.tar.gz) = 1ab122384454b23aa03f17a7a6e95a5ea4034840ce686af73eda87ea702f8d5c +SIZE (publicsuffix-list-0.0.0.20161216-ffb052a_GH0.tar.gz) = 80817 Modified: head/dns/rubygem-public_suffix/Makefile ============================================================================== --- head/dns/rubygem-public_suffix/Makefile Sat Dec 17 12:49:40 2016 (r428726) +++ head/dns/rubygem-public_suffix/Makefile Sat Dec 17 12:49:54 2016 (r428727) @@ -3,7 +3,7 @@ PORTNAME= public_suffix PORTVERSION= 1.5.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= dns rubygems MASTER_SITES= RG Modified: head/dns/rubygem-public_suffix_service/Makefile ============================================================================== --- head/dns/rubygem-public_suffix_service/Makefile Sat Dec 17 12:49:40 2016 (r428726) +++ head/dns/rubygem-public_suffix_service/Makefile Sat Dec 17 12:49:54 2016 (r428727) @@ -3,7 +3,7 @@ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= dns rubygems MASTER_SITES= RG