Bug 179664 - www/p5-Catalyst-Plugin-Session-Store-DBIC update and take maintainership
Summary: www/p5-Catalyst-Plugin-Session-Store-DBIC update and 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-06-18 01:00 UTC by Danilo Egêa Gondolfo
Modified: 2013-06-19 09:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.03 KB, patch)
2013-06-18 01:00 UTC, Danilo Egêa Gondolfo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo Egêa Gondolfo 2013-06-18 01:00:00 UTC
Changes
- Update from 0.12 to 0.13
- Take maintainership

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-18 01:00: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-06-18 06:19:49 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-19 09:20:52 UTC
Author: culot
Date: Wed Jun 19 08:20:45 2013
New Revision: 321234
URL: http://svnweb.freebsd.org/changeset/ports/321234

Log:
  - Update to 0.13 [1]
  - Pass maintainership to submitter [1]
  - Add LICENSE (Artistic 1 & GPL 1)
  
  Changes:	http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBIC/Changes
  PR:		ports/179664 [1]
  Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>

Modified:
  head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile
  head/www/p5-Catalyst-Plugin-Session-Store-DBIC/distinfo

Modified: head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile	Wed Jun 19 07:59:40 2013	(r321233)
+++ head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile	Wed Jun 19 08:20:45 2013	(r321234)
@@ -2,14 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	Catalyst-Plugin-Session-Store-DBIC
-PORTVERSION=	0.12
+PORTVERSION=	0.13
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	danilogondolfo@gmail.com
 COMMENT=	Store your sessions via DBIx::Class
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
 		p5-Catalyst-Plugin-Session-Store-Delegate>=0.05:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-Delegate \
 		p5-DBIx-Class>=0.0700:${PORTSDIR}/databases/p5-DBIx-Class \

Modified: head/www/p5-Catalyst-Plugin-Session-Store-DBIC/distinfo
==============================================================================
--- head/www/p5-Catalyst-Plugin-Session-Store-DBIC/distinfo	Wed Jun 19 07:59:40 2013	(r321233)
+++ head/www/p5-Catalyst-Plugin-Session-Store-DBIC/distinfo	Wed Jun 19 08:20:45 2013	(r321234)
@@ -1,2 +1,2 @@
-SHA256 (Catalyst-Plugin-Session-Store-DBIC-0.12.tar.gz) = 094139ad0fc3e0e70b06386e19831ff8f656ec735efb97973ebc023bd3481e84
-SIZE (Catalyst-Plugin-Session-Store-DBIC-0.12.tar.gz) = 7939
+SHA256 (Catalyst-Plugin-Session-Store-DBIC-0.13.tar.gz) = 83aae4eb8bbd953a715ee046ba09b7b722cca1df56a8bb85dd4d24128b14334a
+SIZE (Catalyst-Plugin-Session-Store-DBIC-0.13.tar.gz) = 8491
_______________________________________________
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-06-19 09:21:03 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!