aboutsummaryrefslogtreecommitdiff
path: root/graphics/jhead
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-15 16:40:44 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-15 16:40:44 +0000
commit42647640e6c174a7bd52bd19f3eaef61d2718a18 (patch)
treea41fb7a87d2ce8cb80400a4c8dbab7d674833747 /graphics/jhead
parent189d434e7fd438e9f7d67e6c19b5b913ccde0c87 (diff)
downloadports-42647640e6c174a7bd52bd19f3eaef61d2718a18.tar.gz
ports-42647640e6c174a7bd52bd19f3eaef61d2718a18.zip
Update to version 2.2
PR: ports/69110 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=113725
Diffstat (limited to 'graphics/jhead')
-rw-r--r--graphics/jhead/Makefile12
-rw-r--r--graphics/jhead/distinfo4
2 files changed, 6 insertions, 10 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile
index d69dbb0ced94..4ea1e523758b 100644
--- a/graphics/jhead/Makefile
+++ b/graphics/jhead/Makefile
@@ -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 --git a/graphics/jhead/distinfo b/graphics/jhead/distinfo
index 8a6bfaf6947b..51573e82943f 100644
--- a/graphics/jhead/distinfo
+++ b/graphics/jhead/distinfo
@@ -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