diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-22 22:37:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-22 22:37:55 +0800 |
commit | 1c3eb0fc264b82c4c89e606c7c92c64d7d2d7292 (patch) | |
tree | 6c2715d34f5b18eb9490617e57ae0a395560e9e3 | |
parent | 982f7be23af5e14cafd87421049df23da9f5015c (diff) | |
download | freebsd-ports-gnome-1c3eb0fc264b82c4c89e606c7c92c64d7d2d7292.tar.gz freebsd-ports-gnome-1c3eb0fc264b82c4c89e606c7c92c64d7d2d7292.tar.zst freebsd-ports-gnome-1c3eb0fc264b82c4c89e606c7c92c64d7d2d7292.zip |
Update to 0.05
- Add LICENSE
- Add NO_ARCH
-rw-r--r-- | astro/p5-Astro-SunTime/Makefile | 6 | ||||
-rw-r--r-- | astro/p5-Astro-SunTime/distinfo | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/astro/p5-Astro-SunTime/Makefile b/astro/p5-Astro-SunTime/Makefile index 32cfb37d8fa8..b358b693cf56 100644 --- a/astro/p5-Astro-SunTime/Makefile +++ b/astro/p5-Astro-SunTime/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Astro-SunTime -PORTVERSION= 0.01 -PORTREVISION= 1 +PORTVERSION= 0.05 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to calculate sunrise/sunset times +LICENSE= GPLv3 + BUILD_DEPENDS= p5-Time-modules>=0:devel/p5-Time-modules RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/astro/p5-Astro-SunTime/distinfo b/astro/p5-Astro-SunTime/distinfo index b90acbc06405..45f8f0596cae 100644 --- a/astro/p5-Astro-SunTime/distinfo +++ b/astro/p5-Astro-SunTime/distinfo @@ -1,2 +1,3 @@ -SHA256 (Astro-SunTime-0.01.tar.gz) = 29b190112117c50ef08d02caedb3c325af48fad3e5a8d195a38cec0470e235d0 -SIZE (Astro-SunTime-0.01.tar.gz) = 2260 +TIMESTAMP = 1485032249 +SHA256 (Astro-SunTime-0.05.tar.gz) = 83f3d276849107b9f4fbef20d3d2849e3c751d751cfdfa67316470e9974543a7 +SIZE (Astro-SunTime-0.05.tar.gz) = 3523 |