Bug 184253

Summary: [patch] textproc/igor: update to 1.397, support staging
Product: Ports & Packages Reporter: Warren Block <wblock>
Component: Individual Port(s)Assignee: Alex Kozlov <ak>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Warren Block freebsd_committer freebsd_triage 2013-11-24 21:30:00 UTC
Update textproc/igor to 1.397, mostly additional misspelled word detection and a few other improvements.  Also updates the port to support staging.

Fix: Apply attached patch.

Patch attached with submission follows:
Comment 1 Alex Kozlov freebsd_committer freebsd_triage 2013-11-24 21:37:25 UTC
Responsible Changed
From-To: freebsd-bugs->ak

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-24 21:59:18 UTC
Author: ak
Date: Sun Nov 24 21:59:09 2013
New Revision: 334794
URL: http://svnweb.freebsd.org/changeset/ports/334794

Log:
  - Update to 1.397
  - Support STAGEDIR
  
  PR:	ports/184253
  Submitted by:	wblock (maintainer)

Modified:
  head/textproc/igor/Makefile
  head/textproc/igor/distinfo   (contents, props changed)

Modified: head/textproc/igor/Makefile
==============================================================================
--- head/textproc/igor/Makefile	Sun Nov 24 21:32:27 2013	(r334793)
+++ head/textproc/igor/Makefile	Sun Nov 24 21:59:09 2013	(r334794)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	igor
-PORTVERSION=	1.376
+PORTVERSION=	1.397
 CATEGORIES=	textproc
 MASTER_SITES=	https://docscripts.glenbarber.us/tags/${PORTNAME}/${PORTVERSION}/
 
@@ -15,15 +15,14 @@ USE_PERL5=	run
 
 NO_BUILD=	yes
 
-PLIST_FILES=	bin/${PORTNAME}
-MAN1=		${PORTNAME}.1
+PLIST_FILES=	bin/${PORTNAME} \
+		man/man1/${PORTNAME}.1.gz
 
-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>

Modified: head/textproc/igor/distinfo
==============================================================================
--- head/textproc/igor/distinfo	Sun Nov 24 21:32:27 2013	(r334793)
+++ head/textproc/igor/distinfo	Sun Nov 24 21:59:09 2013	(r334794)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Alex Kozlov freebsd_committer freebsd_triage 2013-11-24 21:59:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!