Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Mar 2006 13:08:13 +0300 (MSK)
From:      Denis Shaposhnikov <dsh@vlink.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dsh@vlink.ru
Subject:   ports/94047: Update port: www/p5-HTML-Mason (fix p5-libapreq2 dependency)
Message-ID:  <200603031008.k23A8Ddl081556@neva.vlink.ru>
Resent-Message-ID: <200603031010.k23AA7eU025430@freefall.freebsd.org>

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

>Number:         94047
>Category:       ports
>Synopsis:       Update port: www/p5-HTML-Mason (fix p5-libapreq2 dependency)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 03 10:10:07 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD neva.vlink.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Sun Feb 19 20:23:43 MSK 2006 dsh@neva.vlink.ru:/var/FreeBSD/obj/var/FreeBSD/src/sys/MYNERIC i386


	
>Description:
Fix p5-libapreq2 dependency. Thanks to Jeff Bachtel.

>How-To-Repeat:
	
>Fix:

diff -Nru p5-HTML-Mason.orig/Makefile p5-HTML-Mason/Makefile
--- p5-HTML-Mason.orig/Makefile	Sat Jan  7 05:25:39 2006
+++ p5-HTML-Mason/Makefile	Fri Mar  3 13:03:22 2006
@@ -68,7 +68,7 @@
 
 .if defined(WITH_MOD_PERL)
 .if defined(WITH_APACHE2)
-RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache2/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq2
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2
 .else
 RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq
 .endif
>Release-Note:
>Audit-Trail:
>Unformatted:



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