Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2002 21:37:46 -0600 (MDT)
From:      Jamie Hermans <jamie@hermans.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37975: Maintainer update: graphics/jhead
Message-ID:  <20020512033746.384543F6@zinebar.hermans.ca>

next in thread | raw e-mail | index | archive | help

>Number:         37975
>Category:       ports
>Synopsis:       Maintainer update: graphics/jhead
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 11 20:40:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jamie Hermans
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
hermans.ca
>Environment:
System: FreeBSD zinebar.hermans.ca 4.5-STABLE FreeBSD 4.5-STABLE #0: Sat Apr 13 15:16:39 MDT 2002 root@zinebar.hermans.ca:/usr/obj/usr/src/sys/ZINEBAR i386
>Description:
	Update to v1.7
>How-To-Repeat:
>Fix:

diff -ruN jhead-old/Makefile jhead/Makefile
--- jhead-old/Makefile	Fri Mar 15 09:44:05 2002
+++ jhead/Makefile	Sat May 11 21:22:55 2002
@@ -6,15 +6,17 @@
 #
 
 PORTNAME=	jhead
-PORTVERSION=	1.6
+PORTVERSION=	1.7
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.sentex.net/~mwandel/jhead/
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	${PORTNAME}${PORTVERSION}
+DISTNAME=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	jamie@hermans.ca
 
 MAKEFILE=	${FILESDIR}/Makefile
+
+WRKSRC=		${WRKDIR}/${PORTNAME}${PORTVERSION}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin
diff -ruN jhead-old/distinfo jhead/distinfo
--- jhead-old/distinfo	Fri Mar 15 09:44:05 2002
+++ jhead/distinfo	Sat May 11 21:23:39 2002
@@ -1 +1 @@
-MD5 (jhead1.6.tar.gz) = 71f5d57df15add35f5a60bb372f0cf1a
+MD5 (jhead-1.7.tar.gz) = 99cc43ff2a2fa22845dd686ecd497313
diff -ruN jhead-old/files/Makefile jhead/files/Makefile
--- jhead-old/files/Makefile	Wed Dec 19 03:00:41 2001
+++ jhead/files/Makefile	Sat May 11 21:20:11 2002
@@ -8,7 +8,7 @@
 
 all: jhead
 
-objs = $(OBJ)/jhead.o $(OBJ)/exif.o
+objs = $(OBJ)/jhead.o $(OBJ)/jpgfile.o $(OBJ)/exif.o
 
 $(OBJ)/%.o:$(SRC)/%.c
 	cc ${CFLAGS} -Wall -c $< -o $@
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020512033746.384543F6>