diff options
author | glewis <glewis@FreeBSD.org> | 2003-10-17 06:05:25 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-10-17 06:05:25 +0800 |
commit | 863185b3aae7d45f0742711471b5ceaa556c3f4d (patch) | |
tree | 6cfe2b64360dc414ad6a20cfb373f859b8b0b721 /astro | |
parent | 6c45bf2cf26876eebcc6eb02f8e909c495bb719e (diff) | |
download | freebsd-ports-gnome-863185b3aae7d45f0742711471b5ceaa556c3f4d.tar.gz freebsd-ports-gnome-863185b3aae7d45f0742711471b5ceaa556c3f4d.tar.zst freebsd-ports-gnome-863185b3aae7d45f0742711471b5ceaa556c3f4d.zip |
. Update to 1.6.1.
. Use SITE_PERL.
PR: 57994
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-DSS/Makefile | 3 | ||||
-rw-r--r-- | astro/p5-Astro-DSS/distinfo | 2 | ||||
-rw-r--r-- | astro/p5-Astro-DSS/pkg-plist | 10 |
3 files changed, 7 insertions, 8 deletions
diff --git a/astro/p5-Astro-DSS/Makefile b/astro/p5-Astro-DSS/Makefile index af590c7fcf29..1ec73733a9f0 100644 --- a/astro/p5-Astro-DSS/Makefile +++ b/astro/p5-Astro-DSS/Makefile @@ -7,7 +7,7 @@ # PORTNAME= Astro-DSS -PORTVERSION= 1.6 +PORTVERSION= 1.6.1 CATEGORIES= astro perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://www.astro.ex.ac.uk/estar/software/ @@ -20,7 +20,6 @@ COMMENT= An OO interface to the 1st and 2nd Digital Sky Surveys 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} diff --git a/astro/p5-Astro-DSS/distinfo b/astro/p5-Astro-DSS/distinfo index 61968a3996e3..ba98325693da 100644 --- a/astro/p5-Astro-DSS/distinfo +++ b/astro/p5-Astro-DSS/distinfo @@ -1 +1 @@ -MD5 (Astro-DSS-1.6.tar.gz) = f167c8b6027a58e8190abb670726a862 +MD5 (Astro-DSS-1.6.1.tar.gz) = 92b2759db4726c9147073ffcfdf16446 diff --git a/astro/p5-Astro-DSS/pkg-plist b/astro/p5-Astro-DSS/pkg-plist index f854fdd1fe9e..d4b95d240514 100644 --- a/astro/p5-Astro-DSS/pkg-plist +++ b/astro/p5-Astro-DSS/pkg-plist @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/Astro/DSS.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/DSS/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/DSS -@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/DSS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/DSS/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/DSS +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Astro 2>/dev/null || true |