From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 12 18:10:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3748016A4B3 for ; Sun, 12 Oct 2003 18:10:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DE7E43FCB for ; Sun, 12 Oct 2003 18:10:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9D1AKFY061877 for ; Sun, 12 Oct 2003 18:10:20 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9D1AKG6061876; Sun, 12 Oct 2003 18:10:20 -0700 (PDT) (envelope-from gnats) Resent-Date: Sun, 12 Oct 2003 18:10:20 -0700 (PDT) Resent-Message-Id: <200310130110.h9D1AKG6061876@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Trevor S. Cornpropst" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ABD616A4B3 for ; Sun, 12 Oct 2003 18:07:23 -0700 (PDT) Received: from lakemtao02.cox.net (lakemtao02.cox.net [68.1.17.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FCD643F85 for ; Sun, 12 Oct 2003 18:07:22 -0700 (PDT) (envelope-from tsc@cox.net) Received: from beastie.cornpropst.net ([68.110.240.24]) by lakemtao02.cox.netESMTP <20031013010721.ZOTU17750.lakemtao02.cox.net@beastie.cornpropst.net> for ; Sun, 12 Oct 2003 21:07:21 -0400 Received: from beastie.cornpropst.net (localhost.cornpropst.net [127.0.0.1]) h9D17LUk011659 for ; Sun, 12 Oct 2003 21:07:21 -0400 (EDT) (envelope-from tsc@beastie.cornpropst.net) Received: (from tsc@localhost) by beastie.cornpropst.net (8.12.9/8.12.9/Submit) id h9D17LFH011658; Sun, 12 Oct 2003 21:07:21 -0400 (EDT) Message-Id: <200310130107.h9D17LFH011658@beastie.cornpropst.net> Date: Sun, 12 Oct 2003 21:07:21 -0400 (EDT) From: "Trevor S. Cornpropst" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/57924: Update port: www/p5-Apache-Peek 0.9501 -> 1.01 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Trevor S. Cornpropst" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2003 01:10:23 -0000 >Number: 57924 >Category: ports >Synopsis: Update port: www/p5-Apache-Peek 0.9501 -> 1.01 >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: Sun Oct 12 18:10:20 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Trevor S. Cornpropst >Release: FreeBSD 5.1-RELEASE i386 >Organization: N/A >Environment: System: FreeBSD beastie.cornpropst.net 5.1-RELEASE FreeBSD 5.1-RELEASE #1: Sun Jun 15 13:33:04 EDT 2003 root@beastie.cornpropst.net:/usr/obj/usr/src/sys/BEASTIE i386 >Description: Update to www/p5-Apache-Peek. The version is out of date and marked broken on 5.1-RELEASE. The new Apache-Peek 1.01 has fewer dependencies and builds clean. >How-To-Repeat: N/A >Fix: --- /usr/ports/www/p5-Apache-Peek/Makefile Sat Jun 7 20:29:45 2003 +++ ./Makefile Sat Oct 11 01:46:57 2003 @@ -1,32 +1,37 @@ -# New ports collection makefile for: p5-Apache-Peek -# Date created: 24-Jul-2000 -# Whom: Leo Kim +# New ports collection makefile for: Apache-Peek +# Date Created: 24-Jul-2000 +# Whom: Leo Kim # -# $FreeBSD: ports/www/p5-Apache-Peek/Makefile,v 1.6 2003/06/04 22:43:37 kris Exp $ +# $FreeBSD$ # PORTNAME= Apache-Peek -PORTVERSION= 0.9501 +PORTVERSION= 1.01 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=Apache PKGNAMEPREFIX= p5- MAINTAINER= leo@florida.sarang.net -COMMENT= A perl5 data debugging tool for the XS programmer +COMMENT= A data debugging tool for the XS programmer (under mod_perl) -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/B/Graph.pm:${PORTSDIR}/devel/p5-B-Graph +.if defined(WITH_MODPERL2) +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2 \ + ${SITE_PERL}/Apache2/Test.pm:${PORTSDIR}/www/p5-Apache-Test +MOD_PERL= 2 +.else +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ + ${SITE_PERL}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test +MOD_PERL= 1 +.endif +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES -MAN3= Apache::Peek.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +CONFIGURE_ARGS= -httpd ${LOCALBASE}/sbin/httpd -.include +MAN3= Apache::Peek.3 -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" -.endif +INSTALLS_SHLIB= YES -.include +.include --- /usr/ports/www/p5-Apache-Peek/pkg-plist Fri Aug 11 01:07:58 2000 +++ ./pkg-plist Sat Oct 11 12:04:55 2003 @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Peek.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Peek/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Peek/Peek.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Peek/Peek.so -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Peek +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Peek/Peek.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Peek/Peek.bs +%%SITE_PERL%%/%%PERL_ARCH%%/Apache/Peek.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Peek/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Peek --- /usr/ports/www/p5-Apache-Peek/distinfo Fri Aug 11 01:07:57 2000 +++ ./distinfo Fri Oct 3 22:56:10 2003 @@ -1 +1 @@ -MD5 (Apache-Peek-0.9501.tar.gz) = aadaa2f9a37cba78d614e3ba9fd630e8 +MD5 (Apache-Peek-1.01.tar.gz) = 8807a259aec05e324d48aef7780d2272 --- /usr/ports/www/p5-Apache-Peek/pkg-descr Fri Aug 11 01:07:58 2000 +++ ./pkg-descr Fri Oct 10 20:59:08 2003 @@ -1,7 +1,6 @@ -Apache::Peek is Ilya Zakharevich's Devel::Peek module that sends -output to the browser instead of stderr. +A data debugging tool for the XS programmer (under mod_perl) -WWW: http://search.cpan.org/doc/DOUGM/mod_perl-1.24/apache-modlist.html +WWW: http://stason.org - Leo Kim leo@florida.sarang.net >Release-Note: >Audit-Trail: >Unformatted: