Index: head/ports-mgmt/distilator/pkg-plist =================================================================== --- head/ports-mgmt/distilator/pkg-plist (revision 478218) +++ head/ports-mgmt/distilator/pkg-plist (nonexistent) @@ -1,2 +0,0 @@ -bin/distilator -%%SITE_PERL%%/FreeBSD/Ports/Distilator.pm Property changes on: head/ports-mgmt/distilator/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/ports-mgmt/distilator/Makefile =================================================================== --- head/ports-mgmt/distilator/Makefile (revision 478218) +++ head/ports-mgmt/distilator/Makefile (revision 478219) @@ -1,30 +1,24 @@ # Created by: Emanuel Haupt # $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 Index: head/ports-mgmt/distilator/distinfo =================================================================== --- head/ports-mgmt/distilator/distinfo (revision 478218) +++ head/ports-mgmt/distilator/distinfo (revision 478219) @@ -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 Index: head/ports-mgmt/distilator/pkg-descr =================================================================== --- head/ports-mgmt/distilator/pkg-descr (revision 478218) +++ head/ports-mgmt/distilator/pkg-descr (revision 478219) @@ -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/