From owner-svn-ports-all@FreeBSD.ORG Wed Sep 4 06:46:24 2013 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 ESMTP id C499213E; Wed, 4 Sep 2013 06:46:24 +0000 (UTC) (envelope-from jgh@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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B312E27F8; Wed, 4 Sep 2013 06:46:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r846kOjU053508; Wed, 4 Sep 2013 06:46:24 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r846kOiI053502; Wed, 4 Sep 2013 06:46:24 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201309040646.r846kOiI053502@svn.freebsd.org> From: Jason Helfman Date: Wed, 4 Sep 2013 06:46:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326253 - head/games/p5-Games-Dice 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.14 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: Wed, 04 Sep 2013 06:46:24 -0000 Author: jgh Date: Wed Sep 4 06:46:23 2013 New Revision: 326253 URL: http://svnweb.freebsd.org/changeset/ports/326253 Log: - update to 0.043 - adoption of perl USES framework - adjust dependencies PR: 181770 Submitted by: danilogondolfo@gmail.com ( maintainer ) Modified: head/games/p5-Games-Dice/Makefile head/games/p5-Games-Dice/distinfo Modified: head/games/p5-Games-Dice/Makefile ============================================================================== --- head/games/p5-Games-Dice/Makefile Wed Sep 4 06:39:10 2013 (r326252) +++ head/games/p5-Games-Dice/Makefile Wed Sep 4 06:46:23 2013 (r326253) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Games-Dice -PORTVERSION= 0.041 +PORTVERSION= 0.043 CATEGORIES= games perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,9 +12,14 @@ COMMENT= Perl module to simulate die rol LICENSE= MIT +BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ + p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script \ + p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple + MAN1= roll.1 MAN3= Games::Dice.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/games/p5-Games-Dice/distinfo ============================================================================== --- head/games/p5-Games-Dice/distinfo Wed Sep 4 06:39:10 2013 (r326252) +++ head/games/p5-Games-Dice/distinfo Wed Sep 4 06:46:23 2013 (r326253) @@ -1,2 +1,2 @@ -SHA256 (Games-Dice-0.041.tar.gz) = 50d7147c664c873a951c18be5d515d77f2eaa977dae26fca696db5497ea1a2cc -SIZE (Games-Dice-0.041.tar.gz) = 9320 +SHA256 (Games-Dice-0.043.tar.gz) = 1b7fed606c82683d9d76cca420f6d2b69574f7ad930b302731a825cbedbaacee +SIZE (Games-Dice-0.043.tar.gz) = 9034