aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/distilator
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2016-12-06 12:24:32 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2016-12-06 12:24:32 +0000
commitd49e139232d8338e12933517311a99c2e06a7c32 (patch)
tree3ac63c190a5ae347ab282c8cd173a74662806ade /ports-mgmt/distilator
parent9eb64840c098cbe868337391f6ac58b04b7a8225 (diff)
Update to 0.3.
Switch from perl threads to Parallel::ForkManager. With perl 5.24, threads used in distilator produce a many random warnings hinting at the fact that the modules used to check the links are not (and never were) thread safe. Remove WWW. There is no public website available. PR: 208506 (based on) Notified by: mat MFH: 2016Q4
Notes
Notes: svn path=/head/; revision=427950
Diffstat (limited to 'ports-mgmt/distilator')
-rw-r--r--ports-mgmt/distilator/Makefile6
-rw-r--r--ports-mgmt/distilator/distinfo5
-rw-r--r--ports-mgmt/distilator/pkg-descr2
-rw-r--r--ports-mgmt/distilator/pkg-plist3
4 files changed, 6 insertions, 10 deletions
diff --git a/ports-mgmt/distilator/Makefile b/ports-mgmt/distilator/Makefile
index c2f4eb8ae4b5..94b79836b47b 100644
--- a/ports-mgmt/distilator/Makefile
+++ b/ports-mgmt/distilator/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= distilator
-PORTVERSION= 0.2
-PORTREVISION= 2
+PORTVERSION= 0.3
CATEGORIES= ports-mgmt perl5
MASTER_SITES= LOCAL/ehaupt
@@ -14,7 +13,8 @@ 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
diff --git a/ports-mgmt/distilator/distinfo b/ports-mgmt/distilator/distinfo
index 71373cc16cff..d0ae27bfcf50 100644
--- a/ports-mgmt/distilator/distinfo
+++ b/ports-mgmt/distilator/distinfo
@@ -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
diff --git a/ports-mgmt/distilator/pkg-descr b/ports-mgmt/distilator/pkg-descr
index ddb94d8b93ec..4d31b0a7e58b 100644
--- a/ports-mgmt/distilator/pkg-descr
+++ b/ports-mgmt/distilator/pkg-descr
@@ -1,4 +1,2 @@
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/
diff --git a/ports-mgmt/distilator/pkg-plist b/ports-mgmt/distilator/pkg-plist
index cf2d9c1fabab..29c34db04092 100644
--- a/ports-mgmt/distilator/pkg-plist
+++ b/ports-mgmt/distilator/pkg-plist
@@ -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