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:
Responsible Changed From-To: freebsd-ports-bugs->eadler eadler@ wants this port PRs (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed. Thanks!