From owner-svn-ports-all@freebsd.org Fri Jan 1 06:36:09 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 F286BA5D7C9; Fri, 1 Jan 2016 06:36:09 +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 C3C9C182D; Fri, 1 Jan 2016 06:36:09 +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 u016a8jk025746; Fri, 1 Jan 2016 06:36:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u016a848025745; Fri, 1 Jan 2016 06:36:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601010636.u016a848025745@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, 1 Jan 2016 06:36:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404974 - head/dns/p5-Mozilla-PublicSuffix 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.20 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, 01 Jan 2016 06:36:10 -0000 Author: sunpoet Date: Fri Jan 1 06:36:08 2016 New Revision: 404974 URL: https://svnweb.freebsd.org/changeset/ports/404974 Log: - Use dns/public_suffix_list for up-to-date public suffix list - Bump PORTREVISION for package change Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile ============================================================================== --- head/dns/p5-Mozilla-PublicSuffix/Makefile Fri Jan 1 06:36:04 2016 (r404973) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile Fri Jan 1 06:36:08 2016 (r404974) @@ -4,7 +4,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 0.1.19 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,10 +16,14 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI +PATCH_DEPENDS= public_suffix_list>=0:${PORTSDIR}/dns/public_suffix_list RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USE_PERL5= modbuild USES= perl5 +post-patch: + @${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/effective_tld_names.dat + .include