From owner-freebsd-ports Fri Nov 24 8:40:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1465A37B657 for ; Fri, 24 Nov 2000 08:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA20550; Fri, 24 Nov 2000 08:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 81E7137B479; Fri, 24 Nov 2000 08:31:29 -0800 (PST) Message-Id: <20001124163129.81E7137B479@hub.freebsd.org> Date: Fri, 24 Nov 2000 08:31:29 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/23077: Update port: graphics/tiff2png to 0.81c Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23077 >Category: ports >Synopsis: Update port: graphics/tiff2png to 0.81c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 24 08:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.81c >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/tiff2png/Makefile graphics/tiff2png/Makefile --- /usr/ports/graphics/tiff2png/Makefile Mon Jul 10 20:06:16 2000 +++ graphics/tiff2png/Makefile Wed Nov 22 21:40:03 2000 @@ -6,7 +6,7 @@ # PORTNAME= tiff2png -PORTVERSION= 0.81 +PORTVERSION= 0.81c CATEGORIES= graphics MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/ \ ftp://swrinde.nde.swri.edu/pub/png/applications/ @@ -16,9 +16,14 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ png.4:${PORTSDIR}/graphics/png +MAKEFILE= Makefile.unx ALL_TARGET= tiff2png do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tiff2png ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/tiff2png + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tiff2png +.endif .include diff -urN /usr/ports/graphics/tiff2png/distinfo graphics/tiff2png/distinfo --- /usr/ports/graphics/tiff2png/distinfo Tue Jul 4 16:00:07 2000 +++ graphics/tiff2png/distinfo Wed Nov 22 21:15:28 2000 @@ -1 +1 @@ -MD5 (tiff2png-0.81.tar.gz) = 8a2ed7804d624f2248dc9524e26c4eb5 +MD5 (tiff2png-0.81c.tar.gz) = 502a767c5202665e5282b764ba1043c8 diff -urN /usr/ports/graphics/tiff2png/files/patch-aa graphics/tiff2png/files/patch-aa --- /usr/ports/graphics/tiff2png/files/patch-aa Mon Jul 10 04:43:55 2000 +++ graphics/tiff2png/files/patch-aa Wed Nov 22 21:46:45 2000 @@ -1,5 +1,5 @@ ---- Makefile.orig Mon Feb 14 05:39:40 2000 -+++ Makefile Tue Jul 4 19:29:41 2000 +--- Makefile.unx.orig Fri Nov 10 02:32:50 2000 ++++ Makefile.unx Wed Nov 22 21:46:33 2000 @@ -2,9 +2,9 @@ # Copyright (C) 1996 Willem van Schaik @@ -13,14 +13,7 @@ #COPY=cp COPY=/bin/cp -p DEL=/bin/rm -f -@@ -49,21 +49,15 @@ - #ZLIB=/usr/lib - ZLIB=/usr/local/lib - #ZLIB=../zlib --ZINC=/usr/local/include -+#ZINC=/usr/local/include - #ZINC=$(ZLIB) - +@@ -56,15 +56,9 @@ INSTALL=/usr/local # GRR 19990713: FAXPECT is a custom conversion option for stretched faxes diff -urN /usr/ports/graphics/tiff2png/pkg-plist graphics/tiff2png/pkg-plist --- /usr/ports/graphics/tiff2png/pkg-plist Tue Jul 4 16:00:08 2000 +++ graphics/tiff2png/pkg-plist Wed Nov 22 21:40:43 2000 @@ -1 +1,3 @@ bin/tiff2png +share/doc/tiff2png/README +@dirrm share/doc/tiff2png >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message