Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2013 13:52:56 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320802 - head/games/p5-Games-Dice
Message-ID:  <201306131352.r5DDquVA073460@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Thu Jun 13 13:52:56 2013
New Revision: 320802
URL: http://svnweb.freebsd.org/changeset/ports/320802

Log:
  - Update to 0.041 [1]
  - Add LICENSE (MIT)
  
  Changes:	http://search.cpan.org/dist/Games-Dice/Changes
  PR:		ports/179520 [1]
  Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)

Modified:
  head/games/p5-Games-Dice/Makefile
  head/games/p5-Games-Dice/distinfo
  head/games/p5-Games-Dice/pkg-plist

Modified: head/games/p5-Games-Dice/Makefile
==============================================================================
--- head/games/p5-Games-Dice/Makefile	Thu Jun 13 13:52:19 2013	(r320801)
+++ head/games/p5-Games-Dice/Makefile	Thu Jun 13 13:52:56 2013	(r320802)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Games-Dice
-PORTVERSION=	0.04
+PORTVERSION=	0.041
 CATEGORIES=	games perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,7 +10,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	danilogondolfo@gmail.com
 COMMENT=	Perl module to simulate die rolls
 
-MAN3=		Games::Dice.3
+LICENSE=	MIT
+
+MAN1=	roll.1
+MAN3=	Games::Dice.3
 
 PERL_CONFIGURE=	yes
 

Modified: head/games/p5-Games-Dice/distinfo
==============================================================================
--- head/games/p5-Games-Dice/distinfo	Thu Jun 13 13:52:19 2013	(r320801)
+++ head/games/p5-Games-Dice/distinfo	Thu Jun 13 13:52:56 2013	(r320802)
@@ -1,2 +1,2 @@
-SHA256 (Games-Dice-0.04.tar.gz) = 423a56704accfe1b4655e2fd08d47e3138b34587ce4c50bfc593e13df5e1a4cd
-SIZE (Games-Dice-0.04.tar.gz) = 8175
+SHA256 (Games-Dice-0.041.tar.gz) = 50d7147c664c873a951c18be5d515d77f2eaa977dae26fca696db5497ea1a2cc
+SIZE (Games-Dice-0.041.tar.gz) = 9320

Modified: head/games/p5-Games-Dice/pkg-plist
==============================================================================
--- head/games/p5-Games-Dice/pkg-plist	Thu Jun 13 13:52:19 2013	(r320801)
+++ head/games/p5-Games-Dice/pkg-plist	Thu Jun 13 13:52:56 2013	(r320802)
@@ -1,3 +1,4 @@
+bin/roll
 %%SITE_PERL%%/Games/Dice.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Dice/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Dice



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