svn commit: r448494 - head/devel/p5-DateTime-Astro
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Aug 21 20:44:14 UTC 2017
Author: sunpoet
Date: Mon Aug 21 20:44:12 2017
New Revision: 448494
URL: https://svnweb.freebsd.org/changeset/ports/448494
Log:
Update to 1.03
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/DateTime-Astro/Changes
Modified:
head/devel/p5-DateTime-Astro/Makefile
head/devel/p5-DateTime-Astro/distinfo
Modified: head/devel/p5-DateTime-Astro/Makefile
==============================================================================
--- head/devel/p5-DateTime-Astro/Makefile Mon Aug 21 20:44:07 2017 (r448493)
+++ head/devel/p5-DateTime-Astro/Makefile Mon Aug 21 20:44:12 2017 (r448494)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= DateTime-Astro
-PORTVERSION= 1.01
+PORTVERSION= 1.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DMAKI
@@ -12,16 +12,18 @@ MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Functions For Astromical Calendars
LICENSE= ART20
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \
p5-DateTime-Set>=0:devel/p5-DateTime-Set
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr
RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS+= p5-Module-Build-XSUtil>=0.16:devel/p5-Module-Build-XSUtil
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
-USE_PERL5= configure
-USES= gmake localbase perl5
+USE_PERL5= modbuild
+USES= localbase perl5
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DateTime/Astro/Astro.so
Modified: head/devel/p5-DateTime-Astro/distinfo
==============================================================================
--- head/devel/p5-DateTime-Astro/distinfo Mon Aug 21 20:44:07 2017 (r448493)
+++ head/devel/p5-DateTime-Astro/distinfo Mon Aug 21 20:44:12 2017 (r448494)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502974028
-SHA256 (DateTime-Astro-1.01.tar.gz) = 3f9bb25ec07eb41f234a041248ef1657af29c2cdcff68577bad007f6565f8476
-SIZE (DateTime-Astro-1.01.tar.gz) = 75875
+TIMESTAMP = 1503324589
+SHA256 (DateTime-Astro-1.03.tar.gz) = 0222cfdae69852f0d1f0bd2c607e8f0ac78f2336040da6c9dec3c996689e0112
+SIZE (DateTime-Astro-1.03.tar.gz) = 47057
More information about the svn-ports-head
mailing list