diff options
author | jadawin <jadawin@FreeBSD.org> | 2011-10-18 21:08:37 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2011-10-18 21:08:37 +0800 |
commit | 448adf00099dd2a191d67c3829314c35f1ff5783 (patch) | |
tree | e7f49beae840a9c3444dd8756ef832c1061065d7 /textproc | |
parent | 03a342cc2b6cd58f957f260ef523214d231d851f (diff) | |
download | freebsd-ports-gnome-448adf00099dd2a191d67c3829314c35f1ff5783.tar.gz freebsd-ports-gnome-448adf00099dd2a191d67c3829314c35f1ff5783.tar.zst freebsd-ports-gnome-448adf00099dd2a191d67c3829314c35f1ff5783.zip |
- Update to 0.04
PR: ports/161341
Submitted by: TERAMOTO Masahiro <markun _AT_ onohara.to>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-FOAF/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-XML-FOAF/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/p5-XML-FOAF/Makefile b/textproc/p5-XML-FOAF/Makefile index 21e54445a4fd..69386c4835c1 100644 --- a/textproc/p5-XML-FOAF/Makefile +++ b/textproc/p5-XML-FOAF/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-FOAF -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BTROTT @@ -15,8 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Parse FOAF (Friend of a Friend) data -BUILD_DEPENDS= ${SITE_PERL}/RDF/Core.pm:${PORTSDIR}/textproc/p5-RDF-Core -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \ + p5-RDF-Core>=0:${PORTSDIR}/textproc/p5-RDF-Core +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/textproc/p5-XML-FOAF/distinfo b/textproc/p5-XML-FOAF/distinfo index a64b05d69091..ebac1cc0329f 100644 --- a/textproc/p5-XML-FOAF/distinfo +++ b/textproc/p5-XML-FOAF/distinfo @@ -1,2 +1,2 @@ -SHA256 (XML-FOAF-0.03.tar.gz) = 1a9f8a101e48c56d0d091c60c1d8f25efc9aca9fc58ba7d0b745dfa9fe8c35da -SIZE (XML-FOAF-0.03.tar.gz) = 18600 +SHA256 (XML-FOAF-0.04.tar.gz) = cb8e14a34aa411bc3d92b5ce05d1db6a15e26e6eb290dba94a3d1bb4148a36cc +SIZE (XML-FOAF-0.04.tar.gz) = 49013 |