diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-01-22 00:33:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-01-22 00:33:23 +0000 |
commit | dbf2ce6296cc75074aa88d34c746cc1573a9c414 (patch) | |
tree | b70ad44b77c0ba2e858820ee540442a6f8a6165e /math/newmat | |
parent | c593285d9d7fc2dd1c3ae39a7ec6dfb1ccda93a9 (diff) | |
download | ports-dbf2ce6296cc75074aa88d34c746cc1573a9c414.tar.gz ports-dbf2ce6296cc75074aa88d34c746cc1573a9c414.zip |
Notes
Diffstat (limited to 'math/newmat')
-rw-r--r-- | math/newmat/Makefile | 11 | ||||
-rw-r--r-- | math/newmat/distinfo | 6 |
2 files changed, 6 insertions, 11 deletions
diff --git a/math/newmat/Makefile b/math/newmat/Makefile index 5db8fef90135..72be53d16533 100644 --- a/math/newmat/Makefile +++ b/math/newmat/Makefile @@ -8,11 +8,12 @@ PORTNAME= newmat PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.robertnz.net/ftp/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gahr@gahr.ch COMMENT= A C++ matrix library NO_WRKSUBDIR= yes @@ -21,15 +22,9 @@ MAKEFILE= nm_gnu.mak MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" ALL_TARGET= everything -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - do-install: @${MKDIR} ${PREFIX}/include/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/libnewmat.a ${PREFIX}/lib -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/newmat/distinfo b/math/newmat/distinfo index 7c87287e423e..d2ff2a21644b 100644 --- a/math/newmat/distinfo +++ b/math/newmat/distinfo @@ -1,3 +1,3 @@ -MD5 (newmat11.tar.gz) = 135e15d41930389054c9be7d58e9dbd2 -SHA256 (newmat11.tar.gz) = 12328f561569e70635fb581f68146b4861a9e9ce9c88c26668875ea2dbda7185 -SIZE (newmat11.tar.gz) = 236598 +MD5 (newmat11.tar.gz) = 67827f62999f22b7b7e00abe542cfee8 +SHA256 (newmat11.tar.gz) = 723d96ecc2cf4c6987d04bb0810ce12fd22b3170ad50db2a14e7e4ef77c4ec89 +SIZE (newmat11.tar.gz) = 240888 |