Summary: | [MAINTAINER] devel/p5-boolean: update to 0.30 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Muhammad Moinur Rahman <bofh> | ||||
Component: | Individual Port(s) | Assignee: | Frederic Culot <culot> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Muhammad Moinur Rahman
2013-05-09 16:50:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool) Responsible Changed From-To: perl->culot I'll take it. State Changed From-To: open->closed Committed, with minor changes. Thanks! 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" |