diff options
author | oliver <oliver@FreeBSD.org> | 2007-09-19 21:50:53 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-09-19 21:50:53 +0800 |
commit | 829ff796fe23d267433cc80f77f2eab68e4cef89 (patch) | |
tree | 0bea81e82cdaf240b326a4ff76aa0e9f01d1f6d5 | |
parent | e9d2487a30dba27a943118a966bf6e0ddd257cce (diff) | |
download | freebsd-ports-gnome-829ff796fe23d267433cc80f77f2eab68e4cef89.tar.gz freebsd-ports-gnome-829ff796fe23d267433cc80f77f2eab68e4cef89.tar.zst freebsd-ports-gnome-829ff796fe23d267433cc80f77f2eab68e4cef89.zip |
update to 0.3.6
do not force the usage of gcc 3.4, the ports are now gcc 4 ready
-rw-r--r-- | math/wfmath/Makefile | 5 | ||||
-rw-r--r-- | math/wfmath/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/math/wfmath/Makefile b/math/wfmath/Makefile index 8cc1c56d05f2..82a775250570 100644 --- a/math/wfmath/Makefile +++ b/math/wfmath/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wfmath -PORTVERSION= 0.3.5 +PORTVERSION= 0.3.6 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= worldforge @@ -16,8 +16,7 @@ COMMENT= Worldforge math library USE_GMAKE= yes USE_GNOME= pkgconfig gnomehack -INSTALLS_SHLIB= yes -USE_GCC= 3.4 +USE_LDCONFIG= yes GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/math/wfmath/distinfo b/math/wfmath/distinfo index aba43a527db3..57ec051b898a 100644 --- a/math/wfmath/distinfo +++ b/math/wfmath/distinfo @@ -1,3 +1,3 @@ -MD5 (wfmath-0.3.5.tar.gz) = 71481ef1c3606c0e7613c44820c82dbd -SHA256 (wfmath-0.3.5.tar.gz) = 9d20e4e75a6cbf8c0be36b9c7d64d7369802634fa58dd49f9fff52609009e321 -SIZE (wfmath-0.3.5.tar.gz) = 436449 +MD5 (wfmath-0.3.6.tar.gz) = 5afa5f446656c8cb19dfd9abef4b02b2 +SHA256 (wfmath-0.3.6.tar.gz) = 2558ff6b6d09dcbbc0b4a1051327fd6b143da47033d0a8d796ed8ad4975c2ec3 +SIZE (wfmath-0.3.6.tar.gz) = 445035 |