Bug 175327 - [PATCH] devel/p5-Algorithm-Bucketizer: update to 0.13, take maintainership
Summary: [PATCH] devel/p5-Algorithm-Bucketizer: update to 0.13, take maintainership
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-15 14:40 UTC by Muhammad Moinur Rahman
Modified: 2013-01-16 20:20 UTC (History)
0 users

See Also:


Attachments
p5-Algorithm-Bucketizer-0.13.patch (1.63 KB, patch)
2013-01-15 14:40 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-01-15 14:40:09 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-01-15 15:29:42 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-01-16 20:16:38 UTC
Author: culot
Date: Wed Jan 16 20:16:29 2013
New Revision: 310523
URL: http://svnweb.freebsd.org/changeset/ports/310523

Log:
  - Update to 0.13 [1]
  - Pass maintainership to submitter [1]
  - Add LICENSE (Artistic 1 & GPL 1)
  
  Changes:	search.cpan.org/dist/Algorithm-Bucketizer/Changes
  PR:		ports/175327 [1]
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/devel/p5-Algorithm-Bucketizer/Makefile
  head/devel/p5-Algorithm-Bucketizer/distinfo

Modified: head/devel/p5-Algorithm-Bucketizer/Makefile
==============================================================================
--- head/devel/p5-Algorithm-Bucketizer/Makefile	Wed Jan 16 20:15:07 2013	(r310522)
+++ head/devel/p5-Algorithm-Bucketizer/Makefile	Wed Jan 16 20:16:29 2013	(r310523)
@@ -1,20 +1,20 @@
-# New ports collection makefile for:	p5-Algorithm-Bucketizer
-# Date created:				06 Jul 2005
-# Whom:				Christopher Boumenot <boumenot@gmail.com>
-#
+# Created by: Christopher Boumenot <boumenot@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Algorithm-Bucketizer
-PORTVERSION=	0.12
+PORTVERSION=	0.13
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Distribute sized items to buckets with limited size
 
-BUILD_DEPENDS=	p5-Algorithm-Permute>=0:${PORTSDIR}/devel/p5-Algorithm-Permute
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Algorithm-Permute>=0:${PORTSDIR}/devel/p5-Algorithm-Permute \
+		p5-Sysadm-Install>=0.23:${PORTSDIR}/sysutils/p5-Sysadm-Install
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes

Modified: head/devel/p5-Algorithm-Bucketizer/distinfo
==============================================================================
--- head/devel/p5-Algorithm-Bucketizer/distinfo	Wed Jan 16 20:15:07 2013	(r310522)
+++ head/devel/p5-Algorithm-Bucketizer/distinfo	Wed Jan 16 20:16:29 2013	(r310523)
@@ -1,2 +1,2 @@
-SHA256 (Algorithm-Bucketizer-0.12.tar.gz) = e177da7ee06032426e29295a4e3c3fb9f03fb21d0b09800ff4b678aad82cb3f4
-SIZE (Algorithm-Bucketizer-0.12.tar.gz) = 9591
+SHA256 (Algorithm-Bucketizer-0.13.tar.gz) = 9534c3f3ee295f68c19dc310afb003bc259d63fc8b5bcb655fd8e8263fc39dcf
+SIZE (Algorithm-Bucketizer-0.13.tar.gz) = 10611
_______________________________________________
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-16 20:16:43 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!