From owner-freebsd-bugs@FreeBSD.ORG Sun Nov 24 21:30:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BD59614 for ; Sun, 24 Nov 2013 21:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7EE0B268D for ; Sun, 24 Nov 2013 21:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOLU0Fm091375 for ; Sun, 24 Nov 2013 21:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOLU0ff091374; Sun, 24 Nov 2013 21:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 21:30:00 GMT Resent-Message-Id: <201311242130.rAOLU0ff091374@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Warren Block Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D43F35BF for ; Sun, 24 Nov 2013 21:23:44 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C34D32663 for ; Sun, 24 Nov 2013 21:23:44 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAOLNiqO062474 for ; Sun, 24 Nov 2013 21:23:44 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAOLNiOl062471; Sun, 24 Nov 2013 21:23:44 GMT (envelope-from nobody) Message-Id: <201311242123.rAOLNiOl062471@oldred.freebsd.org> Date: Sun, 24 Nov 2013 21:23:44 GMT From: Warren Block To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/184253: [patch] textproc/igor: update to 1.397, support staging X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 21:30:00 -0000 >Number: 184253 >Category: misc >Synopsis: [patch] textproc/igor: update to 1.397, support staging >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 24 21:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Warren Block >Release: 9-stable >Organization: >Environment: FreeBSD lightning 9.2-STABLE FreeBSD 9.2-STABLE #0 r258240: Sat Nov 16 17:55:08 MST 2013 root@lightning:/usr/obj/usr/src/sys/LIGHTNING amd64 >Description: Update textproc/igor to 1.397, mostly additional misspelled word detection and a few other improvements. Also updates the port to support staging. >How-To-Repeat: >Fix: Apply attached patch. Patch attached with submission follows: Index: textproc/igor/Makefile =================================================================== --- textproc/igor/Makefile (revision 334786) +++ textproc/igor/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= igor -PORTVERSION= 1.376 +PORTVERSION= 1.397 CATEGORIES= textproc MASTER_SITES= https://docscripts.glenbarber.us/tags/${PORTNAME}/${PORTVERSION}/ @@ -18,12 +18,11 @@ PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1 do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/ + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ .include Index: textproc/igor/distinfo =================================================================== --- textproc/igor/distinfo (revision 334786) +++ textproc/igor/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (igor-1.376.tar.gz) = c8e6047fd30bf6d0e65287b66cbdbbc920aba48642ca1395312e1d5ae93cd621 -SIZE (igor-1.376.tar.gz) = 23389 +SHA256 (igor-1.397.tar.gz) = f548b19244bc7529bd59b856d5a17b8435d218ccd2473185781e52725c9c8fe6 +SIZE (igor-1.397.tar.gz) = 23737 >Release-Note: >Audit-Trail: >Unformatted: