Bug 175156 - [PATCH] devel/p5-Perl6-Junction: update to 1.50000
Summary: [PATCH] devel/p5-Perl6-Junction: update to 1.50000
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-01-09 06:50 UTC by Po-Chien Lin
Modified: 2013-01-09 08:40 UTC (History)
1 user (show)

See Also:


Attachments
p5-Perl6-Junction-1.50000.patch (2.08 KB, patch)
2013-01-09 06:50 UTC, Po-Chien Lin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chien Lin 2013-01-09 06:50:00 UTC
- Update to 1.50000
- Add LICENSE (ART10, GPLv1)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-09 06:50:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-01-09 07:51:21 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-01-09 08:36:50 UTC
Author: culot
Date: Wed Jan  9 08:36:41 2013
New Revision: 310127
URL: http://svnweb.freebsd.org/changeset/ports/310127

Log:
  - Update to 1.50000
  - Add LICENSE (Artistic 1 & GPL 1)
  - Sort plist
  
  Changes:	http://search.cpan.org/dist/Perl6-Junction/Changes
  PR:		ports/175156
  Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>

Modified:
  head/devel/p5-Perl6-Junction/Makefile
  head/devel/p5-Perl6-Junction/distinfo
  head/devel/p5-Perl6-Junction/pkg-plist

Modified: head/devel/p5-Perl6-Junction/Makefile
==============================================================================
--- head/devel/p5-Perl6-Junction/Makefile	Wed Jan  9 07:47:27 2013	(r310126)
+++ head/devel/p5-Perl6-Junction/Makefile	Wed Jan  9 08:36:41 2013	(r310127)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	devel/p5-Perl6-Junction
-# Date created:				18 Jul 2007
-# Whom:					Erwin Lansing <erwin@FreeBSD.org>
-#
+# Created by: Erwin Lansing <erwin@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Perl6-Junction
-PORTVERSION=	1.40000
+PORTVERSION=	1.50000
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,6 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl6 style Junction operators in Perl5
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 PERL_CONFIGURE=	yes
 
 MAN3=	Perl6::Junction.3

Modified: head/devel/p5-Perl6-Junction/distinfo
==============================================================================
--- head/devel/p5-Perl6-Junction/distinfo	Wed Jan  9 07:47:27 2013	(r310126)
+++ head/devel/p5-Perl6-Junction/distinfo	Wed Jan  9 08:36:41 2013	(r310127)
@@ -1,2 +1,2 @@
-SHA256 (Perl6-Junction-1.40000.tar.gz) = e47e3b431ca437fb4355397e3532eeabecb18042d1cbb2d81aa7c3993144fb69
-SIZE (Perl6-Junction-1.40000.tar.gz) = 6833
+SHA256 (Perl6-Junction-1.50000.tar.gz) = e9a7e2af2b3d7cca8ac7376ba5b1f7a7ffa1266918acccbd6e521f180abe3b31
+SIZE (Perl6-Junction-1.50000.tar.gz) = 7757

Modified: head/devel/p5-Perl6-Junction/pkg-plist
==============================================================================
--- head/devel/p5-Perl6-Junction/pkg-plist	Wed Jan  9 07:47:27 2013	(r310126)
+++ head/devel/p5-Perl6-Junction/pkg-plist	Wed Jan  9 08:36:41 2013	(r310127)
@@ -1,11 +1,11 @@
 %%SITE_PERL%%/Perl6/Junction.pm
 %%SITE_PERL%%/Perl6/Junction/All.pm
+%%SITE_PERL%%/Perl6/Junction/Any.pm
 %%SITE_PERL%%/Perl6/Junction/Base.pm
 %%SITE_PERL%%/Perl6/Junction/None.pm
 %%SITE_PERL%%/Perl6/Junction/One.pm
-%%SITE_PERL%%/Perl6/Junction/Any.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Junction/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Junction
 @dirrm %%SITE_PERL%%/Perl6/Junction
-@dirrmtry %%SITE_PERL%%/Perl6
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6
+@dirrmtry %%SITE_PERL%%/Perl6
_______________________________________________
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 Frederic Culot freebsd_committer freebsd_triage 2013-01-09 08:37:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!