Date: Fri, 16 Jul 2004 01:00:14 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69110: Update port: graphics/jhead to 2.2 Message-ID: <20040716010014.4becc736.tkato432@yahoo.com> Resent-Message-ID: <200407151610.i6FGAOUm073437@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69110 >Category: ports >Synopsis: Update port: graphics/jhead to 2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 15 16:10:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 2.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/jhead/Makefile graphics/jhead/Makefile --- /usr/ports/graphics/jhead/Makefile Wed Jun 9 02:54:14 2004 +++ graphics/jhead/Makefile Thu Jul 15 01:52:13 2004 @@ -6,23 +6,19 @@ # PORTNAME= jhead -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= graphics MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ MAINTAINER= ports@FreeBSD.org COMMENT= Exif Jpeg camera setting parser and thumbnail remover -MAKEFILE= ${WRKSRC}/makefile -USE_GMAKE= yes -MAKE_ENV= CC="${CC}" -USE_REINPLACE= yes - PORTDOCS= usage.html PLIST_FILES= bin/jhead -post-patch: - @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${MAKEFILE} +do-build: + cd ${WRKSRC} && ${CC} ${CFLAGS} exif.c jhead.c jpgfile.c makernote.c \ + -o jhead -lm do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin diff -urN /usr/ports/graphics/jhead/distinfo graphics/jhead/distinfo --- /usr/ports/graphics/jhead/distinfo Wed Apr 7 13:26:09 2004 +++ graphics/jhead/distinfo Thu Jul 15 01:45:27 2004 @@ -1,2 +1,2 @@ -MD5 (jhead-2.1.tar.gz) = 882081eb1f41cb3d3791f8dc87a27e0f -SIZE (jhead-2.1.tar.gz) = 43680 +MD5 (jhead-2.2.tar.gz) = ba88cad2deaa40d7c1caadc518bcb7e7 +SIZE (jhead-2.2.tar.gz) = 47203 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040716010014.4becc736.tkato432>