Date: Tue, 26 Jul 2005 16:24:58 -0400 (EDT) From: "Philip M. Gollucci" <pgollucci@apache.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org Subject: ports/84143: Update www/p5-Apache-Peek 1.02 -> 1.04, request maintership, unbreak mp2 builds Message-ID: <200507262024.j6QKOwj9084394@vegeta.p6m7g8.net> Resent-Message-ID: <200507262030.j6QKUG9B083270@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84143 >Category: ports >Synopsis: Update www/p5-Apache-Peek 1.02 -> 1.04, request maintership, unbreak mp2 builds >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 26 20:30:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 6.0-CURRENT i386 >Organization: P6M7G8 Consulting >Environment: System: FreeBSD vegeta.p6m7g8.net 6.0-CURRENT FreeBSD 6.0-CURRENT #1: Wed Dec 22 21:08:50 EST 2004 root@vegeta.p6m7g8.net:/usr/obj/usr/src/sys/VEGETA i386 >Description: Update to 1.04, I'm the CPAN maintainer now; so request maintainership. Fix mp2/apache2 builds. Maintainer CC'ed --- p5-Apache-Peek.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-Apache-Peek/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 17 May 2005 17:18:22 -0000 1.12 +++ Makefile 26 Jul 2005 20:22:31 -0000 @@ -6,18 +6,17 @@ # PORTNAME= Apache-Peek -PORTVERSION= 1.02 +PORTVERSION= 1.04 CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../../authors/id/S/ST/STAS +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/P/PG/PGOLLUCCI PKGNAMEPREFIX= p5- -MAINTAINER= skv@FreeBSD.org +MAINTAINER= pgollucci@p6m7g8.com COMMENT= A data debugging tool for the XS programmer (under mod_perl) .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 MOD_PERL= 2 .else BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ @@ -29,6 +28,12 @@ CONFIGURE_ARGS= -httpd ${LOCALBASE}/sbin/httpd +.if defined(WITH_MODPERL2) +CONFIGURE_ARGS+= INC='-I/usr/local/include/apache2/ \ + -I/usr/local/include/apache2/modules \ + -I/usr/local/include/apache2/modules/perl' +.endif + MAN3= Apache::Peek.3 .include <bsd.port.pre.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-Apache-Peek/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 12 Feb 2005 15:10:19 -0000 1.3 +++ distinfo 26 Jul 2005 20:22:31 -0000 @@ -1,2 +1,2 @@ -MD5 (Apache-Peek-1.02.tar.gz) = 160f9c78fcf6d7d034ce83bf7b4c118b -SIZE (Apache-Peek-1.02.tar.gz) = 23500 +MD5 (Apache-Peek-1.04.tar.gz) = 1b69d9871b3880312f7dfce998f290f7 +SIZE (Apache-Peek-1.04.tar.gz) = 48421 --- p5-Apache-Peek.diff ends here --- >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507262024.j6QKOwj9084394>