diff options
author | daichi <daichi@FreeBSD.org> | 2003-10-14 11:58:15 +0000 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-10-14 11:58:15 +0000 |
commit | 2bc9eed7ae1eb8e9d5218c79850058cd2a000567 (patch) | |
tree | a23022bb949106e2152ca5c6a330b4ab7d087ec6 /astro/p5-Astro-Catalog | |
parent | 3492ac010180474b998a8d9223371d48fa639db2 (diff) | |
download | FreeBSD-ports-2bc9eed7ae1eb8e9d5218c79850058cd2a000567.zip FreeBSD-ports-2bc9eed7ae1eb8e9d5218c79850058cd2a000567.tar.gz |
update astro/p5-Astro-Catalog: 1.8.1 -> 2.1.3
PR: 57993
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
Diffstat (limited to 'astro/p5-Astro-Catalog')
-rw-r--r-- | astro/p5-Astro-Catalog/Makefile | 7 | ||||
-rw-r--r-- | astro/p5-Astro-Catalog/distinfo | 2 | ||||
-rw-r--r-- | astro/p5-Astro-Catalog/pkg-plist | 24 |
3 files changed, 18 insertions, 15 deletions
diff --git a/astro/p5-Astro-Catalog/Makefile b/astro/p5-Astro-Catalog/Makefile index 8634e84..5e83106 100644 --- a/astro/p5-Astro-Catalog/Makefile +++ b/astro/p5-Astro-Catalog/Makefile @@ -7,7 +7,7 @@ # PORTNAME= Astro-Catalog -PORTVERSION= 1.8.1 +PORTVERSION= 2.1.3 CATEGORIES= astro perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://www.astro.ex.ac.uk/estar/software/ @@ -18,15 +18,16 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A generic stellar catalogue object BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} PERL_CONFIGURE= yes +MAN1= catalogs.1 supercosmos.1 finder.1 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Astro::Catalog.3 \ Astro::Catalog::GSC::Query.3 \ Astro::Catalog::Star.3 \ + Astro::Catalog::SuperCOSMOS::Query.3 \ Astro::Catalog::USNOA2::Query.3 .include <bsd.port.mk> diff --git a/astro/p5-Astro-Catalog/distinfo b/astro/p5-Astro-Catalog/distinfo index bf85278..eca7516 100644 --- a/astro/p5-Astro-Catalog/distinfo +++ b/astro/p5-Astro-Catalog/distinfo @@ -1 +1 @@ -MD5 (Astro-Catalog-1.8.1.tar.gz) = 5a0fa1bae0d50993024863a05bf9418f +MD5 (Astro-Catalog-2.1.3.tar.gz) = 7a48f16dff53ec5f496ea938fc8279cb diff --git a/astro/p5-Astro-Catalog/pkg-plist b/astro/p5-Astro-Catalog/pkg-plist index 74040b4..4337c10 100644 --- a/astro/p5-Astro-Catalog/pkg-plist +++ b/astro/p5-Astro-Catalog/pkg-plist @@ -1,11 +1,13 @@ -lib/perl5/site_perl/%%PERL_VER%%/Astro/Catalog.pm -lib/perl5/site_perl/%%PERL_VER%%/Astro/Catalog/GSC/Query.pm -lib/perl5/site_perl/%%PERL_VER%%/Astro/Catalog/Star.pm -lib/perl5/site_perl/%%PERL_VER%%/Astro/Catalog/USNOA2/Query.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/Catalog/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Astro/Catalog/GSC -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Astro/Catalog/USNOA2 -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Astro/Catalog -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/Catalog -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Astro 2>/dev/null || true +%%SITE_PERL%%/Astro/Catalog.pm +%%SITE_PERL%%/Astro/Catalog/GSC/Query.pm +%%SITE_PERL%%/Astro/Catalog/Star.pm +%%SITE_PERL%%/Astro/Catalog/SuperCOSMOS/Query.pm +%%SITE_PERL%%/Astro/Catalog/USNOA2/Query.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Catalog/.packlist +@dirrm %%SITE_PERL%%/Astro/Catalog/GSC +@dirrm %%SITE_PERL%%/Astro/Catalog/SuperCOSMOS +@dirrm %%SITE_PERL%%/Astro/Catalog/USNOA2 +@dirrm %%SITE_PERL%%/Astro/Catalog +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Catalog +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Astro 2>/dev/null || true |