ports/149611: update graphics/tiff to 4.0.0, exp-run needed

dirk.meyer at dinoex.sub.org dirk.meyer at dinoex.sub.org
Fri Aug 13 09:10:10 UTC 2010


>Number:         149611
>Category:       ports
>Synopsis:       update graphics/tiff to 4.0.0, exp-run needed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 13 09:10:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 8.1-RELEASE
>Organization:
privat
>Environment:

>Description:

New funtion in tiff are needed.
The tiff 4.0.0 (beta6) provide them.
Testing old apps with new libtiff shows no conflicts,
so I assume wwe do not need ito bump the shared lib.

>How-To-Repeat:

>Fix:

	Update tiff to 4.0.0
	Please test this patch on the cluster.

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/tiff/Makefile,v
retrieving revision 1.76
diff -u -r1.76 Makefile
--- Makefile	16 Jun 2010 09:32:43 -0000	1.76
+++ Makefile	13 Aug 2010 09:01:21 -0000
@@ -8,7 +8,8 @@
 #
 
 PORTNAME=	tiff
-PORTVERSION=	3.9.4
+PORTVERSION=	4.0.0
+DISTVERSION=	4.0.0beta6
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.remotesensing.org/pub/libtiff/ \
 		http://dl1.maptools.org/dl/libtiff/
@@ -19,6 +20,9 @@
 LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
 		jbig.1:${PORTSDIR}/graphics/jbigkit
 
+LICENSE=	BSD
+LICENSE_FILE=	${WRKSRC}/COPYRIGHT
+
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool:22
 CONFIGURE_ARGS+=	--with-jpeg-include-dir=${LOCALBASE}/include \
@@ -36,8 +40,8 @@
 MAN1=	bmp2tiff.1 tiff2pdf.1 fax2ps.1 fax2tiff.1 gif2tiff.1 pal2rgb.1 \
 	ppm2tiff.1 ras2tiff.1 raw2tiff.1 rgb2ycbcr.1 sgi2tiff.1 \
 	thumbnail.1 tiff2bw.1 tiff2ps.1 tiff2rgba.1 tiffcmp.1 tiffcp.1 \
-	tiffdither.1 tiffdump.1 tiffgt.1 tiffinfo.1 tiffmedian.1 \
-	tiffset.1 tiffsplit.1 tiffsv.1 tiffcrop.1
+	tiffcrop.1 tiffdither.1 tiffdump.1 tiffgt.1 tiffinfo.1 tiffmedian.1 \
+	tiffset.1 tiffsplit.1 tiffsv.1
 MAN3=	TIFFClose.3tiff TIFFDataWidth.3tiff TIFFError.3tiff TIFFFlush.3tiff \
 	TIFFGetField.3tiff TIFFOpen.3tiff TIFFPrintDirectory.3tiff \
 	TIFFRGBAImage.3tiff TIFFReadDirectory.3tiff \
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/graphics/tiff/distinfo,v
retrieving revision 1.29
diff -u -r1.29 distinfo
--- distinfo	16 Jun 2010 09:32:43 -0000	1.29
+++ distinfo	13 Aug 2010 09:01:21 -0000
@@ -1,3 +1,3 @@
-MD5 (tiff-3.9.4.tar.gz) = 2006c1bdd12644dbf02956955175afd6
-SHA256 (tiff-3.9.4.tar.gz) = 67b76d075fb74f7cb32e7e4b217701674755fe6cee0f463b259a753fce691da6
-SIZE (tiff-3.9.4.tar.gz) = 1436968
+MD5 (tiff-4.0.0beta6.tar.gz) = 6a1e51841a5a5062cc381e34a48122a0
+SHA256 (tiff-4.0.0beta6.tar.gz) = de016175742bcdd0cd6f326dd2e7bbc7154437d7bb09976ad4789016065061e6
+SIZE (tiff-4.0.0beta6.tar.gz) = 1968829
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/graphics/tiff/pkg-plist,v
retrieving revision 1.31
diff -u -r1.31 pkg-plist
--- pkg-plist	6 Nov 2009 19:57:51 -0000	1.31
+++ pkg-plist	13 Aug 2010 09:01:21 -0000
@@ -164,6 +164,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/v3.9.0beta.html
 %%PORTDOCS%%%%DOCSDIR%%/v3.9.1.html
 %%PORTDOCS%%%%DOCSDIR%%/v3.9.2.html
+%%PORTDOCS%%%%DOCSDIR%%/v4.0.0.html
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/man
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/images
 %%PORTDOCS%%@dirrm %%DOCSDIR%%

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list