Date: Wed, 19 Apr 2017 14:39:05 +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: r438851 - head/dns/py-publicsuffix Message-ID: <201704191439.v3JEd5PV031702@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Apr 19 14:39:05 2017 New Revision: 438851 URL: https://svnweb.freebsd.org/changeset/ports/438851 Log: Use dns/public_suffix_list for up-to-date public suffix list - Bump PORTREVISION for package change PR: 218362 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 15 days) Modified: head/dns/py-publicsuffix/Makefile Modified: head/dns/py-publicsuffix/Makefile ============================================================================== --- head/dns/py-publicsuffix/Makefile Wed Apr 19 14:39:00 2017 (r438850) +++ head/dns/py-publicsuffix/Makefile Wed Apr 19 14:39:05 2017 (r438851) @@ -3,6 +3,7 @@ PORTNAME= publicsuffix PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +14,13 @@ COMMENT= Get public suffix of domain nam LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list + NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils +post-patch: + @${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/publicsuffix/public_suffix_list.dat + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704191439.v3JEd5PV031702>