From johnjen@reynoldsnet.org  Tue Jul 29 07:10:48 2003
Return-Path: <johnjen@reynoldsnet.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A54D037B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 29 Jul 2003 07:10:47 -0700 (PDT)
Received: from lakemtao02.cox.net (lakemtao02.cox.net [68.1.17.243])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AC70C43F75
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 29 Jul 2003 07:10:46 -0700 (PDT)
	(envelope-from johnjen@reynoldsnet.org)
Received: from reynoldsnet.org ([68.2.102.171]) by lakemtao02.cox.net
          (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP
          id <20030729141046.RWNK24359.lakemtao02.cox.net@reynoldsnet.org>;
          Tue, 29 Jul 2003 10:10:46 -0400
Message-Id: <3F26822E.2020501@reynoldsnet.org>
Date: Tue, 29 Jul 2003 07:18:22 -0700
From: John Reynolds <johnjen@reynoldsnet.org>
To: Olivier Tharan <olive@oban.frmug.org>
Cc: FreeBSD-gnats-submit@freebsd.org
In-Reply-To: <20030729091340.D27A93F671@mafate.sis.pasteur.fr>
Subject: Re: Update port: graphics/imageindex to v1.0.6
References: <20030729091340.D27A93F671@mafate.sis.pasteur.fr>

>Number:         55014
>Category:       ports
>Synopsis:       Re: Update port: graphics/imageindex to v1.0.6
>Confidential:   yes
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 29 07:20:11 PDT 2003
>Closed-Date:    Sat Aug 02 05:16:10 PDT 2003
>Last-Modified:  Sat Aug 02 05:16:10 PDT 2003
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 Olivier Tharan wrote:
 
 >>Submitter-Id:	current-users
 >>Originator:	Olivier Tharan
 >>Organization:	
 >>Confidential:	no 
 >>Synopsis:       Update port: graphics/imageindex to v1.0.6
 >>Severity:       non-critical
 >>Priority:       medium
 >>Category:       ports
 >>Class:          update
 >>Release:	FreeBSD 4.8-RC i386
 >>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
 > 
 > 
 
 this all looks good. I have changes to imageindex in the queue (for 
 1.0.7) which is why I haven't upgraded this port yet. Plus, I'm in the 
 middle of a 2-week hardware meltdown which has taken my server and main 
 FreeBSD box, so I'm left with this crappy win98 laptop.
 
 If you have the commit bit in FreeBSD, go ahead and commit these changes 
 and I'll work off of them as a base for when I roll patches for 1.0.7. 
 If you don't have the bit, chances are this PR will stay here until I 
 can roll 1.0.7 :)
 
 thanks!!!
 
 -Jr
 
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: oliver 
State-Changed-When: Sat Aug 2 05:15:18 PDT 2003 
State-Changed-Why:  
Misfiled PR, change got allready committed 


Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs 
Responsible-Changed-By: oliver 
Responsible-Changed-When: Sat Aug 2 05:15:18 PDT 2003 
Responsible-Changed-Why:  
Misfiled PR, change got allready committed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55014 
>Unformatted:
