ports/121009: [UPDATE] www/p5-Catalyst-View-Email

Felippe de Meirelles Motta lippemail at gmail.com
Sat Feb 23 20:00:06 UTC 2008


>Number:         121009
>Category:       ports
>Synopsis:       [UPDATE] www/p5-Catalyst-View-Email
>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:   Sat Feb 23 20:00:06 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe at shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 0.10
- Use CPAN macro
- Better adjustment of dependences

NOTE: This came from CVS totally out of the port standard Makefile used in other ports, so this big patch.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-Catalyst-View-Email/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	7 Sep 2007 08:08:05 -0000	1.1
+++ Makefile	21 Feb 2008 17:14:56 -0000
@@ -5,29 +5,30 @@
 # $FreeBSD: ports/www/p5-Catalyst-View-Email/Makefile,v 1.1 2007/09/07 08:08:05 edwin Exp $
 #
 
-PORTNAME=    Catalyst-View-Email
-PORTVERSION=        0.01
-CATEGORIES=       www
-MASTER_SITES=      ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=    Catalyst
-PKGNAMEPREFIX=        p5-
+PORTNAME=	Catalyst-View-Email
+PORTVERSION=	0.10
+CATEGORIES=	www
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
 
-MAINTAINER=       cherry at trombik.org
-COMMENT=    Catalyst View for Email
+MAINTAINER=	cherry at trombik.org
+COMMENT=	Catalyst View for Email
 
-RUN_DEPENDS=   p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
-              p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \
-                p5-Catalyst-View-TT>0:${PORTSDIR}/www/p5-Catalyst-View-TT \
-          p5-Class-C3>=0:${PORTSDIR}/devel/p5-Class-C3 \
-		p5-Email-Send>=2.185:${PORTSDIR}/mail/p5-Email-Send \
-                mail/p5-Email-MIME>=1.859:${PORTSDIR}/mail/p5-Email-MIME \
-         mail/p5-Email-MIME-Creator>=1.45:${PORTSDIR}/mail/p5-Email-MIME-Creator
-BUILD_DEPENDS=       ${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7:${PORTSDIR}/www/p5-Catalyst-Runtime \
+		p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \
+		p5-Catalyst-View-TT>0:${PORTSDIR}/www/p5-Catalyst-View-TT \
+		p5-Catalyst-View-Mason>0:${PORTSDIR}/www/p5-Catalyst-View-Mason \
+		p5-Class-C3>=0:${PORTSDIR}/devel/p5-Class-C3 \
+		p5-Email-MIME>=1.859:${PORTSDIR}/mail/p5-Email-MIME \
+		p5-Email-MIME-Creator>=1.453:${PORTSDIR}/mail/p5-Email-MIME-Creator \
+		p5-Email-Send>=2.185:${PORTSDIR}/mail/p5-Email-Send
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=        yes
+PERL_CONFIGURE=	yes
 
-MAN3=    Catalyst::Helper::View::Email.3 Catalyst::Helper::View::Email::Template.3 \
-                Catalyst::View::Email.3 Catalyst::View::Email::Template.3
+MAN3=	Catalyst::Helper::View::Email.3 \
+	Catalyst::Helper::View::Email::Template.3 \
+	Catalyst::View::Email.3 \
+	Catalyst::View::Email::Template.3
 
-.include <bsd.port.pre.mk>
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-Catalyst-View-Email/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	7 Sep 2007 08:08:05 -0000	1.1
+++ distinfo	21 Feb 2008 17:14:56 -0000
@@ -1,3 +1,3 @@
-MD5 (Catalyst-View-Email-0.01.tar.gz) = e71cda3dc30f452db1262eb4375007af
-SHA256 (Catalyst-View-Email-0.01.tar.gz) = 9924bf978e70d169adeb6c90d0b413dd203cb63914f20299ad68a21d786f6ce6
-SIZE (Catalyst-View-Email-0.01.tar.gz) = 22318
+MD5 (Catalyst-View-Email-0.10.tar.gz) = a151466647adba45526e58e08c44220e
+SHA256 (Catalyst-View-Email-0.10.tar.gz) = dd4fa23fba2d00d25a54f11afde514f480a30d8bda9a6e1b64a154d6a2f5524c
+SIZE (Catalyst-View-Email-0.10.tar.gz) = 25720
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/www/p5-Catalyst-View-Email/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	7 Sep 2007 08:08:05 -0000	1.1
+++ pkg-descr	21 Feb 2008 17:14:56 -0000
@@ -1,4 +1,3 @@
 Catalyst::Helper::View::Email - Helper for Email Views
 
-WWW:     
-http://search.cpan.org/dist/Catalyst-View-Email/
+WWW:     http://search.cpan.org/dist/Catalyst-View-Email/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-Catalyst-View-Email/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	7 Sep 2007 08:08:05 -0000	1.1
+++ pkg-plist	21 Feb 2008 17:14:56 -0000
@@ -5,5 +5,11 @@
 %%SITE_PERL%%/Catalyst/Helper/View/Email.pm
 %%SITE_PERL%%/Catalyst/Helper/View/Email/Template.pm
 @dirrmtry %%SITE_PERL%%/mach/auto/Catalyst/View/Email
+ at dirrmtry %%SITE_PERL%%/mach/auto/Catalyst/View
+ at dirrmtry %%SITE_PERL%%/mach/auto/Catalyst
 @dirrmtry %%SITE_PERL%%/Catalyst/View/Email
+ at dirrmtry %%SITE_PERL%%/Catalyst/View
 @dirrmtry %%SITE_PERL%%/Catalyst/Helper/View/Email
+ at dirrmtry %%SITE_PERL%%/Catalyst/Helper/View
+ at dirrmtry %%SITE_PERL%%/Catalyst/Helper
+ at dirrmtry %%SITE_PERL%%/Catalyst


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



More information about the freebsd-ports-bugs mailing list