misc/184253: [patch] textproc/igor: update to 1.397, support staging
Warren Block
wblock at FreeBSD.org
Sun Nov 24 21:30:00 UTC 2013
>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 at 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 <bsd.port.mk>
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:
More information about the freebsd-bugs
mailing list