Date: Fri, 1 Jan 2016 06:36:08 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404974 - head/dns/p5-Mozilla-PublicSuffix Message-ID: <201601010636.u016a848025745@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601010636.u016a848025745>