Update the textproc/igor port to 1.376. Mostly this includes locale support for spelling and detection of more misspelled words. Fix: Apply attached patch. 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: rakuco Date: Tue Jun 11 21:23:04 2013 New Revision: 320645 URL: http://svnweb.freebsd.org/changeset/ports/320645 Log: Update to 1.376. Mostly this includes locale support for spelling and detection of more misspelled words. PR: ports/179498 Submitted by: Warren Block <wblock@FreeBSD.org> (maintainer) Modified: head/textproc/igor/Makefile head/textproc/igor/distinfo Modified: head/textproc/igor/Makefile ============================================================================== --- head/textproc/igor/Makefile Tue Jun 11 21:19:37 2013 (r320644) +++ head/textproc/igor/Makefile Tue Jun 11 21:23:04 2013 (r320645) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= igor -PORTVERSION= 1.355 +PORTVERSION= 1.376 CATEGORIES= textproc MASTER_SITES= https://docscripts.glenbarber.us/tags/${PORTNAME}/${PORTVERSION}/ Modified: head/textproc/igor/distinfo ============================================================================== --- head/textproc/igor/distinfo Tue Jun 11 21:19:37 2013 (r320644) +++ head/textproc/igor/distinfo Tue Jun 11 21:23:04 2013 (r320645) @@ -1,2 +1,2 @@ -SHA256 (igor-1.355.tar.gz) = 1cd2e51fbcabd70c6a229ae93bbb35c4ce243a63a42d5ebe5dd2c2a16cd83be9 -SIZE (igor-1.355.tar.gz) = 23145 +SHA256 (igor-1.376.tar.gz) = c8e6047fd30bf6d0e65287b66cbdbbc920aba48642ca1395312e1d5ae93cd621 +SIZE (igor-1.376.tar.gz) = 23389 _______________________________________________ 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!