Date: Sun, 30 Oct 2005 09:18:27 +0100 (CET) From: Soeren Straarup <xride@x12.dk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/88219: [PATCH] graphics/jhead: update to 2.4 Message-ID: <20051030081827.8BE3544DB@beacon.x12.dk> Resent-Message-ID: <200510300820.j9U8KGUG089727@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 88219 >Category: ports >Synopsis: [PATCH] graphics/jhead: update to 2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 30 08:20:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Soeren Straarup >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD beacon.x12.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Sep 6 13:55:41 CEST >Description: - Update to 2.4 Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- jhead-2.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/graphics/jhead/Makefile /space/portstrees/FreeBSD/ports/graphics/jhead/Makefile --- /usr/ports/graphics/jhead/Makefile Fri Apr 15 11:39:01 2005 +++ /space/portstrees/FreeBSD/ports/graphics/jhead/Makefile Sun Oct 30 09:10:54 2005 @@ -6,22 +6,25 @@ # PORTNAME= jhead -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= graphics MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Exif Jpeg camera setting parser and thumbnail remover +MAINTAINER= xride@x12.dk +COMMENT= Exif Jpeg camera setting parser,rotator and much more PORTDOCS= usage.html PLIST_FILES= bin/jhead +MAN1= jhead.1 +RUN_DEPENDS= jpegtran:${PORTSDIR}/graphics/jpeg -do-build: - cd ${WRKSRC} && ${CC} ${CFLAGS} exif.c jhead.c jpgfile.c makernote.c \ - -o jhead -lm +do-patch: + ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile + cd ${WRKSRC} && ${GUNZIP_CMD} jhead.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/jhead.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/usage.html ${DOCSDIR} diff -ruN --exclude=CVS /usr/ports/graphics/jhead/distinfo /space/portstrees/FreeBSD/ports/graphics/jhead/distinfo --- /usr/ports/graphics/jhead/distinfo Fri Apr 15 11:39:01 2005 +++ /space/portstrees/FreeBSD/ports/graphics/jhead/distinfo Sun Oct 30 08:16:39 2005 @@ -1,2 +1,2 @@ -MD5 (jhead-2.3.tar.gz) = b27c37f1edd25e5f416914ed46ba11fb -SIZE (jhead-2.3.tar.gz) = 49176 +MD5 (jhead-2.4.tar.gz) = 410d01fd323ce8733480816de3621cc0 +SIZE (jhead-2.4.tar.gz) = 52289 --- jhead-2.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051030081827.8BE3544DB>