Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 2015 13:33:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395693 - head/math/p5-Math-Random
Message-ID:  <201508311333.t7VDX5nn005114@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Aug 31 13:33:05 2015
New Revision: 395693
URL: https://svnweb.freebsd.org/changeset/ports/395693

Log:
  - Update to 0.72
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/Math-Random/Changes

Modified:
  head/math/p5-Math-Random/Makefile
  head/math/p5-Math-Random/distinfo
  head/math/p5-Math-Random/pkg-plist

Modified: head/math/p5-Math-Random/Makefile
==============================================================================
--- head/math/p5-Math-Random/Makefile	Mon Aug 31 13:33:00 2015	(r395692)
+++ head/math/p5-Math-Random/Makefile	Mon Aug 31 13:33:05 2015	(r395693)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-Random
-PORTVERSION=	0.71
-PORTREVISION=	2
+PORTVERSION=	0.72
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,8 +11,8 @@ MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Random number generators
 
 USES=		perl5 shebangfix
-SHEBANG_FILES=	example.pl
 USE_PERL5=	configure
+SHEBANG_FILES=	example.pl
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/Random.so

Modified: head/math/p5-Math-Random/distinfo
==============================================================================
--- head/math/p5-Math-Random/distinfo	Mon Aug 31 13:33:00 2015	(r395692)
+++ head/math/p5-Math-Random/distinfo	Mon Aug 31 13:33:05 2015	(r395693)
@@ -1,2 +1,2 @@
-SHA256 (Math-Random-0.71.tar.gz) = 8af09c3d0041d83c3369536ab1e37d3d9707a01e2ed05d2dcc8e096cdf07cc2d
-SIZE (Math-Random-0.71.tar.gz) = 46011
+SHA256 (Math-Random-0.72.tar.gz) = be0522328811d96de505d9ebac3d096359026fa8d5c38f7bb999a78ec5bc254c
+SIZE (Math-Random-0.72.tar.gz) = 46907

Modified: head/math/p5-Math-Random/pkg-plist
==============================================================================
--- head/math/p5-Math-Random/pkg-plist	Mon Aug 31 13:33:00 2015	(r395692)
+++ head/math/p5-Math-Random/pkg-plist	Mon Aug 31 13:33:05 2015	(r395693)
@@ -1,7 +1,7 @@
-%%PERL5_MAN3%%/Math::Random.3.gz
 %%SITE_ARCH%%/Math/Random.pm
 %%SITE_ARCH%%/Math/example.pl
 %%SITE_ARCH%%/Math/test1.pl
 %%SITE_ARCH%%/Math/test2.pl
 %%SITE_ARCH%%/auto/Math/Random/Random.so
 %%SITE_ARCH%%/auto/Math/Random/autosplit.ix
+%%PERL5_MAN3%%/Math::Random.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508311333.t7VDX5nn005114>