Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2003 11:09:02 +0000 (GMT)
From:      Dominic Mitchell <dom@happygiraffe.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48241: Latest version of www/p5-AxKit
Message-ID:  <20030213110902.3A8CD5C24@ppe.happygiraffe.net>

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

>Number:         48241
>Category:       ports
>Synopsis:       Latest version of www/p5-AxKit
>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:   Thu Feb 13 05:30:15 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Mitchell
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD ppe.happygiraffe.net 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Thu Jan 16 22:16:53 GMT 2003 root@hollin.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386

	perl 5.8.0
	apache 1.3.27

>Description:
	This is the latest version of AxKit.
>How-To-Repeat:
	n/a
>Fix:

	Here's the patch.

diff -urN /usr/ports/www/p5-AxKit/Makefile p5-AxKit/Makefile
--- /usr/ports/www/p5-AxKit/Makefile	Tue Jul 23 01:53:09 2002
+++ p5-AxKit/Makefile	Thu Feb 13 10:53:59 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	AxKit
-PORTVERSION=	1.6
+PORTVERSION=	1.6.1
 CATEGORIES=	www
 MASTER_SITES=	http://www.axkit.org/download/
 PKGNAMEPREFIX=	p5-
@@ -18,6 +18,7 @@
 		${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq \
 		${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
 		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
+		${SITE_PERL}/${PERL_ARCH}/HTTP/GHTTP.pm:${PORTSDIR}/www/p5-HTTP-GHTTP \
 		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
 		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
 		${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
@@ -30,6 +31,9 @@
 
 SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
 
+# XXX Glitch in this release...
+WRKSRC=		${WRKDIR}/${PORTNAME}-1.61
+
 MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 MAN3=		\
 		Apache::AxKit::Language.3 \
@@ -40,10 +44,12 @@
 		Apache::AxKit::Language::XSP.3 \
 		Apache::AxKit::Language::XSP::SimpleTaglib.3 \
 		Apache::AxKit::Language::XSP::TaglibHelper.3 \
+		Apache::AxKit::MediaChooser::WAPCheck.3 \
 		Apache::AxKit::Plugin::Fragment.3 \
 		Apache::AxKit::Plugin::Passthru.3 \
 		Apache::AxKit::Plugin::QueryStringCache.3 \
 		Apache::AxKit::Provider.3 \
+		Apache::AxKit::Provider::FileWrite.3 \
 		Apache::AxKit::StyleChooser::Cookie.3 \
 		Apache::AxKit::StyleChooser::FileSuffix.3 \
 		Apache::AxKit::StyleChooser::PathInfo.3 \
@@ -53,13 +59,9 @@
 
 PERL_CONFIGURE=	yes
 CONFIGURE_ARGS=	INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' \
-		LIBS='-L${LOCALBASE}/lib'
-
-do-configure:
-	@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL \
-		OPTIMIZE="${CFLAGS}" \
-		INC="-I${LOCALBASE}/include" \
-		LIBS="-L${LOCALBASE}/include"
+		LIBS='-L${LOCALBASE}/lib' \
+		OPTIMIZE="${CFLAGS}"
+CONFIGURE_ENV+=	PERL_EXTUTILS_AUTOINSTALL='--defaultdeps'
 
 EX_DIR=${PREFIX}/share/examples/${PORTNAME}
 post-install:
diff -urN /usr/ports/www/p5-AxKit/distinfo p5-AxKit/distinfo
--- /usr/ports/www/p5-AxKit/distinfo	Tue Jul 23 01:53:09 2002
+++ p5-AxKit/distinfo	Thu Feb 13 07:52:33 2003
@@ -1 +1 @@
-MD5 (AxKit-1.6.tar.gz) = e03e0a50bcfc41aec1714512a404b019
+MD5 (AxKit-1.6.1.tar.gz) = 94b8149a9bf5337ce98d78629793c1b2
diff -urN /usr/ports/www/p5-AxKit/pkg-plist p5-AxKit/pkg-plist
--- /usr/ports/www/p5-AxKit/pkg-plist	Tue Jul 23 01:53:09 2002
+++ p5-AxKit/pkg-plist	Thu Feb 13 10:53:22 2003
@@ -24,6 +24,7 @@
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Plugin/QueryStringCache.pm
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Provider.pm
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Provider/File.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Provider/FileWrite.pm
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Provider/Filter.pm
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/Provider/Scalar.pm
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/AxKit/StyleChooser/Cookie.pm
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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