Date: Mon, 27 Aug 2018 16:28:42 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478219 - head/ports-mgmt/distilator Message-ID: <201808271628.w7RGSgJH086732@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Mon Aug 27 16:28:42 2018 New Revision: 478219 URL: https://svnweb.freebsd.org/changeset/ports/478219 Log: - Update to 1.0 - Add WWW and provide an additional mirror - Provide a longer description as requested by portlint - Distilator will now report when an URL gives a redirect - Rewritten in python using requests and requests_ftp - Licensed under BSD2CLAUSE PR: 215425 Requested by: mat Deleted: head/ports-mgmt/distilator/pkg-plist Modified: head/ports-mgmt/distilator/Makefile head/ports-mgmt/distilator/distinfo head/ports-mgmt/distilator/pkg-descr Modified: head/ports-mgmt/distilator/Makefile ============================================================================== --- head/ports-mgmt/distilator/Makefile Mon Aug 27 16:27:19 2018 (r478218) +++ head/ports-mgmt/distilator/Makefile Mon Aug 27 16:28:42 2018 (r478219) @@ -2,29 +2,23 @@ # $FreeBSD$ PORTNAME= distilator -PORTVERSION= 0.3 -PORTREVISION= 1 -CATEGORIES= ports-mgmt perl5 -MASTER_SITES= LOCAL/ehaupt +PORTVERSION= 1.0 +CATEGORIES= ports-mgmt +MASTER_SITES= https://critical.ch/distilator/ \ + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line script to check the availability of a ports distfiles -LICENSE= ART10 GPLv1+ -LICENSE_COMB= dual +LICENSE= BSD2CLAUSE -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-URI>=1.56:net/p5-URI \ - p5-libwww>=0:www/p5-libwww \ - p5-Parallel-ForkManager>=0:devel/p5-Parallel-ForkManager +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4_1:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests-ftp>=0.3.1:ftp/py-requests-ftp@${PY_FLAVOR} -USES= perl5 -USE_PERL5= configure +USES= python shebangfix NO_ARCH= yes +NO_BUILD= yes -OPTIONS_DEFINE= SSL -OPTIONS_DEFAULT=SSL - -SSL_RUN_DEPENDS= p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay +PLIST_FILES= bin/distilator .include <bsd.port.mk> Modified: head/ports-mgmt/distilator/distinfo ============================================================================== --- head/ports-mgmt/distilator/distinfo Mon Aug 27 16:27:19 2018 (r478218) +++ head/ports-mgmt/distilator/distinfo Mon Aug 27 16:28:42 2018 (r478219) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481022611 -SHA256 (distilator-0.3.tar.gz) = 19d299036d55eb25812aec3740015397097432a541d25983322d85fdbaab9030 -SIZE (distilator-0.3.tar.gz) = 3736 +TIMESTAMP = 1535383437 +SHA256 (distilator-1.0.tar.gz) = c09f966506cc1cdd77cca3a16a01ce8b009e0fab525cf39cb4041aba30717d42 +SIZE (distilator-1.0.tar.gz) = 3022 Modified: head/ports-mgmt/distilator/pkg-descr ============================================================================== --- head/ports-mgmt/distilator/pkg-descr Mon Aug 27 16:27:19 2018 (r478218) +++ head/ports-mgmt/distilator/pkg-descr Mon Aug 27 16:28:42 2018 (r478219) @@ -1 +1,4 @@ -A command-line script to check the availability of a ports distfiles. +A command-line script to check the availability of a FreeBSD ports +distfiles in parallel. + +WWW: https://critical.ch/distilator/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808271628.w7RGSgJH086732>