Date: Wed, 16 Oct 2002 11:00:07 -0700 (PDT) From: "Eric M. Johnston" <emj@postal.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/44113: Update port: graphics/exiftags to 0.95 Message-ID: <200210161800.g9GI07hd080741@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/44113; it has been noted by GNATS. From: "Eric M. Johnston" <emj@postal.net> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210161800.g9GI07hd080741>