diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2003-12-04 11:28:19 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2003-12-04 11:28:19 +0000 |
commit | 535a9a63e63c5355a9d22c761fb06535239b0f62 (patch) | |
tree | 4df22c0d1ea5209b0763b0250b72afe9d7b86317 /astro/p5-Astro-Sunrise | |
parent | 6e58ca1e848117324c82b264870aba2882cda546 (diff) | |
download | ports-535a9a63e63c5355a9d22c761fb06535239b0f62.tar.gz ports-535a9a63e63c5355a9d22c761fb06535239b0f62.zip |
Notes
Diffstat (limited to 'astro/p5-Astro-Sunrise')
-rw-r--r-- | astro/p5-Astro-Sunrise/Makefile | 6 | ||||
-rw-r--r-- | astro/p5-Astro-Sunrise/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/astro/p5-Astro-Sunrise/Makefile b/astro/p5-Astro-Sunrise/Makefile index 7ac8697a817a..378b8a02aa3d 100644 --- a/astro/p5-Astro-Sunrise/Makefile +++ b/astro/p5-Astro-Sunrise/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Astro-Sunrise -PORTVERSION= 0.8 +PORTVERSION= 0.91 CATEGORIES= astro perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Astro @@ -15,14 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl extension for computing the sunrise/sunset on a given day -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime PERL_CONFIGURE= yes MAN3= Astro::Sunrise.3 post-patch: - ${PERL} -pi -e 's/(qw\(.*)\[1\];/($$1)[1];/' \ + ${PERL} -pi -e 's/(qw\(.*)\[1\];/($$1)[1];/; s/\r\n/\n/;' \ ${WRKSRC}/Sunrise.pm .include <bsd.port.mk> diff --git a/astro/p5-Astro-Sunrise/distinfo b/astro/p5-Astro-Sunrise/distinfo index 168b81406a23..b3413e418c93 100644 --- a/astro/p5-Astro-Sunrise/distinfo +++ b/astro/p5-Astro-Sunrise/distinfo @@ -1 +1 @@ -MD5 (Astro-Sunrise-0.8.tar.gz) = 6e4bc075ca09c8ec1a75fcac1341e5f8 +MD5 (Astro-Sunrise-0.91.tar.gz) = a2e02349874770d59f4e1e5f7e5021d2 |