diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-09-27 21:06:58 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-09-27 21:06:58 +0000 |
commit | 2b467068de07b0c02c3223db40eeeea58f4e4fa9 (patch) | |
tree | ba5939e8d4b8f6408f28420db0a4f8192ef8273b /science/medit | |
parent | fec17e53706421064369ce78508ced5bb06e32ac (diff) |
Notes
Diffstat (limited to 'science/medit')
-rw-r--r-- | science/medit/Makefile | 4 | ||||
-rw-r--r-- | science/medit/distinfo | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/science/medit/Makefile b/science/medit/Makefile index 25e7ddc42e40..026ad817f34d 100644 --- a/science/medit/Makefile +++ b/science/medit/Makefile @@ -34,7 +34,7 @@ MISSING_FILES= eigenv.c libmesh3.c libmesh3.h DISTFILES+= ${PORTNAME}-${ARCH}-${DISTVER}-${PORTVERSION}${EXTRACT_SUFX} NO_BUILD= yes PATCHDIR= # No patches -ONLY_FOR_ARCHS= amd64 i386 ia64 # Ask the maintainer to add one +ONLY_FOR_ARCHS= amd64 i386 ia64 sparc64 # Ask the maintainer to add one PLIST_FILES= bin/${PORTNAME} @@ -63,7 +63,7 @@ LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x BROKEN= no binary available for your platform x version at the moment . endif . else -. if ${ARCH} == ia64 +. if (${ARCH} == ia64) || (${ARCH} == sparc64) DISTVER= 6.2 . else DISTVER= 6.1 diff --git a/science/medit/distinfo b/science/medit/distinfo index d75d59dd4df4..72192237cec0 100644 --- a/science/medit/distinfo +++ b/science/medit/distinfo @@ -10,6 +10,9 @@ SIZE (medit-i386-6.1-2006.09.24.tgz) = 141483 MD5 (medit-ia64-6.2-2006.09.24.tgz) = 46e439dcf205a2bdb36a4afcce2812b1 SHA256 (medit-ia64-6.2-2006.09.24.tgz) = 7ddcc3531c6a62a00280d0859120e0ba15cceaa2499e72dd90732274663976ca SIZE (medit-ia64-6.2-2006.09.24.tgz) = 253122 +MD5 (medit-sparc64-6.2-2006.09.24.tgz) = 84695c2859f98e882107c97fba91ff60 +SHA256 (medit-sparc64-6.2-2006.09.24.tgz) = e7177150c00b2f150ea990169329319d5168134540c72f17b2bdd53dfce9f34e +SIZE (medit-sparc64-6.2-2006.09.24.tgz) = 158158 MD5 (meshes.tar.gz) = 06b0460d188b105431e5268bc6f36cf1 SHA256 (meshes.tar.gz) = 643869e1d797bf5c40024465d323ea3ae10477e687b6625be3f880cc6743298b SIZE (meshes.tar.gz) = 2136831 |