Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2009 01:51:14 GMT
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        hcoyote@ghostar.org
Subject:   ports/133629: [PATCH] www/p5-MasonX-WebApp: unbreak WITH_MODPERL2=yes
Message-ID:  <200904120151.n3C1pE3x001612@mail.bluecottontech.com>
Resent-Message-ID: <200904120200.n3C20CFV006169@freefall.freebsd.org>

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

>Number:         133629
>Category:       ports
>Synopsis:       [PATCH] www/p5-MasonX-WebApp: unbreak WITH_MODPERL2=yes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 12 02:00:11 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 7.1-RELEASE-p3 amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD mail.bluecottontech.com 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #1: Tue Mar 10 22:10:18 UTC 2009
>Description:
- Unbreak WITH_MODPERL2=yes

Port maintainer (hcoyote@ghostar.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-MasonX-WebApp-0.12_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-MasonX-WebApp/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	17 Apr 2008 14:30:10 -0000	1.7
+++ Makefile	12 Apr 2009 01:50:51 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	MasonX-WebApp
 PORTVERSION=	0.12
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -22,8 +23,7 @@
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 .if defined(WITH_MODPERL2)
-BROKEN=		Broken due the new mod_perl2 API
-BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2
+BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
 .else
 BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
 .endif
--- p5-MasonX-WebApp-0.12_1.patch ends here ---

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



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