diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-01-08 18:42:26 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-01-08 18:42:26 +0800 |
commit | 7836c0355e9d1e77e814110c9268bf9fc1455e8c (patch) | |
tree | cd367b764f93a16bf56115f26d243013aa83b5d5 /graphics/tiff | |
parent | 6b3655971ed7cb9893a0e8a0e47121b0ae62699e (diff) | |
download | freebsd-ports-gnome-7836c0355e9d1e77e814110c9268bf9fc1455e8c.tar.gz freebsd-ports-gnome-7836c0355e9d1e77e814110c9268bf9fc1455e8c.tar.zst freebsd-ports-gnome-7836c0355e9d1e77e814110c9268bf9fc1455e8c.zip |
- udpate to 3.8.0
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 2 | ||||
-rw-r--r-- | graphics/tiff/distinfo | 6 | ||||
-rw-r--r-- | graphics/tiff/files/patch-configure | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 6d5200523793..2066f376f843 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -8,7 +8,7 @@ # PORTNAME= tiff -PORTVERSION= 3.7.4 +PORTVERSION= 3.8.0 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://dl1.maptools.org/dl/libtiff/ diff --git a/graphics/tiff/distinfo b/graphics/tiff/distinfo index 7853de825997..76247e772ec1 100644 --- a/graphics/tiff/distinfo +++ b/graphics/tiff/distinfo @@ -1,3 +1,3 @@ -MD5 (tiff-3.7.4.tar.gz) = f37a7907bca4e235da85eb0126caa2b0 -SHA256 (tiff-3.7.4.tar.gz) = 4d8fd7c3443208461c4acaad88c2d69a3136d4dc4e985632fa77a141bcff5313 -SIZE (tiff-3.7.4.tar.gz) = 1282627 +MD5 (tiff-3.8.0.tar.gz) = f9fd8b46dfd71c8e17a99cbdbac020f4 +SHA256 (tiff-3.8.0.tar.gz) = c880bee3844aea8570b5405c00cd15dfae2b5b09e006694e211bee25f298db6a +SIZE (tiff-3.8.0.tar.gz) = 1330533 diff --git a/graphics/tiff/files/patch-configure b/graphics/tiff/files/patch-configure new file mode 100644 index 000000000000..0ae8ba2c5cbe --- /dev/null +++ b/graphics/tiff/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Thu Dec 29 22:49:59 2005 ++++ configure Sun Jan 8 11:28:09 2006 +@@ -23354,7 +23354,7 @@ + _ACEOF + + +- if test "x$with_default_strip_size" == "x" ; then ++ if test "x$with_default_strip_size" = "x" ; then + with_default_strip_size="8192" + fi + |