Bug 189196

Summary: [MAINTAINER] devel/p5-File-Find-Closures: update to 1.10
Product: Ports & Packages Reporter: gslin
Component: Individual Port(s)Assignee: Frederic Culot <culot>
Status: Closed FIXED    
Severity: Affects Only Me CC: gslin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-File-Find-Closures-1.10.patch none

Description gslin 2014-05-01 14:10:00 UTC
- Update to 1.10

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-01 14:10:05 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 2014-05-19 09:05:48 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-19 09:55:10 UTC
Author: culot
Date: Mon May 19 08:55:07 2014
New Revision: 354522
URL: http://svnweb.freebsd.org/changeset/ports/354522
QAT: https://qat.redports.org/buildarchive/r354522/

Log:
  - Update to 1.10 [1]
  - Add LICENSE (Artistic 1 & GPL 1)
  
  PR:		ports/189196 [1]
  Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)

Modified:
  head/devel/p5-File-Find-Closures/Makefile
  head/devel/p5-File-Find-Closures/distinfo

Modified: head/devel/p5-File-Find-Closures/Makefile
==============================================================================
--- head/devel/p5-File-Find-Closures/Makefile	Mon May 19 08:47:37 2014	(r354521)
+++ head/devel/p5-File-Find-Closures/Makefile	Mon May 19 08:55:07 2014	(r354522)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	File-Find-Closures
-PORTVERSION=	1.09
+PORTVERSION=	1.10
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	File
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Functions you can use with File::Find
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-File-Find-Closures/distinfo
==============================================================================
--- head/devel/p5-File-Find-Closures/distinfo	Mon May 19 08:47:37 2014	(r354521)
+++ head/devel/p5-File-Find-Closures/distinfo	Mon May 19 08:55:07 2014	(r354522)
@@ -1,2 +1,2 @@
-SHA256 (File-Find-Closures-1.09.tar.gz) = cf25f4d3de7f39941c1966968d900d6523a04a1d0565a4525e10b95db15e4563
-SIZE (File-Find-Closures-1.09.tar.gz) = 7381
+SHA256 (File-Find-Closures-1.10.tar.gz) = 99e7dc43eb83bc5638726fb769c5053dc4c7dbfc59ec0a8c9ba0ee43e754f3f5
+SIZE (File-Find-Closures-1.10.tar.gz) = 8377
_______________________________________________
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 2014-05-19 09:55:17 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!