diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-01 02:22:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-01 02:22:22 +0800 |
commit | fd44e5cf13f261ce18eb255d1fa89cd8a25bf9af (patch) | |
tree | d284c4d66d7774a30e9e49b2db5d2b103959906f /devel | |
parent | ac81eb3956ca65e6b49a07f73088ad3dbee89b0f (diff) | |
download | freebsd-ports-gnome-fd44e5cf13f261ce18eb255d1fa89cd8a25bf9af.tar.gz freebsd-ports-gnome-fd44e5cf13f261ce18eb255d1fa89cd8a25bf9af.tar.zst freebsd-ports-gnome-fd44e5cf13f261ce18eb255d1fa89cd8a25bf9af.zip |
- Update to 1.00
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
Changes: http://search.cpan.org/dist/DateTime-Astro/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-DateTime-Astro/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-DateTime-Astro/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-DateTime-Astro/pkg-plist | 2 |
3 files changed, 6 insertions, 10 deletions
diff --git a/devel/p5-DateTime-Astro/Makefile b/devel/p5-DateTime-Astro/Makefile index 34e8be180847..ba2eab6b16b4 100644 --- a/devel/p5-DateTime-Astro/Makefile +++ b/devel/p5-DateTime-Astro/Makefile @@ -2,30 +2,24 @@ # $FreeBSD$ PORTNAME= DateTime-Astro -PORTVERSION= 0.99.999 +PORTVERSION= 1.00 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DMAKI PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}_03 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Functions For Astromical Calendars BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set -LIB_DEPENDS= mpfr:${PORTSDIR}/math/mpfr +LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USE_PERL5= configure USES= gmake perl5 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} -MAN3= DateTime::Astro.3 \ - DateTime::Event::SolarTerm.3 - -NO_STAGE= yes post-configure: @${REINPLACE_CMD} -e '/^INC = / s|$$| -I${LOCALBASE}/include|' ${WRKSRC}/Makefile diff --git a/devel/p5-DateTime-Astro/distinfo b/devel/p5-DateTime-Astro/distinfo index aeb450baed1c..661ebafe3ed5 100644 --- a/devel/p5-DateTime-Astro/distinfo +++ b/devel/p5-DateTime-Astro/distinfo @@ -1,2 +1,2 @@ -SHA256 (DateTime-Astro-0.99999_03.tar.gz) = 7a1ad554bf2e4b107414c72e53561f046261602292fe11ba107e73d82cdf3700 -SIZE (DateTime-Astro-0.99999_03.tar.gz) = 95982 +SHA256 (DateTime-Astro-1.00.tar.gz) = ff4904293eb6219a35167dee4d10dcab0207ead695299cd40b56e87e18cf9fec +SIZE (DateTime-Astro-1.00.tar.gz) = 106935 diff --git a/devel/p5-DateTime-Astro/pkg-plist b/devel/p5-DateTime-Astro/pkg-plist index 9c18f1abc53e..e26a1fd227ee 100644 --- a/devel/p5-DateTime-Astro/pkg-plist +++ b/devel/p5-DateTime-Astro/pkg-plist @@ -5,6 +5,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Astro/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Astro/Astro.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Astro/Astro.so +%%PERL5_MAN3%%/DateTime::Astro.3.gz +%%PERL5_MAN3%%/DateTime::Event::SolarTerm.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Astro @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DateTime/Event |