Bug 178459 - [MAINTAINER] devel/p5-boolean: update to 0.30
Summary: [MAINTAINER] devel/p5-boolean: update to 0.30
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-09 16:50 UTC by Muhammad Moinur Rahman
Modified: 2013-05-13 14:00 UTC (History)
0 users

See Also:


Attachments
p5-boolean-0.30.patch (1.32 KB, patch)
2013-05-09 16:50 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-09 16:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-05-12 20:06:05 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2013-05-13 13:57:31 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-05-13 13:57:32 UTC
Author: culot
Date: Mon May 13 12:57:18 2013
New Revision: 318076
URL: http://svnweb.freebsd.org/changeset/ports/318076

Log:
  - Update to 0.30 [1]
  - Pet portlint(1) by changing tab into space in WWW link [1]
  - Add LICENSE (Artistic 1 & GPL 1)
  
  Changes:	http://search.cpan.org/dist/boolean/Changes
  PR:		ports/178459 [1]
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)

Modified:
  head/devel/p5-boolean/Makefile
  head/devel/p5-boolean/distinfo
  head/devel/p5-boolean/pkg-descr

Modified: head/devel/p5-boolean/Makefile
==============================================================================
--- head/devel/p5-boolean/Makefile	Mon May 13 12:51:32 2013	(r318075)
+++ head/devel/p5-boolean/Makefile	Mon May 13 12:57:18 2013	(r318076)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		boolean
-PORTVERSION=		0.28
+PORTVERSION=		0.30
 CATEGORIES=		devel perl5
 MASTER_SITES=		CPAN
 MASTER_SITE_SUBDIR=	CPAN:INGY
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=		p5-
 MAINTAINER=		5u623l20@gmail.com
 COMMENT=		Boolean support for Perl
 
+LICENSE=		ART10 GPLv1
+LICENSE_COMB=		dual
+
 PERL_CONFIGURE=		yes
 
 MAN3=			boolean.3

Modified: head/devel/p5-boolean/distinfo
==============================================================================
--- head/devel/p5-boolean/distinfo	Mon May 13 12:51:32 2013	(r318075)
+++ head/devel/p5-boolean/distinfo	Mon May 13 12:57:18 2013	(r318076)
@@ -1,2 +1,2 @@
-SHA256 (boolean-0.28.tar.gz) = 2cde27c2eff1302738fd6061ffd1a4ac71b24f4944374fcc92f1b7550223453e
-SIZE (boolean-0.28.tar.gz) = 31810
+SHA256 (boolean-0.30.tar.gz) = f46e7a6121d5728ef2ce285a82d1dde94f6dfa0b846a612db75b1dcd37b9fc7f
+SIZE (boolean-0.30.tar.gz) = 33231

Modified: head/devel/p5-boolean/pkg-descr
==============================================================================
--- head/devel/p5-boolean/pkg-descr	Mon May 13 12:51:32 2013	(r318075)
+++ head/devel/p5-boolean/pkg-descr	Mon May 13 12:57:18 2013	(r318076)
@@ -11,4 +11,4 @@ Every other scalar value is true.
 This module provides basic Boolean support, by defining two special
 objects: "true" and "false".
 
-WWW:	http://search.cpan.org/dist/boolean/
+WWW: http://search.cpan.org/dist/boolean/
_______________________________________________
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"