diff options
author | obraun <obraun@FreeBSD.org> | 2002-10-17 05:28:17 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-10-17 05:28:17 +0800 |
commit | ed25113339d6167686c90f254447396942fca7e5 (patch) | |
tree | 224c4951a4025b132eee35b9871c3144fd72679f /math/tvmet | |
parent | 211357482142a1d0d86a74067c9315f1a496b0e1 (diff) | |
download | freebsd-ports-gnome-ed25113339d6167686c90f254447396942fca7e5.tar.gz freebsd-ports-gnome-ed25113339d6167686c90f254447396942fca7e5.tar.zst freebsd-ports-gnome-ed25113339d6167686c90f254447396942fca7e5.zip |
Upgrade to 0.5.0.
PR: ports/44116
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'math/tvmet')
-rw-r--r-- | math/tvmet/Makefile | 5 | ||||
-rw-r--r-- | math/tvmet/distinfo | 2 | ||||
-rw-r--r-- | math/tvmet/pkg-plist | 8 |
3 files changed, 12 insertions, 3 deletions
diff --git a/math/tvmet/Makefile b/math/tvmet/Makefile index a30908b16f5b..b365b0ddfa77 100644 --- a/math/tvmet/Makefile +++ b/math/tvmet/Makefile @@ -7,13 +7,16 @@ # PORTNAME= tvmet -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +MAN1= tvmet-config.1 + GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} .include <bsd.port.mk> diff --git a/math/tvmet/distinfo b/math/tvmet/distinfo index d13bad822ddd..c089a1637116 100644 --- a/math/tvmet/distinfo +++ b/math/tvmet/distinfo @@ -1 +1 @@ -MD5 (tvmet-0.4.0.tar.gz) = 8e7ea4f524c5b49cbaa5e00bc8c801a8 +MD5 (tvmet-0.5.0.tar.gz) = d516afdb5f14e91eb4a37339bc1b94c3 diff --git a/math/tvmet/pkg-plist b/math/tvmet/pkg-plist index 7c3ae8332e3a..2d9823d7432d 100644 --- a/math/tvmet/pkg-plist +++ b/math/tvmet/pkg-plist @@ -12,6 +12,7 @@ include/tvmet/MatrixOperators.h include/tvmet/NumericTraits.h include/tvmet/RunTimeError.h include/tvmet/TypePromotion.h +include/tvmet/TvmetBase.h include/tvmet/UnaryFunctionals.h include/tvmet/Vector.h include/tvmet/VectorEval.h @@ -22,6 +23,11 @@ include/tvmet/Xpr.h include/tvmet/XprFunctions.h include/tvmet/XprOperators.h include/tvmet/config.h +include/tvmet/config/config-gcc.h +include/tvmet/config/config-icc.h +include/tvmet/config/config-kcc.h +include/tvmet/config/config-pgi.h include/tvmet/tvmet.h -@dirrm include/tvmet share/aclocal/tvmet.m4 +@dirrm include/tvmet/config +@dirrm include/tvmet |