Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2014 19:08:59 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347307 - head/textproc/it-hunspell
Message-ID:  <201403061908.s26J8xlv053331@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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