diff options
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 4 | ||||
-rw-r--r-- | graphics/tiff/PLIST | 3 | ||||
-rw-r--r-- | graphics/tiff/distinfo | 9 | ||||
-rw-r--r-- | graphics/tiff/patches/patch-configure | 15 |
4 files changed, 8 insertions, 23 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 0fe99c7f9f3..71d91568504 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.118 2015/03/29 14:47:03 bsiegert Exp $ +# $NetBSD: Makefile,v 1.119 2015/06/30 10:42:19 ryoon Exp $ -DISTNAME= tiff-4.0.4beta +DISTNAME= tiff-4.0.4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://libtiff.maptools.org/dl/ diff --git a/graphics/tiff/PLIST b/graphics/tiff/PLIST index f31a3dae389..bc6c1e817ea 100644 --- a/graphics/tiff/PLIST +++ b/graphics/tiff/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2015/03/29 14:47:03 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.19 2015/06/30 10:42:19 ryoon Exp $ bin/bmp2tiff bin/fax2ps bin/fax2tiff @@ -247,4 +247,5 @@ share/doc/tiff/html/v4.0.0.html share/doc/tiff/html/v4.0.1.html share/doc/tiff/html/v4.0.2.html share/doc/tiff/html/v4.0.3.html +share/doc/tiff/html/v4.0.4.html share/doc/tiff/html/v4.0.4beta.html diff --git a/graphics/tiff/distinfo b/graphics/tiff/distinfo index 6f3fd60da7c..073bb04c977 100644 --- a/graphics/tiff/distinfo +++ b/graphics/tiff/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.63 2015/03/29 14:47:03 bsiegert Exp $ +$NetBSD: distinfo,v 1.64 2015/06/30 10:42:19 ryoon Exp $ -SHA1 (tiff-4.0.4beta.tar.gz) = 987568b81f6c40653eb79386fa0e163f3c6ab6fb -RMD160 (tiff-4.0.4beta.tar.gz) = 0f7c47bad8d6d9cd75d3bf42abf0a6133c1ea129 -Size (tiff-4.0.4beta.tar.gz) = 2098962 bytes -SHA1 (patch-configure) = 1fb9ef790a59ac9c1396dd8e962c75946e2c998a +SHA1 (tiff-4.0.4.tar.gz) = 185f844babe4ee902b5e4775d9f65915fcbabd11 +RMD160 (tiff-4.0.4.tar.gz) = 351a72505dce4a679df023b7f3870c389d7df4c7 +Size (tiff-4.0.4.tar.gz) = 2100766 bytes diff --git a/graphics/tiff/patches/patch-configure b/graphics/tiff/patches/patch-configure deleted file mode 100644 index f53e21d1c04..00000000000 --- a/graphics/tiff/patches/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-configure,v 1.2 2012/10/01 18:11:30 adam Exp $ - -Fix unportable test(1) construct. - ---- configure.orig 2012-01-28 22:35:42.000000000 +0000 -+++ configure -@@ -18145,7 +18145,7 @@ if test "${with_jpeg12_lib+set}" = set; - fi - - --if test "x$enable_jpeg12" == "xyes" ; then -+if test "x$enable_jpeg12" = "xyes" ; then - - if test "x$with_jpeg12_lib" != "x" ; then - LIBS="$with_jpeg12_lib $LIBS" |