diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-03 01:31:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-03 01:31:24 +0800 |
commit | 1f4b0891f71389190325055cb8eca169e620de97 (patch) | |
tree | c091595a74e46a697d632f02daec9d2027e95207 /astro | |
parent | ca3dc70a0962fa0c7987007fb33b08c8ade8aa2a (diff) | |
download | freebsd-ports-gnome-1f4b0891f71389190325055cb8eca169e620de97.tar.gz freebsd-ports-gnome-1f4b0891f71389190325055cb8eca169e620de97.tar.zst freebsd-ports-gnome-1f4b0891f71389190325055cb8eca169e620de97.zip |
- Update to 0.23
Changes: http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-SIMBAD-Client/Makefile | 12 | ||||
-rw-r--r-- | astro/p5-Astro-SIMBAD-Client/distinfo | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/astro/p5-Astro-SIMBAD-Client/Makefile b/astro/p5-Astro-SIMBAD-Client/Makefile index 01fd5b6428ae..e7f7be173f85 100644 --- a/astro/p5-Astro-SIMBAD-Client/Makefile +++ b/astro/p5-Astro-SIMBAD-Client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Astro-SIMBAD-Client -PORTVERSION= 0.022 +PORTVERSION= 0.023 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,15 +14,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= An object-oriented interface to SIMBAD4 -BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - p5-HTML-Parser>=3.60:${PORTSDIR}/www/p5-HTML-Parser \ - p5-SOAP-Lite>0:${PORTSDIR}/net/p5-SOAP-Lite \ +BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-XML-DoubleEncodedEntities>=1.0:${PORTSDIR}/textproc/p5-XML-DoubleEncodedEntities + p5-XML-DoubleEncodedEntities>=1:${PORTSDIR}/textproc/p5-XML-DoubleEncodedEntities \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ARGS+= -y +CONFIGURE_ARGS= -y MAN1= simbadc.1 MAN3= Astro::SIMBAD::Client.3 diff --git a/astro/p5-Astro-SIMBAD-Client/distinfo b/astro/p5-Astro-SIMBAD-Client/distinfo index 1515c10b3a29..4afbd63bdd95 100644 --- a/astro/p5-Astro-SIMBAD-Client/distinfo +++ b/astro/p5-Astro-SIMBAD-Client/distinfo @@ -1,2 +1,2 @@ -SHA256 (Astro-SIMBAD-Client-0.022.tar.gz) = ec6b182b8157e3e8a81a6bb6c73a3316db11f14a8add2364804b41449346ea74 -SIZE (Astro-SIMBAD-Client-0.022.tar.gz) = 50046 +SHA256 (Astro-SIMBAD-Client-0.023.tar.gz) = 84886119d6284eb762951ecf4804f969f05850ccd8721f8e281e249d1a72ead2 +SIZE (Astro-SIMBAD-Client-0.023.tar.gz) = 55056 |