Bug 181770 - games/p5-Games-Dice update
Summary: games/p5-Games-Dice update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-03 01:20 UTC by Danilo Egêa Gondolfo
Modified: 2013-09-04 07:50 UTC (History)
0 users

See Also:


Attachments
file.diff (877 bytes, patch)
2013-09-03 01:20 UTC, Danilo Egêa Gondolfo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo Egêa Gondolfo 2013-09-03 01:20:00 UTC
Changes
- Updated from 0.041 to 0.043.
- Converted to new Uses/perl5.mk framework

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-03 01:20:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2013-09-03 02:24:10 UTC
Responsible Changed
From-To: perl->jgh

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-04 07:46:32 UTC
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 <bsd.port.mk>

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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Jason Helfman freebsd_committer freebsd_triage 2013-09-04 07:46:54 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!