Bug 173943 - Update textproc/it-hunspell to version 2012.04.03
Summary: Update textproc/it-hunspell to version 2012.04.03
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: Gerald Pfeifer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-26 20:30 UTC by Pedro Giffuni
Modified: 2014-03-06 19:15 UTC (History)
0 users

See Also:


Attachments
file.diff (1.46 KB, patch)
2012-11-26 20:30 UTC, Pedro Giffuni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro Giffuni 2012-11-26 20:30:00 UTC
Andrea Pescetti pointed me to the latest version of the italian
dictionaries for hunspell.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-26 20:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->office

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Gerald Pfeifer freebsd_committer freebsd_triage 2014-03-06 11:39:36 UTC
Responsible Changed
From-To: office->gerald

I'll try to get this in.  Maintainer timeout = 15 months.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-03-06 19:09:23 UTC
Author: gerald
Date: Thu Mar  6 19:08:59 2014
New Revision: 347307
URL: http://svnweb.freebsd.org/changeset/ports/347307
QAT: https://qat.redports.org/buildarchive/r347307/

Log:
  Update to version 3.3.2012.04.03 of the Italian hunspell dictionaries.
  
  PR:		173943
  Submitted by:	pfg
  Approved by:	maintainer timeout (office, 15 months)

Modified:
  head/textproc/it-hunspell/Makefile
  head/textproc/it-hunspell/distinfo

Modified: head/textproc/it-hunspell/Makefile
==============================================================================
--- head/textproc/it-hunspell/Makefile	Thu Mar  6 18:54:06 2014	(r347306)
+++ head/textproc/it-hunspell/Makefile	Thu Mar  6 19:08:59 2014	(r347307)
@@ -1,12 +1,11 @@
 # $FreeBSD$
 
 PORTNAME=	hunspell
-PORTVERSION=	2.4.2007.09.01
-PORTREVISION=	1
+PORTVERSION=	3.3.2012.04.03
 CATEGORIES=	textproc
-MASTER_SITES=	SF/linguistico/Dizionario%20italiano%20per%20OOo/${PORTVERSION:S/./_/g}/
+MASTER_SITES=	http://sourceforge.net/projects/aoo-extensions/files/1204/11/
 PKGNAMEPREFIX=	it-
-DISTNAME=	italiano_${PORTVERSION:S/./_/g}
+DISTFILES=	dict-it.oxt
 DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	office@FreeBSD.org
@@ -24,6 +23,7 @@ PLIST_DIRSTRY=	%%DATADIR%%
 
 do-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}/
-	${INSTALL_DATA} ${WRKSRC}/it_IT.aff ${WRKSRC}/it_IT.dic ${STAGEDIR}${DATADIR}/
+	${INSTALL_DATA} ${WRKSRC}/dictionaries/it_IT.aff \
+		${WRKSRC}/dictionaries/it_IT.dic ${STAGEDIR}${DATADIR}/
 
 .include <bsd.port.mk>

Modified: head/textproc/it-hunspell/distinfo
==============================================================================
--- head/textproc/it-hunspell/distinfo	Thu Mar  6 18:54:06 2014	(r347306)
+++ head/textproc/it-hunspell/distinfo	Thu Mar  6 19:08:59 2014	(r347307)
@@ -1,2 +1,2 @@
-SHA256 (hunspell/italiano_2_4_2007_09_01.zip) = 2d37f687041f7eee306014915a75b8ac3d43482c5ed9f9d932857457cecf2e55
-SIZE (hunspell/italiano_2_4_2007_09_01.zip) = 416284
+SHA256 (hunspell/dict-it.oxt) = 2e6a4b3567399252fa2177c985b6b7e09209113fd836b82f9379d30e4f07d713
+SIZE (hunspell/dict-it.oxt) = 1372708
_______________________________________________
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 4 Gerald Pfeifer freebsd_committer freebsd_triage 2014-03-06 19:12:35 UTC
State Changed
From-To: open->closed

I committed this update.  The patch did not apply clean any more (two 
of three hunks failed), but that was easy enough. 

The only part I omitted was 
FETCH_ARGS=    -Fpr 
since this is the default in the FreeBSD Ports Collection anyway, at 
least these days.