Bug 186504 - [patch] textproc/igor: update textproc/igor to 1.431
Summary: [patch] textproc/igor: update textproc/igor to 1.431
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: 2014-02-06 04:30 UTC by Warren Block
Modified: 2014-02-06 05:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1011 bytes, patch)
2014-02-06 04:30 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 2014-02-06 04:30:00 UTC
Update textproc/igor to 1.431.  There is an important bug fix in the indentation tests which removes many false positives.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-06 04:30:08 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 2014-02-06 05:12:42 UTC
Author: eadler
Date: Thu Feb  6 05:12:33 2014
New Revision: 342933
URL: http://svnweb.freebsd.org/changeset/ports/342933
QAT: https://qat.redports.org/buildarchive/r342933/

Log:
  Update igor to 1.431
  
  Changes: There is an important bug fix in the
  indentation tests which removes many false positives.
  
  PR:		ports/186504
  Submitted by:	wblock (maintainer)

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

Modified: head/textproc/igor/Makefile
==============================================================================
--- head/textproc/igor/Makefile	Thu Feb  6 03:17:07 2014	(r342932)
+++ head/textproc/igor/Makefile	Thu Feb  6 05:12:33 2014	(r342933)
@@ -1,14 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	igor
-PORTVERSION=	1.419
+PORTVERSION=	1.431
 CATEGORIES=	textproc
 MASTER_SITES=	http://docscripts.glenbarber.us/tags/${PORTNAME}/${PORTVERSION}/
 
 MAINTAINER=	wblock@FreeBSD.org
 COMMENT=	FreeBSD Documentation Project sanity check script
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 USES=		perl5
 USE_PERL5=	run

Modified: head/textproc/igor/distinfo
==============================================================================
--- head/textproc/igor/distinfo	Thu Feb  6 03:17:07 2014	(r342932)
+++ head/textproc/igor/distinfo	Thu Feb  6 05:12:33 2014	(r342933)
@@ -1,2 +1,2 @@
-SHA256 (igor-1.419.tar.gz) = 92328d567e3efec6cdb9b03ee9eca77355822768c01eba1f2f30629c32efc216
-SIZE (igor-1.419.tar.gz) = 23695
+SHA256 (igor-1.431.tar.gz) = b3821bd8e0b24d928d60a9858271f2005b22ebac4d7d9ca27596c0fa2ab2132a
+SIZE (igor-1.431.tar.gz) = 24234
_______________________________________________
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 2014-02-06 05:14:25 UTC
State Changed
From-To: open->closed

Committed. Thanks!