From aaron@moondance.itsy-bitsy.net  Thu Jun  1 23:12:54 2006
Return-Path: <aaron@moondance.itsy-bitsy.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B742116A50E
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  1 Jun 2006 23:12:54 +0000 (UTC)
	(envelope-from aaron@moondance.itsy-bitsy.net)
Received: from mpls-qmqp-04.inet.qwest.net (mpls-qmqp-04.inet.qwest.net [63.231.195.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 50F8843D46
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  1 Jun 2006 23:12:54 +0000 (GMT)
	(envelope-from aaron@moondance.itsy-bitsy.net)
Received: from mpls-pop-09.inet.qwest.net (mpls-pop-09.inet.qwest.net [63.231.195.9])
	by mpls-qmqp-04.inet.qwest.net (Postfix) with QMQP id AF5C622DD2F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  1 Jun 2006 23:12:53 +0000 (UTC)
Received: from unknown (HELO mail.itsy-bitsy.net) (63.231.83.246)
  by mpls-pop-09.inet.qwest.net with SMTP; 1 Jun 2006 23:12:53 -0000
Received: from [127.0.0.1] (helo=moondance.itsy-bitsy.net)
	by mail.itsy-bitsy.net with esmtp (Exim 4.62 (FreeBSD))
	(envelope-from <aaron@moondance.itsy-bitsy.net>)
	id 1FlwIy-000HzN-Tm
	for FreeBSD-gnats-submit@freebsd.org; Thu, 01 Jun 2006 17:10:17 -0600
Received: (from aaron@localhost)
	by moondance.itsy-bitsy.net (8.13.3/8.13.3/Submit) id k51NAGeJ069152;
	Thu, 1 Jun 2006 17:10:16 -0600 (MDT)
	(envelope-from aaron)
Message-Id: <200606012310.k51NAGeJ069152@moondance.itsy-bitsy.net>
Date: Thu, 1 Jun 2006 17:10:16 -0600 (MDT)
From: "Aaron Dalton" <aaron@freebsd.org>
Reply-To: Aaron Dalton <aaron@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update Port: textproc/p5-RDF-Simple 0.13->0.30
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ascope@cpan.org

>Number:         98331
>Category:       ports
>Synopsis:       Update Port: textproc/p5-RDF-Simple 0.13->0.30
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    aaron
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 01 23:20:13 GMT 2006
>Closed-Date:    Thu Jun 15 01:21:53 GMT 2006
>Last-Modified:  Thu Jun 15 01:21:53 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->aaron 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jun 1 23:24:32 UTC 2006 
Responsible-Changed-Why:  
Submitter has GNATS access 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98331 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jun 1 23:24:50 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98331 
State-Changed-From-To: feedback->closed 
State-Changed-By: aaron 
State-Changed-When: Thu Jun 15 01:21:52 UTC 2006 
State-Changed-Why:  
Committed after maintainer timeout. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98331 
>Unformatted:
