diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-03-15 16:11:46 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-03-15 16:11:46 +0800 |
commit | b8b6a164a8f5f4763bfcaf9848dfb59de32ae335 (patch) | |
tree | af61ba08eb361cc64dcf7fd2b74c0ebadb8a5f0c /graphics/tiff | |
parent | 7c70de0e1b2cfdd07ee736027e2e1cee5b76b826 (diff) | |
download | freebsd-ports-gnome-b8b6a164a8f5f4763bfcaf9848dfb59de32ae335.tar.gz freebsd-ports-gnome-b8b6a164a8f5f4763bfcaf9848dfb59de32ae335.tar.zst freebsd-ports-gnome-b8b6a164a8f5f4763bfcaf9848dfb59de32ae335.zip |
- update to 3.8.1
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 3 | ||||
-rw-r--r-- | graphics/tiff/distinfo | 6 | ||||
-rw-r--r-- | graphics/tiff/files/patch-configure | 11 | ||||
-rw-r--r-- | graphics/tiff/pkg-plist | 2 |
4 files changed, 6 insertions, 16 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 42dd0f49738e..43b58e2ba005 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -8,8 +8,7 @@ # PORTNAME= tiff -PORTVERSION= 3.8.0 -PORTREVISION= 1 +PORTVERSION= 3.8.1 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 76247e772ec1..731fe1785b3f 100644 --- a/graphics/tiff/distinfo +++ b/graphics/tiff/distinfo @@ -1,3 +1,3 @@ -MD5 (tiff-3.8.0.tar.gz) = f9fd8b46dfd71c8e17a99cbdbac020f4 -SHA256 (tiff-3.8.0.tar.gz) = c880bee3844aea8570b5405c00cd15dfae2b5b09e006694e211bee25f298db6a -SIZE (tiff-3.8.0.tar.gz) = 1330533 +MD5 (tiff-3.8.1.tar.gz) = edd4a2036f6f315d26170178f0f8641e +SHA256 (tiff-3.8.1.tar.gz) = 47d8741ea92349520e8d1435a93567f7df864c4c5d737636b4f190524730ccee +SIZE (tiff-3.8.1.tar.gz) = 1334739 diff --git a/graphics/tiff/files/patch-configure b/graphics/tiff/files/patch-configure deleted file mode 100644 index 0ae8ba2c5cbe..000000000000 --- a/graphics/tiff/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - diff --git a/graphics/tiff/pkg-plist b/graphics/tiff/pkg-plist index 2324de2c64a1..282d0ab40806 100644 --- a/graphics/tiff/pkg-plist +++ b/graphics/tiff/pkg-plist @@ -155,6 +155,8 @@ lib/libtiffxx.so.4 %%PORTDOCS%%%%DOCSDIR%%/v3.7.2.html %%PORTDOCS%%%%DOCSDIR%%/v3.7.3.html %%PORTDOCS%%%%DOCSDIR%%/v3.7.4.html +%%PORTDOCS%%%%DOCSDIR%%/v3.8.0.html +%%PORTDOCS%%%%DOCSDIR%%/v3.8.1.html %%PORTDOCS%%@dirrm %%DOCSDIR%%/man %%PORTDOCS%%@dirrm %%DOCSDIR%%/images %%PORTDOCS%%@dirrm %%DOCSDIR%% |