diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-06-25 03:58:17 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-06-25 03:58:17 +0800 |
commit | dd5482f4b1fbf2f7a53e52af944562f70298d06f (patch) | |
tree | e353562ad09dd4aa52d9a8fd61145e68b9516974 /math/unuran/Makefile | |
parent | fa6801d8f8729619ef8c3e60dafacfb752c2e63e (diff) | |
download | freebsd-ports-gnome-dd5482f4b1fbf2f7a53e52af944562f70298d06f.tar.gz freebsd-ports-gnome-dd5482f4b1fbf2f7a53e52af944562f70298d06f.tar.zst freebsd-ports-gnome-dd5482f4b1fbf2f7a53e52af944562f70298d06f.zip |
- Update to 1.4.0
- patch a potential leak
PR: ports/135953
Submitted by: bf <bf1783@gmail.com> (maintainer)
Diffstat (limited to 'math/unuran/Makefile')
-rw-r--r-- | math/unuran/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/unuran/Makefile b/math/unuran/Makefile index 9fa8403426dd..41d4df1c993b 100644 --- a/math/unuran/Makefile +++ b/math/unuran/Makefile @@ -6,7 +6,7 @@ # PORTNAME= unuran -PORTVERSION= 1.3.1 +PORTVERSION= 1.4.0 CATEGORIES= math MASTER_SITES= http://statmath.wu-wien.ac.at/unuran/ |