Bug 175481 - [patch] textproc/igor: update textproc/igor to 1.355
Summary: [patch] textproc/igor: update textproc/igor to 1.355
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Eitan Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-21 16:50 UTC by Warren Block
Modified: 2013-01-23 03:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.28 KB, patch)
2013-01-21 16:50 UTC, Warren Block
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Warren Block freebsd_committer freebsd_triage 2013-01-21 16:50:00 UTC
Update textproc/igor to version 1.355.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-21 16:50:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->eadler

eadler@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-23 02:58:50 UTC
Author: eadler
Date: Wed Jan 23 02:58:42 2013
New Revision: 310851
URL: http://svnweb.freebsd.org/changeset/ports/310851

Log:
  Update textproc/igor to version 1.355.
  
  PR:		ports/175481
  Submitted by:	wblock (maintainer)

Modified:
  head/textproc/igor/Makefile
  head/textproc/igor/distinfo

Modified: head/textproc/igor/Makefile
==============================================================================
--- head/textproc/igor/Makefile	Wed Jan 23 02:48:34 2013	(r310850)
+++ head/textproc/igor/Makefile	Wed Jan 23 02:58:42 2013	(r310851)
@@ -1,9 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	igor
-PORTVERSION=	1.330
+PORTVERSION=	1.355
 CATEGORIES=	textproc
-MASTER_SITES=	https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
+MASTER_SITES=	https://docscripts.glenbarber.us/tags/${PORTNAME}/${PORTVERSION}/
 
 MAINTAINER=	wblock@FreeBSD.org
 COMMENT=	FreeBSD Documentation Project sanity check script
@@ -17,6 +17,9 @@ NO_BUILD=	yes
 PLIST_FILES=	bin/${PORTNAME}
 MAN1=		${PORTNAME}.1
 
+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/

Modified: head/textproc/igor/distinfo
==============================================================================
--- head/textproc/igor/distinfo	Wed Jan 23 02:48:34 2013	(r310850)
+++ head/textproc/igor/distinfo	Wed Jan 23 02:58:42 2013	(r310851)
@@ -1,2 +1,2 @@
-SHA256 (igor-1.330.tar.gz) = 30fc667aaa31d98dfc0f9f87959e448304b6dc3ea53dd81070e0481f6ae00024
-SIZE (igor-1.330.tar.gz) = 20379
+SHA256 (igor-1.355.tar.gz) = 1cd2e51fbcabd70c6a229ae93bbb35c4ce243a63a42d5ebe5dd2c2a16cd83be9
+SIZE (igor-1.355.tar.gz) = 23145
_______________________________________________
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 Eitan Adler freebsd_committer freebsd_triage 2013-01-23 02:59:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!