diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-02-03 22:48:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-02-03 22:48:31 +0800 |
commit | 897be79f5fb9b8533fe8cb41161a44c3ade1f3bf (patch) | |
tree | 6556aa13c8280a129162d3700c04a34073d076f7 /graphics/nvidia-texture-tools | |
parent | 3a9465a6a510f62e4237926aa6bd96bb94c43a66 (diff) | |
download | freebsd-ports-gnome-897be79f5fb9b8533fe8cb41161a44c3ade1f3bf.tar.gz freebsd-ports-gnome-897be79f5fb9b8533fe8cb41161a44c3ade1f3bf.tar.zst freebsd-ports-gnome-897be79f5fb9b8533fe8cb41161a44c3ade1f3bf.zip |
- Update to 2.0.7-1
- Mirror distfile
- Change IGNORE to BROKEN and mark BROKEN on ia64 as well
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 |