From owner-freebsd-ports-bugs Thu Feb 13 5:30:20 2003 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 02DB137B405 for ; Thu, 13 Feb 2003 05:30:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA09943F93 for ; Thu, 13 Feb 2003 05:30:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1DDUFNS022542 for ; Thu, 13 Feb 2003 05:30:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1DDUFIa022541; Thu, 13 Feb 2003 05:30:15 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18FE337B401 for ; Thu, 13 Feb 2003 05:23:49 -0800 (PST) Received: from happygiraffe.net (myrddin.gotadsl.co.uk [81.6.215.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A2E143F85 for ; Thu, 13 Feb 2003 05:23:48 -0800 (PST) (envelope-from dom@happygiraffe.net) Received: by ppe.happygiraffe.net (Postfix, from userid 1001) id 3A8CD5C24; Thu, 13 Feb 2003 11:09:02 +0000 (GMT) Message-Id: <20030213110902.3A8CD5C24@ppe.happygiraffe.net> Date: Thu, 13 Feb 2003 11:09:02 +0000 (GMT) From: Dominic Mitchell Reply-To: Dominic Mitchell To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48241: Latest version of www/p5-AxKit Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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