ports/57924: Update port: www/p5-Apache-Peek 0.9501 -> 1.01

Trevor S. Cornpropst tcornpropst at cox.net
Mon Oct 13 01:10:23 UTC 2003


>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 at 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 <leo at florida.sarang.net>
+# New ports collection makefile for:	Apache-Peek
+# Date Created:				24-Jul-2000
+# Whom:					Leo Kim <leo at florida.sarang.net>
 #
-# $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 at 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 <bsd.port.pre.mk>
+MAN3=		Apache::Peek.3
 
-.if ${OSVERSION} >= 500113
-BROKEN=         "Does not compile"
-.endif
+INSTALLS_SHLIB=	YES
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


--- /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
- at 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
+ at 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 at florida.sarang.net


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



More information about the freebsd-ports-bugs mailing list