Bug 179498 - [patch] textproc/igor: update textproc/igor to 1.376
Summary: [patch] textproc/igor: update textproc/igor to 1.376
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-06-11 22:20 UTC by Warren Block
Modified: 2013-06-11 22:30 UTC (History)
0 users

See Also:


Attachments
file.diff (891 bytes, patch)
2013-06-11 22:20 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-06-11 22:20:00 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-11 22:20:10 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-06-11 22:23:16 UTC
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"
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-06-11 22:23:23 UTC
State Changed
From-To: open->closed

Committed. Thanks!