diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-04-23 15:28:50 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-04-23 15:28:50 +0000 |
commit | 6bc01b9f2056916ced832bb57f5028379e67646b (patch) | |
tree | d3dff02b3e5147d57f902d25475ccd278de1373b /textproc/p5-RDF-Simple | |
parent | cc7ef23dfa5e561cfe0e64996d95ea1299462066 (diff) | |
download | ports-6bc01b9f2056916ced832bb57f5028379e67646b.tar.gz ports-6bc01b9f2056916ced832bb57f5028379e67646b.zip |
Notes
Diffstat (limited to 'textproc/p5-RDF-Simple')
-rw-r--r-- | textproc/p5-RDF-Simple/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-RDF-Simple/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-RDF-Simple/pkg-plist | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/textproc/p5-RDF-Simple/Makefile b/textproc/p5-RDF-Simple/Makefile index 58df2e3a258e..52b03e6b1d0e 100644 --- a/textproc/p5-RDF-Simple/Makefile +++ b/textproc/p5-RDF-Simple/Makefile @@ -6,7 +6,7 @@ # PORTNAME= RDF-Simple -PORTVERSION= 0.40.9 +PORTVERSION= 0.41.1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -34,4 +34,7 @@ MAN3= RDF::Simple.3 \ RDF::Simple::Serialiser.3 \ RDF::Simple::Serializer.3 +post-patch: + ${REINPLACE_CMD} -i '' -e '/Sink/d' ${WRKSRC}/lib/RDF/Simple/Parser.pm + .include <bsd.port.mk> diff --git a/textproc/p5-RDF-Simple/distinfo b/textproc/p5-RDF-Simple/distinfo index 01bc4800379c..4a3a7d738d77 100644 --- a/textproc/p5-RDF-Simple/distinfo +++ b/textproc/p5-RDF-Simple/distinfo @@ -1,3 +1,3 @@ -MD5 (RDF-Simple-0.409.tar.gz) = e7bdd721a88d54b8e1ac87d3c6b24b67 -SHA256 (RDF-Simple-0.409.tar.gz) = d583fbe535c120e60dbd66eb9edc4b3385e5cd0320f914a0e16fc08f250a308e -SIZE (RDF-Simple-0.409.tar.gz) = 27034 +MD5 (RDF-Simple-0.411.tar.gz) = d12f611671ab59ae4d9237057069be38 +SHA256 (RDF-Simple-0.411.tar.gz) = a853514e60be2be3f898af4867f0c5d1233e1491f26f612ef4fd17146af8e6b1 +SIZE (RDF-Simple-0.411.tar.gz) = 28171 diff --git a/textproc/p5-RDF-Simple/pkg-plist b/textproc/p5-RDF-Simple/pkg-plist index 4d1839251e8d..1cb8ab12b88f 100644 --- a/textproc/p5-RDF-Simple/pkg-plist +++ b/textproc/p5-RDF-Simple/pkg-plist @@ -4,7 +4,6 @@ %%SITE_PERL%%/RDF/Simple/Parser/Attribs.pm %%SITE_PERL%%/RDF/Simple/Parser/Element.pm %%SITE_PERL%%/RDF/Simple/Parser/Handler.pm -%%SITE_PERL%%/RDF/Simple/Parser/Sink.pm %%SITE_PERL%%/RDF/Simple/Serialiser.pm %%SITE_PERL%%/RDF/Simple/Serializer.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RDF/Simple/.packlist |