Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2003 11:13:40 +0200 (CEST)
From:      Olivier Tharan <olive@oban.frmug.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        johnjen@reynoldsnet.org
Subject:   ports/55006: Update port: graphics/imageindex to v1.0.6
Message-ID:  <20030729091340.D27A93F671@mafate.sis.pasteur.fr>
Resent-Message-ID: <200307290920.h6T9KGTf005698@freefall.freebsd.org>

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

>Number:         55006
>Category:       ports
>Synopsis:       Update port: graphics/imageindex to v1.0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 29 02:20:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Tharan
>Release:        FreeBSD 4.8-RC i386
>Organization:
>Environment:
System: FreeBSD mafate.sis.pasteur.fr 4.8-RC FreeBSD 4.8-RC #2: Mon Mar 31 18:30:45 CEST 2003 root@mafate.sis.pasteur.fr:/usr/obj/usr/src/sys/MAFATE i386


	
>Description:
Update imageindex to v1.0.6 (released 03/30/2003); port maintainer Cc-ed.

- make the port portlint-compliant
- small reinplace for the correct installation of the man page (I will talk
  about it to the author)
>How-To-Repeat:
	
>Fix:
diff -urN imageindex.old/Makefile imageindex/Makefile
--- imageindex.old/Makefile	Tue Jul 29 08:42:00 2003
+++ imageindex/Makefile	Tue Jul 29 11:02:48 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	imageindex
-PORTVERSION=	1.0.5
+PORTVERSION=	1.0.6
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.edwinh.org/imageindex/release/ \
 		http://www.reynoldsnet.org/imageindex/release/
@@ -17,7 +17,14 @@
 RUN_DEPENDS=	\
 	${LOCALBASE}/bin/Magick-config:${PORTSDIR}/graphics/ImageMagick \
 	${LOCALBASE}/bin/wrjpgcom:${PORTSDIR}/graphics/jpeg \
-	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info
+	${SITE_PERL}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info
+
+USE_REINPLACE=	yes
+
+MAN1=	imageindex.1
+
+post-patch:
+	${REINPLACE_CMD} -e 's|share/man|man| ;' ${WRKSRC}/Makefile
 
 .if !defined(NOPORTDOCS)
 post-install:
diff -urN imageindex.old/distinfo imageindex/distinfo
--- imageindex.old/distinfo	Tue Jul 29 08:42:00 2003
+++ imageindex/distinfo	Tue Jul 29 08:43:57 2003
@@ -1 +1 @@
-MD5 (imageindex-1.0.5.tar.gz) = 4cf1391455c4de9993f51b6c97ea9dac
+MD5 (imageindex-1.0.6.tar.gz) = 0bc022328eadfb0066eb8b20a05e7086
diff -urN imageindex.old/pkg-plist imageindex/pkg-plist
--- imageindex.old/pkg-plist	Tue Jul 29 08:42:00 2003
+++ imageindex/pkg-plist	Tue Jul 29 11:03:58 2003
@@ -1,4 +1,4 @@
 bin/imageindex
 bin/autocaption
-%%PORTDOCS%%share/doc/imageindex/README
+%%DOCSDIR%%/README
 %%PORTDOCS%%@dirrm share/doc/imageindex
>Release-Note:
>Audit-Trail:
>Unformatted:



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