diff options
author | wen <wen@FreeBSD.org> | 2011-04-11 09:21:50 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-04-11 09:21:50 +0800 |
commit | e5b3b807d5c3c024ee05856f848468b07dfb13b0 (patch) | |
tree | 8f30015bdc240d48ca2738bc63e5e149821808ae /math/ised | |
parent | 9f508adedd9106b8f03ac537654dce08cc384f5f (diff) | |
download | freebsd-ports-graphics-e5b3b807d5c3c024ee05856f848468b07dfb13b0.tar.gz freebsd-ports-graphics-e5b3b807d5c3c024ee05856f848468b07dfb13b0.tar.zst freebsd-ports-graphics-e5b3b807d5c3c024ee05856f848468b07dfb13b0.zip |
- Update to version 2.2.3
- Now requires gcc4.5+
- Add License
PR: ports/156233
Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
Diffstat (limited to 'math/ised')
-rw-r--r-- | math/ised/Makefile | 5 | ||||
-rw-r--r-- | math/ised/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/math/ised/Makefile b/math/ised/Makefile index d93f7c02b03..189c98f4899 100644 --- a/math/ised/Makefile +++ b/math/ised/Makefile @@ -7,7 +7,7 @@ # PORTNAME= ised -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= math MASTER_SITES= SF/${PORTNAME} @@ -16,6 +16,9 @@ COMMENT= A tool for generating number sequences and arithmetic evaluation USE_BZIP2= yes GNU_CONFIGURE= yes +USE_GCC= 4.5+ + +LICENSE= GPLv3 .if !defined(NO_INSTALL_MANPAGES) MAN1= ${PORTNAME}.1 diff --git a/math/ised/distinfo b/math/ised/distinfo index 5d6b358e06f..49528696fc7 100644 --- a/math/ised/distinfo +++ b/math/ised/distinfo @@ -1,2 +1,2 @@ -SHA256 (ised-2.2.2.tar.bz2) = b6d2c6ad218cca1c2ccfc2d4cee570fcb41cc09b824de15992630abdb46561d9 -SIZE (ised-2.2.2.tar.bz2) = 99694 +SHA256 (ised-2.2.3.tar.bz2) = b216f09129f2c356ff4bb1a089f8db847901ebfb95781a6ac379b88dc88765c5 +SIZE (ised-2.2.3.tar.bz2) = 108109 |