diff options
author | erwin <erwin@FreeBSD.org> | 2003-12-09 16:38:50 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-12-09 16:38:50 +0800 |
commit | cd0554fe4b4e9ee1ee711ec9089223f28353f1c9 (patch) | |
tree | c946491add9d4ae9a4dda4af8b920042e06d75a6 | |
parent | 50a7388bcdc29868e940d52c70a37686bdf9f2f4 (diff) | |
download | freebsd-ports-gnome-cd0554fe4b4e9ee1ee711ec9089223f28353f1c9.tar.gz freebsd-ports-gnome-cd0554fe4b4e9ee1ee711ec9089223f28353f1c9.tar.zst freebsd-ports-gnome-cd0554fe4b4e9ee1ee711ec9089223f28353f1c9.zip |
Update net/p5-OAI-Harvester to 0.9 from 0.82. New version contains a
number of bug fixes andaminor enhancements.
Port no longer uses YAML so this dependency has been removed.
While I'm here, fix a whitespace nit.
PR: 60060
Submitted by: maintainer
-rw-r--r-- | net/p5-OAI-Harvester/Makefile | 7 | ||||
-rw-r--r-- | net/p5-OAI-Harvester/distinfo | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net/p5-OAI-Harvester/Makefile b/net/p5-OAI-Harvester/Makefile index a2d3d01cd9ce..3ce8026b782a 100644 --- a/net/p5-OAI-Harvester/Makefile +++ b/net/p5-OAI-Harvester/Makefile @@ -6,7 +6,7 @@ # PORTNAME= OAI-Harvester -PORTVERSION= 0.82 +PORTVERSION= 0.9 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -17,8 +17,7 @@ COMMENT= A module to harvest using the OAI protocol BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML + ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -42,7 +41,7 @@ MAN1= oai-listsets.1 oai-listrecords.1 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 -IGNORE= Port requires perl 5.8.x or later. Install lang/perl5.8then try again +IGNORE= Port requires perl 5.8.x or later. Install lang/perl5.8 then try again .endif .include <bsd.port.post.mk> diff --git a/net/p5-OAI-Harvester/distinfo b/net/p5-OAI-Harvester/distinfo index 286e4ea6ab7f..bab190c2c4d3 100644 --- a/net/p5-OAI-Harvester/distinfo +++ b/net/p5-OAI-Harvester/distinfo @@ -1 +1 @@ -MD5 (OAI-Harvester-0.82.tar.gz) = e55e79eb8e2910a8a82cdae9a0ecef15 +MD5 (OAI-Harvester-0.9.tar.gz) = 2403437c2e23cc448b829deb82455d2f |