From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 23 22:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8A0A8D61 for ; Sat, 23 Mar 2013 22:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6EBE3E62 for ; Sat, 23 Mar 2013 22:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2NMe0Ri063516 for ; Sat, 23 Mar 2013 22:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2NMe07F063515; Sat, 23 Mar 2013 22:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 23 Mar 2013 22:40:00 GMT Resent-Message-Id: <201303232240.r2NMe07F063515@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, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E22FACD4 for ; Sat, 23 Mar 2013 22:31:54 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) by mx1.freebsd.org (Postfix) with ESMTP id DC813E12 for ; Sat, 23 Mar 2013 22:31:53 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.2]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MOmCW-1UMIOT1rU6-00698w for ; Sat, 23 Mar 2013 23:31:47 +0100 Received: (qmail invoked by alias); 23 Mar 2013 22:31:46 -0000 Received: from 38-21.104-92.cust.bluewin.ch (EHLO something.email.com) [92.104.21.38] by mail.gmx.net (mp002) with SMTP; 23 Mar 2013 23:31:46 +0100 Received: by something.email.com (sSMTP sendmail emulation); Sat, 23 Mar 2013 23:31:45 +0100 Message-Id: <20130323223154.E22FACD4@hub.freebsd.org> Date: Sat, 23 Mar 2013 23:31:45 +0100 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/177322: [PATCH] graphics/imageindex: Convert to OptionsNG Cc: johnjen@reynoldsnet.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Mar 2013 22:40:00 -0000 >Number: 177322 >Category: ports >Synopsis: [PATCH] graphics/imageindex: Convert to OptionsNG >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 23 22:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 >Description: - Shorten header - Convert to OptionsNG Port maintainer (johnjen@reynoldsnet.org) is cc'd. Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- imageindex-1.1_5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/graphics/imageindex/Makefile ./Makefile --- /usr/ports/graphics/imageindex/Makefile 2013-01-14 17:57:01.000000000 +0100 +++ ./Makefile 2013-03-23 23:09:14.000000000 +0100 @@ -1,9 +1,5 @@ -# New ports collection makefile for: imageindex -# Date created: Sat Sep 7 15:53:33 MST 2002 -# Whom: John Reynolds -# +# Created by: John Reynolds # $FreeBSD: head/graphics/imageindex/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= imageindex PORTVERSION= 1.1 @@ -13,13 +9,12 @@ http://www.reynoldsnet.org/imageindex/release/ MAINTAINER= johnjen@reynoldsnet.org -COMMENT= A digital photo gallery tool +COMMENT= Digital photo gallery tool -RUN_DEPENDS= \ - ${LOCALBASE}/bin/Magick-config:${PORTSDIR}/graphics/ImageMagick \ - ${LOCALBASE}/bin/wrjpgcom:${PORTSDIR}/graphics/jpeg \ - ${LOCALBASE}/bin/mplayer:${PORTSDIR}/multimedia/mplayer \ - p5-Image-Info>=0:${PORTSDIR}/graphics/p5-Image-Info +RUN_DEPENDS= Magick:${PORTSDIR}/graphics/ImageMagick \ + jpeg:${PORTSDIR}/graphics/jpeg \ + mplayer:${PORTSDIR}/multimedia/mplayer \ + p5-Image-Info>=0:${PORTSDIR}/graphics/p5-Image-Info USE_PERL5_RUN= yes MAKE_ARGS+= PERLPATH=${PERL} @@ -29,13 +24,15 @@ MAN1= imageindex.1 +.include + post-patch: - ${REINPLACE_CMD} -e 's|share/man|man| ;' ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/Makefile post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include --- imageindex-1.1_5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: