diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-12-05 07:06:47 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-12-05 07:06:47 +0800 |
commit | dddd31f91f95f83d86060b81052941c76506e265 (patch) | |
tree | c62885597688d1ffa6b509fce683edb89e3ff14f /graphics/tiff | |
parent | b7484039e45d49c885478aed4fd8599ac6b5d2c7 (diff) | |
download | freebsd-ports-gnome-dddd31f91f95f83d86060b81052941c76506e265.tar.gz freebsd-ports-gnome-dddd31f91f95f83d86060b81052941c76506e265.tar.zst freebsd-ports-gnome-dddd31f91f95f83d86060b81052941c76506e265.zip |
Update to version 3.5.3
PR: 15224
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 15 | ||||
-rw-r--r-- | graphics/tiff/distinfo | 2 | ||||
-rw-r--r-- | graphics/tiff/pkg-plist | 1 |
3 files changed, 9 insertions, 9 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 63004a9c725f..eaee928d21a5 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: tiff -# Version required: 3.5.2 +# Version required: 3.5.3 # Date created: 8 October 1996 # Whom: Richard Hwang <rhwang@bigpanda.com> # Mikhail Teterin <mi@aldan.algebra.com> @@ -8,8 +8,8 @@ # $FreeBSD$ # -DISTNAME= tiff-v3.5.2 -PKGNAME= tiff-3.5.2 +DISTNAME= tiff-v3.5.3 +PKGNAME= tiff-3.5.3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.onshore.com/pub/libtiff/ \ http://www.libtiff.org/ @@ -33,7 +33,6 @@ CONFIGURE_ARGS= --with-ZIP --with-JPEG \ --noninteractive .if defined(NOPORTDOCS) -CONFIGURE_ARGS+= --with-HTML=no PLIST= ${PKGDIR}/PLIST.nodocs .else CONFIGURE_ARGS+= --with-HTML --with-DIR_HTML=${PREFIX}/share/doc/tiff @@ -65,10 +64,10 @@ MAN3= TIFFCheckTile.3t TIFFClose.3t TIFFComputeStrip.3t TIFFComputeTile.3t \ TIFFVStripSize.3t TIFFVTileSize.3t TIFFWarning.3t \ TIFFWriteBufferSetup.3t TIFFWriteDirectory.3t TIFFWriteEncodedStrip.3t \ TIFFWriteEncodedTile.3t TIFFWriteRawStrip.3t TIFFWriteRawTile.3t \ - TIFFWriteScanline.3t TIFFbuffer.3t TIFFcodec.3t TIFFfree.3t \ - TIFFmalloc.3t TIFFmemcmp.3t TIFFmemcpy.3t TIFFmemory.3t TIFFmemset.3t \ - TIFFquery.3t TIFFrealloc.3t TIFFsize.3t TIFFstrip.3t TIFFswab.3t \ - TIFFtile.3t libtiff.3t + TIFFWriteScanline.3t TIFFWriteTile.3t TIFFbuffer.3t TIFFcodec.3t \ + TIFFfree.3t TIFFmalloc.3t TIFFmemcmp.3t TIFFmemcpy.3t TIFFmemory.3t \ + TIFFmemset.3t TIFFquery.3t TIFFrealloc.3t TIFFsize.3t TIFFstrip.3t \ + TIFFswab.3t TIFFtile.3t libtiff.3t post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib diff --git a/graphics/tiff/distinfo b/graphics/tiff/distinfo index 322275cd4f13..4efc300cf8d7 100644 --- a/graphics/tiff/distinfo +++ b/graphics/tiff/distinfo @@ -1 +1 @@ -MD5 (tiff-v3.5.2.tar.gz) = 2c498457556723485d488eb12c12fe95 +MD5 (tiff-v3.5.3.tar.gz) = d9b401aff13903a5818d7887e1f69022 diff --git a/graphics/tiff/pkg-plist b/graphics/tiff/pkg-plist index 8485975bbaf1..a9837e0cc66f 100644 --- a/graphics/tiff/pkg-plist +++ b/graphics/tiff/pkg-plist @@ -17,6 +17,7 @@ bin/tiffinfo bin/tiffmedian bin/tiffsplit include/tiff.h +include/tiffconf.h include/tiffio.h lib/libtiff.a lib/libtiff.so |