aboutsummaryrefslogtreecommitdiff
path: root/astro/p5-Astro-SIMBAD
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-10-16 22:10:58 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-10-16 22:10:58 +0000
commit8f874048ecbe6610f0fc9b7160c374fc78a321bf (patch)
tree550a32b4d9b51eb147e11149c9a0e1c1d690ad46 /astro/p5-Astro-SIMBAD
parent39ecdb70d6bc750ed1314cb9bb19fd1d9351a7ca (diff)
downloadports-8f874048ecbe6610f0fc9b7160c374fc78a321bf.tar.gz
ports-8f874048ecbe6610f0fc9b7160c374fc78a321bf.zip
. Update to 1.9.5.
. Use SITE_PERL. PR: 57995 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes: svn path=/head/; revision=91456
Diffstat (limited to 'astro/p5-Astro-SIMBAD')
-rw-r--r--astro/p5-Astro-SIMBAD/Makefile6
-rw-r--r--astro/p5-Astro-SIMBAD/distinfo2
-rw-r--r--astro/p5-Astro-SIMBAD/pkg-plist20
3 files changed, 15 insertions, 13 deletions
diff --git a/astro/p5-Astro-SIMBAD/Makefile b/astro/p5-Astro-SIMBAD/Makefile
index e2993c17e09a..68b783ff497a 100644
--- a/astro/p5-Astro-SIMBAD/Makefile
+++ b/astro/p5-Astro-SIMBAD/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= Astro-SIMBAD
-PORTVERSION= 1.9.3
+PORTVERSION= 1.9.5
CATEGORIES= astro perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
http://www.astro.ex.ac.uk/estar/software/
@@ -20,11 +20,11 @@ COMMENT= An OO Perl interface to the SIMBAD astronomical database
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
-SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= Astro::SIMBAD::Query.3 \
+MAN3= Astro::SIMBAD.3 \
+ Astro::SIMBAD::Query.3 \
Astro::SIMBAD::Result.3 \
Astro::SIMBAD::Result::Object.3
diff --git a/astro/p5-Astro-SIMBAD/distinfo b/astro/p5-Astro-SIMBAD/distinfo
index 1ea907d30de4..e1ce906b2bc6 100644
--- a/astro/p5-Astro-SIMBAD/distinfo
+++ b/astro/p5-Astro-SIMBAD/distinfo
@@ -1 +1 @@
-MD5 (Astro-SIMBAD-1.9.3.tar.gz) = 2c56eeeb3fbab101c7ad9e38ee0e84e1
+MD5 (Astro-SIMBAD-1.9.5.tar.gz) = e61a729e27b85955a3e63d6c3294add0
diff --git a/astro/p5-Astro-SIMBAD/pkg-plist b/astro/p5-Astro-SIMBAD/pkg-plist
index ffa6f4a2d062..4c032bf7d396 100644
--- a/astro/p5-Astro-SIMBAD/pkg-plist
+++ b/astro/p5-Astro-SIMBAD/pkg-plist
@@ -1,9 +1,11 @@
-lib/perl5/site_perl/%%PERL_VER%%/Astro/SIMBAD/Query.pm
-lib/perl5/site_perl/%%PERL_VER%%/Astro/SIMBAD/Result.pm
-lib/perl5/site_perl/%%PERL_VER%%/Astro/SIMBAD/Result/Object.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/SIMBAD/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Astro/SIMBAD/Result
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Astro/SIMBAD
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/SIMBAD
-@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/SIMBAD.pm
+%%SITE_PERL%%/Astro/SIMBAD/Query.pm
+%%SITE_PERL%%/Astro/SIMBAD/Result.pm
+%%SITE_PERL%%/Astro/SIMBAD/Result/Object.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SIMBAD/.packlist
+@dirrm %%SITE_PERL%%/Astro/SIMBAD/Result
+@dirrm %%SITE_PERL%%/Astro/SIMBAD
+@dirrm %%SITE_PERL%%/Astro
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SIMBAD
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Astro 2>/dev/null || true