Index: branches/2016Q4/ports-mgmt/distilator/Makefile =================================================================== --- branches/2016Q4/ports-mgmt/distilator/Makefile (revision 428037) +++ branches/2016Q4/ports-mgmt/distilator/Makefile (revision 428038) @@ -1,24 +1,24 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= distilator -PORTVERSION= 0.2 -PORTREVISION= 2 +PORTVERSION= 0.3 CATEGORIES= ports-mgmt perl5 MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line script to check the availability of a ports distfiles LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= p5-URI>=1.56:net/p5-URI \ - p5-libwww>=0:www/p5-libwww + p5-libwww>=0:www/p5-libwww \ + p5-Parallel-ForkManager>=0:devel/p5-Parallel-ForkManager BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure NO_ARCH= yes .include Index: branches/2016Q4/ports-mgmt/distilator/distinfo =================================================================== --- branches/2016Q4/ports-mgmt/distilator/distinfo (revision 428037) +++ branches/2016Q4/ports-mgmt/distilator/distinfo (revision 428038) @@ -1,2 +1,3 @@ -SHA256 (distilator-0.2.tar.gz) = d5e78849bab1b0cdf452cc0d654adeab51916ef855664ad7b5be68c9d14c9291 -SIZE (distilator-0.2.tar.gz) = 3916 +TIMESTAMP = 1481022611 +SHA256 (distilator-0.3.tar.gz) = 19d299036d55eb25812aec3740015397097432a541d25983322d85fdbaab9030 +SIZE (distilator-0.3.tar.gz) = 3736 Index: branches/2016Q4/ports-mgmt/distilator/pkg-descr =================================================================== --- branches/2016Q4/ports-mgmt/distilator/pkg-descr (revision 428037) +++ branches/2016Q4/ports-mgmt/distilator/pkg-descr (revision 428038) @@ -1,4 +1 @@ -A command-line script to check the availability of a ports distfiles. This -script can take advantage of perl threads if available. - -WWW: http://people.freebsd.org/~ehaupt/distilator/ +A command-line script to check the availability of a ports distfiles. Index: branches/2016Q4/ports-mgmt/distilator/pkg-plist =================================================================== --- branches/2016Q4/ports-mgmt/distilator/pkg-plist (revision 428037) +++ branches/2016Q4/ports-mgmt/distilator/pkg-plist (revision 428038) @@ -1,5 +1,2 @@ bin/distilator %%SITE_PERL%%/FreeBSD/Ports/Distilator.pm -%%SITE_PERL%%/FreeBSD/Ports/DistilatorCommon.pm -%%SITE_PERL%%/FreeBSD/Ports/DistilatorSingle.pm -%%SITE_PERL%%/FreeBSD/Ports/DistilatorThreaded.pm Index: branches/2016Q4 =================================================================== --- branches/2016Q4 (revision 428037) +++ branches/2016Q4 (revision 428038) Property changes on: branches/2016Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r427950-427951