diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-07-26 23:54:16 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-07-26 23:54:16 +0800 |
commit | 40c2d4c81afc36d6ca3d5a1300d0fbae08e36724 (patch) | |
tree | 282331c634fd5d95d8cd0a41b7bff7ce3df85a90 /math/units | |
parent | a07c7de3318546886070fdecaede01644a031cb0 (diff) | |
download | freebsd-ports-gnome-40c2d4c81afc36d6ca3d5a1300d0fbae08e36724.tar.gz freebsd-ports-gnome-40c2d4c81afc36d6ca3d5a1300d0fbae08e36724.tar.zst freebsd-ports-gnome-40c2d4c81afc36d6ca3d5a1300d0fbae08e36724.zip |
- Update to 2.13
- While here, fix LICENSE
PR: 211131
Submitted by: jharris@widomaker.com (maintainer)
Diffstat (limited to 'math/units')
-rw-r--r-- | math/units/Makefile | 5 | ||||
-rw-r--r-- | math/units/distinfo | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/math/units/Makefile b/math/units/Makefile index 368b45c969fb..9e30ae9ba7d3 100644 --- a/math/units/Makefile +++ b/math/units/Makefile @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= units -PORTVERSION= 2.11 +PORTVERSION= 2.13 CATEGORIES= math MASTER_SITES= GNU MAINTAINER= jharris@widomaker.com COMMENT= Unit conversion and calculation -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g diff --git a/math/units/distinfo b/math/units/distinfo index 3d1eaa7d5231..d9e848e2eec1 100644 --- a/math/units/distinfo +++ b/math/units/distinfo @@ -1,2 +1,3 @@ -SHA256 (units-2.11.tar.gz) = 53b6daf2a03d9a060449944b0a6c1aca0d18a84d1d9a93098e4a8920181f5abe -SIZE (units-2.11.tar.gz) = 861772 +TIMESTAMP = 1468535834 +SHA256 (units-2.13.tar.gz) = 0ba5403111f8e5ea22be7d51ab74c8ccb576dc30ddfbf18a46cb51f9139790ab +SIZE (units-2.13.tar.gz) = 1170233 |