From owner-freebsd-ports Wed Oct 16 11: 0:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A92137B401 for ; Wed, 16 Oct 2002 11:00:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99C0743E75 for ; Wed, 16 Oct 2002 11:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GI07x3080742 for ; Wed, 16 Oct 2002 11:00:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9GI07hd080741; Wed, 16 Oct 2002 11:00:07 -0700 (PDT) Date: Wed, 16 Oct 2002 11:00:07 -0700 (PDT) Message-Id: <200210161800.g9GI07hd080741@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Eric M. Johnston" Subject: Re: ports/44113: Update port: graphics/exiftags to 0.95 Reply-To: "Eric M. Johnston" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/44113; it has been noted by GNATS. From: "Eric M. Johnston" To: freebsd-gnats-submit@FreeBSD.org, tkato@prontomail.com Cc: Subject: Re: ports/44113: Update port: graphics/exiftags to 0.95 Date: Wed, 16 Oct 2002 13:50:04 -0400 The following patch extends the submitted fix to include the new exifcom utility in the package and adds port documentation. Also, how can I change my installation procedure to eliminate the need for the do-install target? Eric diff -urN /usr/ports/graphics/exiftags/Makefile ./exiftags-new/Makefile --- /usr/ports/graphics/exiftags/Makefile Tue Oct 15 16:19:05 2002 +++ ./exiftags-new/Makefile Wed Oct 16 09:21:19 2002 @@ -7,18 +7,27 @@ # PORTNAME= exiftags -PORTVERSION= 0.94 +PORTVERSION= 0.95 CATEGORIES= graphics MASTER_SITES= http://johnst.org/sw/exiftags/ MAINTAINER= ports@FreeBSD.org -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREIFX}" +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" -MAN1= exiftags.1 +MAN1= exiftags.1 exifcom.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/exiftags ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/exifcom ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/exiftags.1 ${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/exifcom.1 ${MANPREFIX}/man/man1 + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/exiftags + ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/exiftags + ${INSTALL_MAN} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/exiftags +.endif .include diff -urN /usr/ports/graphics/exiftags/distinfo ./exiftags-new/distinfo --- /usr/ports/graphics/exiftags/distinfo Tue Oct 15 16:19:05 2002 +++ ./exiftags-new/distinfo Wed Oct 16 09:19:22 2002 @@ -1 +1 @@ -MD5 (exiftags-0.94.tar.gz) = e68fa0fc807c3648dd3387e476dcda87 +MD5 (exiftags-0.95.tar.gz) = f95e68170dac50de995190589d5923bc diff -urN /usr/ports/graphics/exiftags/pkg-plist ./exiftags-new/pkg-plist --- /usr/ports/graphics/exiftags/pkg-plist Fri Sep 13 01:53:14 2002 +++ ./exiftags-new/pkg-plist Wed Oct 16 09:18:27 2002 @@ -1 +1,5 @@ +bin/exifcom bin/exiftags +%%PORTDOCS%%share/doc/exiftags/CHANGES +%%PORTDOCS%%share/doc/exiftags/README +%%PORTDOCS%%@dirrm share/doc/exiftags To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message