From owner-svn-ports-head@freebsd.org Tue Dec 6 12:24:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F44BC683D9; Tue, 6 Dec 2016 12:24:34 +0000 (UTC) (envelope-from ehaupt@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 mx1.freebsd.org (Postfix) with ESMTPS id E45B2192F; Tue, 6 Dec 2016 12:24:33 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB6COXgg061243; Tue, 6 Dec 2016 12:24:33 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB6COWqp061239; Tue, 6 Dec 2016 12:24:32 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201612061224.uB6COWqp061239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 6 Dec 2016 12:24:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427950 - head/ports-mgmt/distilator X-SVN-Group: ports-head 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.23 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: Tue, 06 Dec 2016 12:24:34 -0000 Author: ehaupt Date: Tue Dec 6 12:24:32 2016 New Revision: 427950 URL: https://svnweb.freebsd.org/changeset/ports/427950 Log: 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 Modified: head/ports-mgmt/distilator/Makefile head/ports-mgmt/distilator/distinfo head/ports-mgmt/distilator/pkg-descr head/ports-mgmt/distilator/pkg-plist Modified: head/ports-mgmt/distilator/Makefile ============================================================================== --- head/ports-mgmt/distilator/Makefile Tue Dec 6 12:05:25 2016 (r427949) +++ head/ports-mgmt/distilator/Makefile Tue Dec 6 12:24:32 2016 (r427950) @@ -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 Modified: head/ports-mgmt/distilator/distinfo ============================================================================== --- head/ports-mgmt/distilator/distinfo Tue Dec 6 12:05:25 2016 (r427949) +++ head/ports-mgmt/distilator/distinfo Tue Dec 6 12:24:32 2016 (r427950) @@ -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 Modified: head/ports-mgmt/distilator/pkg-descr ============================================================================== --- head/ports-mgmt/distilator/pkg-descr Tue Dec 6 12:05:25 2016 (r427949) +++ head/ports-mgmt/distilator/pkg-descr Tue Dec 6 12:24:32 2016 (r427950) @@ -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/ Modified: head/ports-mgmt/distilator/pkg-plist ============================================================================== --- head/ports-mgmt/distilator/pkg-plist Tue Dec 6 12:05:25 2016 (r427949) +++ head/ports-mgmt/distilator/pkg-plist Tue Dec 6 12:24:32 2016 (r427950) @@ -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