diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-06 19:08:59 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-06 19:08:59 +0000 |
commit | 53ef374db72b7f7380ca273f1928e69443270d04 (patch) | |
tree | 123a2554c5e1af5e5dcbec45370289d9cedbca5a /textproc/it-hunspell | |
parent | fa16a4f2ff3612d2b31fdd94eca87c100b64c0e1 (diff) |
Notes
Diffstat (limited to 'textproc/it-hunspell')
-rw-r--r-- | textproc/it-hunspell/Makefile | 10 | ||||
-rw-r--r-- | textproc/it-hunspell/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/it-hunspell/Makefile b/textproc/it-hunspell/Makefile index 3a83273a1008..d2fdae736d00 100644 --- a/textproc/it-hunspell/Makefile +++ b/textproc/it-hunspell/Makefile @@ -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> diff --git a/textproc/it-hunspell/distinfo b/textproc/it-hunspell/distinfo index a59a790c3de4..230fc9a07cbf 100644 --- a/textproc/it-hunspell/distinfo +++ b/textproc/it-hunspell/distinfo @@ -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 |