diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-02-03 14:48:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-02-03 14:48:31 +0000 |
commit | 32b363c06738f94432654ef1b332d9f3f9772a5a (patch) | |
tree | 5dcaea1114bba157d003778670e0937ab40f1730 /graphics/nvidia-texture-tools | |
parent | 6682085c0aab8b607788aca49feb79aee15c1011 (diff) | |
download | ports-32b363c06738f94432654ef1b332d9f3f9772a5a.tar.gz ports-32b363c06738f94432654ef1b332d9f3f9772a5a.zip |
Notes
Diffstat (limited to 'graphics/nvidia-texture-tools')
-rw-r--r-- | graphics/nvidia-texture-tools/Makefile | 10 | ||||
-rw-r--r-- | graphics/nvidia-texture-tools/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/nvidia-texture-tools/Makefile b/graphics/nvidia-texture-tools/Makefile index 1604b853599c..7b02996d6fbc 100644 --- a/graphics/nvidia-texture-tools/Makefile +++ b/graphics/nvidia-texture-tools/Makefile @@ -6,10 +6,10 @@ # PORTNAME= nvidia-texture-tools -PORTVERSION= 2.0.6 -PORTREVISION= 1 +DISTVERSION= 2.0.7-1 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE \ + http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Texture Tools with support for DirectX 10 texture formats @@ -46,8 +46,8 @@ PLIST_SUB+= COMPRESSUI="@comment " .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -IGNORE= does not build: not yet ported to sparc64 +.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" +BROKEN= does not build .endif post-patch: diff --git a/graphics/nvidia-texture-tools/distinfo b/graphics/nvidia-texture-tools/distinfo index 78e37974d0b7..a65c5f9b4d52 100644 --- a/graphics/nvidia-texture-tools/distinfo +++ b/graphics/nvidia-texture-tools/distinfo @@ -1,3 +1,3 @@ -MD5 (nvidia-texture-tools-2.0.6.tar.gz) = 764e79d30bda4539d0aea2fc2d801466 -SHA256 (nvidia-texture-tools-2.0.6.tar.gz) = c2915b067b14464fbdc65d076a013868efb77dcbf0a6ed4809e6bf3e4a8ec6e7 -SIZE (nvidia-texture-tools-2.0.6.tar.gz) = 942923 +MD5 (nvidia-texture-tools-2.0.7-1.tar.gz) = 10b570a6eff4c0da708594a47a3a0644 +SHA256 (nvidia-texture-tools-2.0.7-1.tar.gz) = d776ae63151942f76e28650cc0551748eecd458411cbda9cd7b25ad0353a27a3 +SIZE (nvidia-texture-tools-2.0.7-1.tar.gz) = 946900 |