Bug 175287 - [PATCH] databases/p5-Dancer-Plugin-DBIC: update to 0.1700, take maintainership
Summary: [PATCH] databases/p5-Dancer-Plugin-DBIC: update to 0.1700, 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-14 11:50 UTC by Muhammad Moinur Rahman
Modified: 2013-01-16 19:00 UTC (History)
0 users

See Also:


Attachments
p5-Dancer-Plugin-DBIC-0.1700.patch (2.00 KB, patch)
2013-01-14 11: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-01-14 11: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-01-14 12:29:42 UTC
Responsible Changed
From-To: perl->culot

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

Log:
  - Update to 0.1700 [1]
  - Pass maintainership to submitter [1]
  - Add LICENSE (Artistic 1 & GPL 1)
  
  Changes:	http://search.cpan.org/dist/Dancer-Plugin-DBIC/Changes
  PR:		ports/175287 [1]
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/databases/p5-Dancer-Plugin-DBIC/Makefile
  head/databases/p5-Dancer-Plugin-DBIC/distinfo

Modified: head/databases/p5-Dancer-Plugin-DBIC/Makefile
==============================================================================
--- head/databases/p5-Dancer-Plugin-DBIC/Makefile	Wed Jan 16 18:49:50 2013	(r310509)
+++ head/databases/p5-Dancer-Plugin-DBIC/Makefile	Wed Jan 16 18:58:29 2013	(r310510)
@@ -1,19 +1,18 @@
-# New ports collection makefile for:	p5-Dancer-Plugin-DBIC
-# Date created:		2011-02-13
-# Whom:			<ports@c0decafe.net>
-#
+# Created by: <ports@c0decafe.net>
 # $FreeBSD$
-#
 
 PORTNAME=	Dancer-Plugin-DBIC
-PORTVERSION=	0.1504
+PORTVERSION=	0.1700
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	DBIx::Class interface for Dancer applications
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class\
 		p5-DBIx-Class-Schema-Loader>=0.07002:${PORTSDIR}/databases/p5-DBIx-Class-Schema-Loader\
 		p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer

Modified: head/databases/p5-Dancer-Plugin-DBIC/distinfo
==============================================================================
--- head/databases/p5-Dancer-Plugin-DBIC/distinfo	Wed Jan 16 18:49:50 2013	(r310509)
+++ head/databases/p5-Dancer-Plugin-DBIC/distinfo	Wed Jan 16 18:58:29 2013	(r310510)
@@ -1,2 +1,2 @@
-SHA256 (Dancer-Plugin-DBIC-0.1504.tar.gz) = 59961f230955bda6baa40e8757b39766b5c740e523cd7da573b7a2a93f81c08b
-SIZE (Dancer-Plugin-DBIC-0.1504.tar.gz) = 11312
+SHA256 (Dancer-Plugin-DBIC-0.1700.tar.gz) = 909254f24604e5a1ca207224a025aea573fbf7b85da7dc65033d696fc1d4992d
+SIZE (Dancer-Plugin-DBIC-0.1700.tar.gz) = 13788
_______________________________________________
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 18:58:55 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!