From owner-svn-ports-all@FreeBSD.ORG Mon Feb 10 08:04:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A37417E; Mon, 10 Feb 2014 08:04:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3CBB61083; Mon, 10 Feb 2014 08:04:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1A840F0094887; Mon, 10 Feb 2014 08:04:00 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1A83xfH094878; Mon, 10 Feb 2014 08:03:59 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201402100803.s1A83xfH094878@svn.freebsd.org> From: Frederic Culot Date: Mon, 10 Feb 2014 08:03:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343601 - head/devel/p5-Test-MockRandom X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2014 08:04:00 -0000 Author: culot Date: Mon Feb 10 08:03:59 2014 New Revision: 343601 URL: http://svnweb.freebsd.org/changeset/ports/343601 QAT: https://qat.redports.org/buildarchive/r343601/ Log: - Update to 1.01 - Add LICENSE (Apache 2) Changes: http://search.cpan.org/dist/Test-MockRandom/Changes Modified: head/devel/p5-Test-MockRandom/Makefile head/devel/p5-Test-MockRandom/distinfo head/devel/p5-Test-MockRandom/pkg-plist Modified: head/devel/p5-Test-MockRandom/Makefile ============================================================================== --- head/devel/p5-Test-MockRandom/Makefile Mon Feb 10 07:54:41 2014 (r343600) +++ head/devel/p5-Test-MockRandom/Makefile Mon Feb 10 08:03:59 2014 (r343601) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-MockRandom -PORTVERSION= 1.00 +PORTVERSION= 1.01 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Replaces random number generation with non-random number generation +LICENSE= APACHE20 + USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure .include Modified: head/devel/p5-Test-MockRandom/distinfo ============================================================================== --- head/devel/p5-Test-MockRandom/distinfo Mon Feb 10 07:54:41 2014 (r343600) +++ head/devel/p5-Test-MockRandom/distinfo Mon Feb 10 08:03:59 2014 (r343601) @@ -1,2 +1,2 @@ -SHA256 (Test-MockRandom-1.00.tar.gz) = 630bca40269d04520e39bb6579eb0399684cb17728702336ed1eb1542b7c2f97 -SIZE (Test-MockRandom-1.00.tar.gz) = 19031 +SHA256 (Test-MockRandom-1.01.tar.gz) = 2614930d84fc5deac39afbc1ee86ccd39b221507f27d4ee493ca26e5c921cce0 +SIZE (Test-MockRandom-1.01.tar.gz) = 24449 Modified: head/devel/p5-Test-MockRandom/pkg-plist ============================================================================== --- head/devel/p5-Test-MockRandom/pkg-plist Mon Feb 10 07:54:41 2014 (r343600) +++ head/devel/p5-Test-MockRandom/pkg-plist Mon Feb 10 08:03:59 2014 (r343601) @@ -1,4 +1,6 @@ -%%PERL5_MAN3%%/Test::MockRandom.3.gz +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/MockRandom/.packlist %%SITE_PERL%%/Test/MockRandom.pm -%%SITE_PERL%%/Test/MockRandom.pod +%%PERL5_MAN3%%/Test::MockRandom.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/MockRandom +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test @dirrmtry %%SITE_PERL%%/Test