diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-03-06 14:20:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-03-06 14:20:49 +0800 |
commit | e4a74a4ea2bcc17207ded9d898f6613ecf013445 (patch) | |
tree | 3f1319e85795fd15aecd5d7e6f51c199c2a6b59e | |
parent | 5f0e105690900cee84f592ade84beec1527b3445 (diff) | |
download | freebsd-ports-gnome-e4a74a4ea2bcc17207ded9d898f6613ecf013445.tar.gz freebsd-ports-gnome-e4a74a4ea2bcc17207ded9d898f6613ecf013445.tar.zst freebsd-ports-gnome-e4a74a4ea2bcc17207ded9d898f6613ecf013445.zip |
- Update to 1.08
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/Math-Utils/Changes
-rw-r--r-- | math/p5-Math-Utils/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Math-Utils/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/p5-Math-Utils/Makefile b/math/p5-Math-Utils/Makefile index a407b3b7f46a..2a90574f2aa7 100644 --- a/math/p5-Math-Utils/Makefile +++ b/math/p5-Math-Utils/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Utils -PORTVERSION= 1.07 +PORTVERSION= 1.08 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ COMMENT= Useful mathematical functions not in Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USE_PERL5= modbuild diff --git a/math/p5-Math-Utils/distinfo b/math/p5-Math-Utils/distinfo index 7e1977d48efc..4f45fe290740 100644 --- a/math/p5-Math-Utils/distinfo +++ b/math/p5-Math-Utils/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-Utils-1.07.tar.gz) = 4dd2e1e3f35ad6772c1c81237e5ed112aa8bac806eb71592997b1c5ee0ad1116 -SIZE (Math-Utils-1.07.tar.gz) = 22949 +SHA256 (Math-Utils-1.08.tar.gz) = edb4be69a9c2f637c7eb4165418eb80167052065bf16f3556764d0fc46878d5c +SIZE (Math-Utils-1.08.tar.gz) = 23407 |