Date: Thu, 1 Jun 2006 17:10:16 -0600 (MDT) From: "Aaron Dalton" <aaron@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/98331: Update Port: textproc/p5-RDF-Simple 0.13->0.30 Message-ID: <200606012310.k51NAGeJ069152@moondance.itsy-bitsy.net> Resent-Message-ID: <200606012320.k51NKDjJ081859@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98331 >Category: ports >Synopsis: Update Port: textproc/p5-RDF-Simple 0.13->0.30 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 01 23:20:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Aaron Dalton >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: - Update from v0.13 to v0.3 - Restrict to Perl 5.6+ due to dependencies 0.3 18th April 2006 - removed dependency on Template::Toolkit and Class::MethodMaker ( latter build was breaking; former too complex.) 0.22 24th Sept 2005 - patch to recognise file:// and urn: as URIs 0.2 Mon May 24th 20:10:00 UTC - applied patch to deal with parsing URIs via a http_proxy - fixed a serialisato do with generated node ids >How-To-Repeat: >Fix: --- submission.txt begins here --- ? submission.txt Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-RDF-Simple/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 5 Dec 2005 10:59:29 -0000 1.2 +++ Makefile 1 Jun 2006 23:09:46 -0000 @@ -6,32 +6,32 @@ # PORTNAME= RDF-Simple -PORTVERSION= 0.13 -PORTREVISION= 1 +PORTVERSION= 0.30 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= RDF PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-0.3 MAINTAINER= ascope@cpan.org COMMENT= Read and write RDF without complication BUILD_DEPENDS= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ - ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ - ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \ - ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww + ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= RDF::Simple.3 RDF::Simple::Parser.3 RDF::Simple::Serialiser.3 +MAN3= RDF::Simple.3 \ + RDF::Simple::NS.3 \ + RDF::Simple::Parser.3 \ + RDF::Simple::Serialiser.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -post-patch: - @${PERL} -pi -e 's/^our (\S+)/use vars q{$$1};$$1/g' \ - ${WRKSRC}/lib/RDF/Simple.pm ${WRKSRC}/lib/RDF/Simple/*.pm +.if ${PERL_LEVEL} < 500600 #inherited from security/p5-Authen-SASL +IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again .endif .include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/textproc/p5-RDF-Simple/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 24 Jan 2006 03:09:52 -0000 1.2 +++ distinfo 1 Jun 2006 23:09:46 -0000 @@ -1,3 +1,3 @@ -MD5 (RDF-Simple-0.13.tar.gz) = f8de39dee049070b94e05ddeb45ba34b -SHA256 (RDF-Simple-0.13.tar.gz) = 8aad30e6a9ca9c6a1be440a6b59020cce1752ad44609852da8cca0c29448427e -SIZE (RDF-Simple-0.13.tar.gz) = 16835 +MD5 (RDF-Simple-0.3.tar.gz) = e49933a243a323a4b4f5867d5c0a25aa +SHA256 (RDF-Simple-0.3.tar.gz) = 9f790ff225ed6168001881119bda1b8c5e50bd6bdc62384765d2fdf7698b2e1c +SIZE (RDF-Simple-0.3.tar.gz) = 17985 Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/textproc/p5-RDF-Simple/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 2 Aug 2004 15:53:28 -0000 1.1 +++ pkg-descr 1 Jun 2006 23:09:46 -0000 @@ -2,3 +2,4 @@ of RDF graphs. WWW: http://search.cpan.org/dist/RDF-Simple/ +Author: Jo Walsh <jo@london.pm.org> --- submission.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606012310.k51NAGeJ069152>