diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-01-24 13:45:47 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-01-24 13:45:47 +0000 |
commit | 69eb2ba4beb88f2fad9ddd3b37cb5f7fff9d3fc7 (patch) | |
tree | 45aaea133dee8194cf98f37f66d71cd83811ca94 /math | |
parent | 583a0b910d59f2f9bd743d9edec9725f3870e2f2 (diff) | |
download | ports-69eb2ba4beb88f2fad9ddd3b37cb5f7fff9d3fc7.tar.gz ports-69eb2ba4beb88f2fad9ddd3b37cb5f7fff9d3fc7.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/newmat/Makefile | 7 | ||||
-rw-r--r-- | math/newmat/distinfo | 4 |
2 files changed, 3 insertions, 8 deletions
diff --git a/math/newmat/Makefile b/math/newmat/Makefile index 483bf55e7f3d..f41dc8586f65 100644 --- a/math/newmat/Makefile +++ b/math/newmat/Makefile @@ -7,8 +7,7 @@ # PORTNAME= newmat -PORTVERSION= 1.0 -PORTREVISION= 2 +PORTVERSION= 1.1 CATEGORIES= math MASTER_SITES= http://www.robertnz.net/ftp/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} @@ -24,10 +23,6 @@ ALL_TARGET= everything .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" -.endif - post-patch: @${REINPLACE_CMD} -e "s,^CXX,#CXX,g ; \ s,^CXXFLAGS,#CXXFLAGS,g" ${WRKSRC}/${MAKEFILE} diff --git a/math/newmat/distinfo b/math/newmat/distinfo index a7f1d5c04d51..78e85c55e372 100644 --- a/math/newmat/distinfo +++ b/math/newmat/distinfo @@ -1,2 +1,2 @@ -MD5 (newmat10.tar.gz) = 4234ce414e416266c935e67186b54392 -SIZE (newmat10.tar.gz) = 204081 +MD5 (newmat11.tar.gz) = 23354d860197a4868dafd99be35e00bf +SIZE (newmat11.tar.gz) = 228217 |