From owner-svn-ports-head@freebsd.org Sat Dec 28 07:31:31 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ADF0E1DF47C; Sat, 28 Dec 2019 07:31:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47lFkC4DFHz3wp6; Sat, 28 Dec 2019 07:31:31 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C48925AB4; Sat, 28 Dec 2019 07:31:31 +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 xBS7VVkm039585; Sat, 28 Dec 2019 07:31:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBS7VVgC039583; Sat, 28 Dec 2019 07:31:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201912280731.xBS7VVgC039583@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, 28 Dec 2019 07:31:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521097 - head/net/py-urlextract X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/py-urlextract X-SVN-Commit-Revision: 521097 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Dec 2019 07:31:31 -0000 Author: sunpoet Date: Sat Dec 28 07:31:30 2019 New Revision: 521097 URL: https://svnweb.freebsd.org/changeset/ports/521097 Log: Update to 0.14.0 Changes: https://github.com/lipoja/URLExtract/blob/master/CHANGELOG.rst Modified: head/net/py-urlextract/Makefile head/net/py-urlextract/distinfo Modified: head/net/py-urlextract/Makefile ============================================================================== --- head/net/py-urlextract/Makefile Sat Dec 28 07:31:25 2019 (r521096) +++ head/net/py-urlextract/Makefile Sat Dec 28 07:31:30 2019 (r521097) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= urlextract -PORTVERSION= 0.8.3 +PORTVERSION= 0.14.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +13,13 @@ COMMENT= Collects and extracts URLs from given text LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=0:devel/py-appdirs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uritools>=0:net/py-uritools@${PY_FLAVOR} -NO_ARCH= yes +USES= python:3.5+ USE_PYTHON= autoplist distutils -USES= python:3.3+ + +NO_ARCH= yes .include Modified: head/net/py-urlextract/distinfo ============================================================================== --- head/net/py-urlextract/distinfo Sat Dec 28 07:31:25 2019 (r521096) +++ head/net/py-urlextract/distinfo Sat Dec 28 07:31:30 2019 (r521097) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533661890 -SHA256 (urlextract-0.8.3.tar.gz) = be0ac200746bf87d3ccb024d74fe497dbc35bf8ce7f942f78fdf6cc2454787cc -SIZE (urlextract-0.8.3.tar.gz) = 8694 +TIMESTAMP = 1577145785 +SHA256 (urlextract-0.14.0.tar.gz) = 6ed1bc878bc0a2e6634d7ebf327a465c0b8482d65f4a883dab7f75a393aea80f +SIZE (urlextract-0.14.0.tar.gz) = 20780