svn commit: r387546 - head/devel/p5-Data-Random
Wen Heping
wen at FreeBSD.org
Wed May 27 09:02:10 UTC 2015
Author: wen
Date: Wed May 27 09:02:09 2015
New Revision: 387546
URL: https://svnweb.freebsd.org/changeset/ports/387546
Log:
- Update to 0.12
Changes: http://cpansearch.perl.org/src/BAREFOOT/Data-Random-0.12/Changes
- Remove DATE_CALC option
Modified:
head/devel/p5-Data-Random/Makefile
head/devel/p5-Data-Random/distinfo
Modified: head/devel/p5-Data-Random/Makefile
==============================================================================
--- head/devel/p5-Data-Random/Makefile Wed May 27 08:40:39 2015 (r387545)
+++ head/devel/p5-Data-Random/Makefile Wed May 27 09:02:09 2015 (r387546)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Data-Random
-PORTVERSION= 0.11
-PORTREVISION= 1
+PORTVERSION= 0.12
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,17 +14,14 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-YAML-Tiny>=0:${PORTSDIR}/textproc/p5-YAML-Tiny
+RUN_DEPENDS= p5-Time-Piece>=1.16:${PORTSDIR}/devel/p5-Time-Piece
-OPTIONS_DEFINE= DATE_CALC GD
-OPTIONS_DEFAULT=DATE_CALC
-DATE_CALC_DESC= Support for rand_date()
+OPTIONS_DEFINE= GD
GD_DESC= Support for rand_image()
USES= perl5
USE_PERL5= configure
-DATE_CALC_BUILD_DEPENDS=p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc
-DATE_CALC_RUN_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc
GD_BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD
GD_RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD
Modified: head/devel/p5-Data-Random/distinfo
==============================================================================
--- head/devel/p5-Data-Random/distinfo Wed May 27 08:40:39 2015 (r387545)
+++ head/devel/p5-Data-Random/distinfo Wed May 27 09:02:09 2015 (r387546)
@@ -1,2 +1,2 @@
-SHA256 (Data-Random-0.11.tar.gz) = 2ea0d046a422664f69adbbfdfc63b81a93afe22917fb0ba21bf888428ec49470
-SIZE (Data-Random-0.11.tar.gz) = 166852
+SHA256 (Data-Random-0.12.tar.gz) = bb84de17ce2aeb61ba945d2ae451b2bc1e3e6b579ab5676614897672a4669b14
+SIZE (Data-Random-0.12.tar.gz) = 166951
More information about the svn-ports-all
mailing list