From owner-svn-ports-head@FreeBSD.ORG Wed May 27 09:02:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9053DDFE; Wed, 27 May 2015 09:02:10 +0000 (UTC) (envelope-from wen@FreeBSD.org) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64272869; Wed, 27 May 2015 09:02:10 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4R92AH0055252; Wed, 27 May 2015 09:02:10 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4R929Bb055249; Wed, 27 May 2015 09:02:09 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201505270902.t4R929Bb055249@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 27 May 2015 09:02:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387546 - head/devel/p5-Data-Random 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.20 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: Wed, 27 May 2015 09:02:10 -0000 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