From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 29 02:20:17 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9710137B401 for ; Tue, 29 Jul 2003 02:20:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C31943F75 for ; Tue, 29 Jul 2003 02:20:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6T9KGUp005699 for ; Tue, 29 Jul 2003 02:20:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6T9KGTf005698; Tue, 29 Jul 2003 02:20:16 -0700 (PDT) Resent-Date: Tue, 29 Jul 2003 02:20:16 -0700 (PDT) Resent-Message-Id: <200307290920.h6T9KGTf005698@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Tharan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E187237B401 for ; Tue, 29 Jul 2003 02:13:43 -0700 (PDT) Received: from electre.pasteur.fr (mail.pasteur.fr [157.99.64.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA2FD43F85 for ; Tue, 29 Jul 2003 02:13:42 -0700 (PDT) (envelope-from olive@pasteur.fr) Received: from mafate.sis.pasteur.fr (mafate.sis.pasteur.fr [157.99.64.42]) by electre.pasteur.fr (8.12.9/8.12.9) with ESMTP id h6T9DeBX315479; Tue, 29 Jul 2003 11:13:41 +0200 (CEST) Received: by mafate.sis.pasteur.fr (Postfix, from userid 3494) id D27A93F671; Tue, 29 Jul 2003 11:13:40 +0200 (CEST) Message-Id: <20030729091340.D27A93F671@mafate.sis.pasteur.fr> Date: Tue, 29 Jul 2003 11:13:40 +0200 (CEST) From: Olivier Tharan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: johnjen@reynoldsnet.org Subject: ports/55006: Update port: graphics/imageindex to v1.0.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Olivier Tharan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 09:20:18 -0000 >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: