ports/173945: Update textproc/it-hyphen to version 2012.04.03
Pedro Giffuni
pfg at apache.org
Mon Nov 26 21:00:01 UTC 2012
>Number: 173945
>Category: ports
>Synopsis: Update textproc/it-hyphen 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 21:00: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 at pcbsd-8555:/usr/src/sys/amd64/compile/GENERIC amd64
>Description:
The italian hunspell dictionaries are now maintained as an
Apache OpenOffice extension:
http://extensions.openoffice.org/en/project/dict-it
The site also carries the hyphenation support.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: it-hyphen/distinfo
===================================================================
--- it-hyphen/distinfo (revision 307794)
+++ it-hyphen/distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (hyphen/hyph_it_IT-20071126.zip) = 3e7961e7b1bc13e0c6f13826fccb415ceb37bbc68a2a83739db2b7a442a6e197
-SIZE (hyphen/hyph_it_IT-20071126.zip) = 1616
+SHA256 (hyphen/dict-it.oxt) = 2e6a4b3567399252fa2177c985b6b7e09209113fd836b82f9379d30e4f07d713
+SIZE (hyphen/dict-it.oxt) = 1372708
Index: it-hyphen/Makefile
===================================================================
--- it-hyphen/Makefile (revision 307794)
+++ it-hyphen/Makefile (working copy)
@@ -6,12 +6,11 @@
#
PORTNAME= hyphen
-PORTVERSION= 2007.11.26
-PORTREVISION= 1
+PORTVERSION= 2012.04.03
CATEGORIES= textproc
-MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
+MASTER_SITES= http://sourceforge.net/projects/aoo-extensions/files/1204/11/
PKGNAMEPREFIX= it-
-DISTNAME= hyph_it_IT-${PORTVERSION:C/\.//g}
+DISTFILES= dict-it.oxt
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office at FreeBSD.org
@@ -19,7 +18,9 @@
LICENSE= LGPL21
+FETCH_ARGS= -Fpr
USE_ZIP= yes
+
NO_BUILD= yes
NO_WRKSUBDIR= yes
@@ -29,7 +30,7 @@
do-install:
${MKDIR} ${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/hyph_it_IT.dic ${DATADIR}/
+ ${INSTALL_DATA} ${WRKSRC}/dictionaries/hyph_it_IT.dic ${DATADIR}/
${LN} -s hyph_it_IT.dic ${DATADIR}/hyph_it_CH.dic
.include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list