Index: head/textproc/p5-XML-SimpleObject/Makefile =================================================================== --- head/textproc/p5-XML-SimpleObject/Makefile (revision 88579) +++ head/textproc/p5-XML-SimpleObject/Makefile (revision 88580) @@ -1,29 +1,32 @@ # New ports collection makefile for: p5-XML-SimpleObject # Date created: 14 November 2001 # Whom: steve # # $FreeBSD$ # PORTNAME= XML-SimpleObject PORTVERSION= 0.53 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= API for accessing the structure of an XML document BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser WRKSRC?= ${WRKDIR}/${PORTNAME}${PORTVERSION} PERL_CONFIGURE= YES CONFIGURE_ARGS+= DIR='Enhanced' MAN3= XML::SimpleObject.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +post-patch: + ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \ + ${WRKSRC}/SimpleObject.pm ${WRKSRC}/LibXML/LibXML.pm .include Property changes on: head/textproc/p5-XML-SimpleObject/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/textproc/p5-XML-SimpleObject/files/patch-Enhanced-Makefile.PL =================================================================== --- head/textproc/p5-XML-SimpleObject/files/patch-Enhanced-Makefile.PL (nonexistent) +++ head/textproc/p5-XML-SimpleObject/files/patch-Enhanced-Makefile.PL (revision 88580) @@ -0,0 +1,9 @@ +--- Enhanced/Makefile.PL.orig Fri Sep 5 09:20:57 2003 ++++ Enhanced/Makefile.PL Fri Sep 5 09:21:13 2003 +@@ -4,5 +4,5 @@ + + WriteMakefile( + 'NAME' => 'XML::SimpleObject::Enhanced', +- 'VERSION_FROM' => 'Enhanced.pm', # finds $VERSION ++ 'VERSION' => '0.53', + ); Property changes on: head/textproc/p5-XML-SimpleObject/files/patch-Enhanced-Makefile.PL ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/textproc/p5-XML-SimpleObject/files/patch-LibXML-Makefile.PL =================================================================== --- head/textproc/p5-XML-SimpleObject/files/patch-LibXML-Makefile.PL (nonexistent) +++ head/textproc/p5-XML-SimpleObject/files/patch-LibXML-Makefile.PL (revision 88580) @@ -0,0 +1,9 @@ +--- LibXML/Makefile.PL.orig Fri Sep 5 09:11:38 2003 ++++ LibXML/Makefile.PL Fri Sep 5 09:11:56 2003 +@@ -9,5 +9,5 @@ + print "OK\n"; + WriteMakefile( + 'NAME' => 'XML::SimpleObject::LibXML', +- 'VERSION_FROM' => 'LibXML.pm', # finds $VERSION ++ 'VERSION' => '0.53', + ); Property changes on: head/textproc/p5-XML-SimpleObject/files/patch-LibXML-Makefile.PL ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/textproc/p5-XML-SimpleObject/files/patch-Makefile.PL =================================================================== --- head/textproc/p5-XML-SimpleObject/files/patch-Makefile.PL (nonexistent) +++ head/textproc/p5-XML-SimpleObject/files/patch-Makefile.PL (revision 88580) @@ -0,0 +1,9 @@ +--- Makefile.PL.orig Fri Sep 5 09:09:14 2003 ++++ Makefile.PL Fri Sep 5 09:09:41 2003 +@@ -9,5 +9,5 @@ + + WriteMakefile( + 'NAME' => 'XML::SimpleObject', +- 'VERSION_FROM' => 'SimpleObject.pm', # finds $VERSION ++ 'VERSION' => '0.53', + ); Property changes on: head/textproc/p5-XML-SimpleObject/files/patch-Makefile.PL ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property