Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2013 23:58:27 GMT
From:      Danilo Egêa Gondolfo <danilogondolfo@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180375: devel/p5-MooseX-MultiInitArg update and take maintainership
Message-ID:  <201307072358.r67NwRas011629@oldred.freebsd.org>
Resent-Message-ID: <201307080000.r68000WA018510@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180375
>Category:       ports
>Synopsis:       devel/p5-MooseX-MultiInitArg update and take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 08 00:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Danilo Egêa Gondolfo
>Release:        FreeBSD 9.1-STABLE
>Organization:
Universidade Estadual de Maringá
>Environment:
FreeBSD freebsd 9.1-STABLE FreeBSD 9.1-STABLE #3 r252800: Fri Jul  5 14:35:42 BRT 2013     root@freebsd:/usr/obj/usr/src/sys/PROJETO  amd64
>Description:
Changes
- Updated from 0.01 to 0.02
- Take maintainership
- Change build method
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 322024)
+++ Makefile	(working copy)
@@ -2,18 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	MooseX-MultiInitArg
-PORTVERSION=	0.01
+PORTVERSION=	0.02
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	danilogondolfo@gmail.com
 COMMENT=	Attributes with aliases for constructor arguments for MooseX
 
 RUN_DEPENDS=	p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+BUILD_DEPENDS:=	${RUN_DEPENDS} \
+	p5-Module-Build-Tiny>0:${PORTSDIR}/devel/p5-Module-Build-Tiny
 
-PERL_CONFIGURE=	yes
+PERL_MODBUILD=	yes
 
 MAN3=		MooseX::MultiInitArg.3 \
 		MooseX::MultiInitArg::Trait.3 \
Index: distinfo
===================================================================
--- distinfo	(revision 322024)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (MooseX-MultiInitArg-0.01.tar.gz) = 971689feac40201411d2cadafa246ceb38f70f6560863c60aee5c4025ea52ea1
-SIZE (MooseX-MultiInitArg-0.01.tar.gz) = 2980
+SHA256 (MooseX-MultiInitArg-0.02.tar.gz) = 9fb65d5a6343368288f6ac83d9f4fad40b1e2ab4811ac1279536c177be9c28f2
+SIZE (MooseX-MultiInitArg-0.02.tar.gz) = 10306


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307072358.r67NwRas011629>