diff options
author | vs <vs@FreeBSD.org> | 2005-11-08 22:08:26 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-11-08 22:08:26 +0800 |
commit | e36f2aab99774c625504fa85f600f8f487a00200 (patch) | |
tree | c6fb485e7e3e7abb07721f6c94c5c04bed8aeb96 /math | |
parent | 5a90e0910bb3f08ccff2f1091c7cab28fda579dd (diff) | |
download | freebsd-ports-gnome-e36f2aab99774c625504fa85f600f8f487a00200.tar.gz freebsd-ports-gnome-e36f2aab99774c625504fa85f600f8f487a00200.tar.zst freebsd-ports-gnome-e36f2aab99774c625504fa85f600f8f487a00200.zip |
Update to 0.06
PR: ports/88607
Submitted by: maintainer
Diffstat (limited to 'math')
-rw-r--r-- | math/tomsfastmath/Makefile | 5 | ||||
-rw-r--r-- | math/tomsfastmath/distinfo | 4 | ||||
-rw-r--r-- | math/tomsfastmath/pkg-plist | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index 3041472c489f..589cae2e489c 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -6,8 +6,7 @@ # PORTNAME= tomsfastmath -PORTVERSION= 0.05 -PORTREVISION= 1 +PORTVERSION= 0.06 CATEGORIES= math MASTER_SITES= http://libtomcrypt.org/tfm/files/ DISTNAME= tfm-${PORTVERSION} @@ -22,6 +21,8 @@ USE_GMAKE= yes ALL_TARGET= default USE_REINPLACE= yes +PLIST_FILES= include/tfm.h lib/libtfm.a + .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/math/tomsfastmath/distinfo b/math/tomsfastmath/distinfo index 9ece9cb3edb1..cb930f441ed3 100644 --- a/math/tomsfastmath/distinfo +++ b/math/tomsfastmath/distinfo @@ -1,2 +1,2 @@ -MD5 (tfm-0.05.tar.bz2) = 10d7b516c58738298293368c706a7c83 -SIZE (tfm-0.05.tar.bz2) = 219018 +MD5 (tfm-0.06.tar.bz2) = 2ee2347c1a41a4fbf79bf755a1655490 +SIZE (tfm-0.06.tar.bz2) = 219761 diff --git a/math/tomsfastmath/pkg-plist b/math/tomsfastmath/pkg-plist deleted file mode 100644 index 46d3ff738cc8..000000000000 --- a/math/tomsfastmath/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -include/tfm.h -lib/libtfm.a |