Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Feb 2006 08:40:09 GMT
From:      Tod McQuillin <devin@spamcop.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/93735: update graphics/p5-Image-ExifTool to 6.01
Message-ID:  <200602230840.k1N8e9ni095298@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/93735; it has been noted by GNATS.

From: Tod McQuillin <devin@spamcop.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/93735: update graphics/p5-Image-ExifTool to 6.01
Date: Thu, 23 Feb 2006 17:32:20 +0900 (JST)

 Okay, although normally I try to follow a policy of only updating the port
 to versions the author designates as "production releases", I'm okay with
 updating to 6.01 since it's clearly only bug fixes.
 
 But please use the below patch instead to work towards closing ports/92257 
 by adding the CONFLICTS variable to the port Makefile.
 
 Thanks.
 
 Index: Makefile
 ===================================================================
 RCS file: /usr/src/cvs-repo/ports/graphics/p5-Image-ExifTool/Makefile,v
 retrieving revision 1.19
 diff -u -u -r1.19 Makefile
 --- Makefile	22 Feb 2006 16:45:03 -0000	1.19
 +++ Makefile	23 Feb 2006 08:27:42 -0000
 @@ -6,12 +6,13 @@
   #
 
   PORTNAME=	Image-ExifTool
 -PORTVERSION=	6.00
 +PORTVERSION=	6.01
   CATEGORIES=	graphics perl5
   MASTER_SITES=	http://www.sno.phy.queensu.ca/~phil/exiftool/ \
   		${MASTER_SITE_PERL_CPAN}
   MASTER_SITE_SUBDIR=Image
   PKGNAMEPREFIX=	p5-
 +CONFLICTS=	py*-exif-*	# this installs bin/exiftool too
 
   MAINTAINER=	devin@spamcop.net
   COMMENT=	Perl module for getting EXIF data from image files
 @@ -44,7 +45,7 @@
 
   # Maintainer section
   mantags:
 -	@cd ${LOCALBASE}/lib/perl5/5.8.7/man/man3/ && \
 +	@cd ${LOCALBASE}/lib/perl5/${PERL_VERSION}/man/man3/ && \
   	ls Image::ExifTool::* | cut -f5 -d: | cut -f1 -d. | ${TR} "\n" " "
 
   .include <bsd.port.mk>
 Index: distinfo
 ===================================================================
 RCS file: /usr/src/cvs-repo/ports/graphics/p5-Image-ExifTool/distinfo,v
 retrieving revision 1.19
 diff -u -u -r1.19 distinfo
 --- distinfo	22 Feb 2006 16:45:03 -0000	1.19
 +++ distinfo	23 Feb 2006 08:19:20 -0000
 @@ -1,3 +1,3 @@
 -MD5 (Image-ExifTool-6.00.tar.gz) = 8578f818320a66c7936be0a3b20fcf5a
 -SHA256 (Image-ExifTool-6.00.tar.gz) = 1b1e3f6f26c611dc2eda4814f05f0849862124599de74a9b4249196df1f67f91
 -SIZE (Image-ExifTool-6.00.tar.gz) = 876655
 +MD5 (Image-ExifTool-6.01.tar.gz) = 1e898b3bdfb444a66b4b972566a8c9b3
 +SHA256 (Image-ExifTool-6.01.tar.gz) = 99a8f75922d825dfb758cc078a52789aa9a9394a2dc8c000786beded0b786a6b
 +SIZE (Image-ExifTool-6.01.tar.gz) = 877791
 ===> Done



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