Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2012 20:27:12 GMT
From:      Pedro Giffuni <pfg@apache.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173943: Update textproc/it-hunspell to version 2012.04.03
Message-ID:  <201211262027.qAQKRCEU084154@red.freebsd.org>
Resent-Message-ID: <201211262030.qAQKU0AF093853@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173943
>Category:       ports
>Synopsis:       Update textproc/it-hunspell to version 2012.04.03
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 26 20:30:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Pedro Giffuni
>Release:        9.1-PRERELEASE
>Organization:
>Environment:
FreeBSD pcbsd-8555 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #7: Sun Oct  7 00:05:03 COT 2012     Pedro@pcbsd-8555:/usr/src/sys/amd64/compile/GENERIC  amd64

>Description:
Andrea Pescetti pointed me to the latest version of the italian
dictionaries for hunspell.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: it-hunspell/distinfo
===================================================================
--- it-hunspell/distinfo	(revision 307794)
+++ it-hunspell/distinfo	(working copy)
@@ -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
Index: it-hunspell/Makefile
===================================================================
--- it-hunspell/Makefile	(revision 307794)
+++ it-hunspell/Makefile	(working copy)
@@ -6,12 +6,11 @@
 #
 
 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
@@ -19,7 +18,9 @@
 
 LICENSE=	GPLv3
 
+FETCH_ARGS=	-Fpr
 USE_ZIP=	yes
+
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
@@ -29,6 +30,7 @@
 
 do-install:
 	${MKDIR} ${DATADIR}/
-	${INSTALL_DATA} ${WRKSRC}/it_IT.aff ${WRKSRC}/it_IT.dic ${DATADIR}/
+	${INSTALL_DATA} ${WRKSRC}/dictionaries/it_IT.aff \
+	${WRKSRC}/dictionaries/it_IT.dic ${DATADIR}/
 
 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211262027.qAQKRCEU084154>