Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2015 09:02:09 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387546 - head/devel/p5-Data-Random
Message-ID:  <201505270902.t4R929Bb055249@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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