svn commit: r347512 - head/textproc/it-hyphen

Gerald Pfeifer gerald at FreeBSD.org
Sat Mar 8 15:46:27 UTC 2014


Author: gerald
Date: Sat Mar  8 15:46:26 2014
New Revision: 347512
URL: http://svnweb.freebsd.org/changeset/ports/347512
QAT: https://qat.redports.org/buildarchive/r347512/

Log:
  Update to version 2013.09.05 of the Italian hyphenation rules.
  
  Change back to upstream MASTER_SITES.  Remove bogus EXTRACT_SUFX.2013.09.05
  
  PR:		173945 (for an earlier version update) [1]
  Submitted by:	pfg [1]
  Approved by:	maintainer timeout (office, 15 months) [1]

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

Modified: head/textproc/it-hyphen/Makefile
==============================================================================
--- head/textproc/it-hyphen/Makefile	Sat Mar  8 15:38:53 2014	(r347511)
+++ head/textproc/it-hyphen/Makefile	Sat Mar  8 15:46:26 2014	(r347512)
@@ -1,12 +1,11 @@
 # $FreeBSD$
 
 PORTNAME=	hyphen
-PORTVERSION=	2007.11.26
-PORTREVISION=	1
+PORTVERSION=	2013.09.05
 CATEGORIES=	textproc
-MASTER_SITES=	LOCAL/sunpoet/${PORTNAME}/
+MASTER_SITES=	http://sourceforge.net/projects/aoo-extensions/files/1204/13/
 PKGNAMEPREFIX=	it-
-DISTNAME=	hyph_it_IT-${PORTVERSION:C/\.//g}
+DISTFILES=	dict-it.oxt
 DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	office at FreeBSD.org
@@ -14,7 +13,6 @@ COMMENT=	Italian hyphenation rules
 
 LICENSE=	LGPL21
 
-EXTRACT_SUFX=	.zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
@@ -24,7 +22,8 @@ PLIST_DIRSTRY=	%%DATADIR%%
 
 do-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}/
-	${INSTALL_DATA} ${WRKSRC}/hyph_it_IT.dic ${STAGEDIR}${DATADIR}/
+	${INSTALL_DATA} ${WRKSRC}/dictionaries/hyph_it_IT.dic \
+		${STAGEDIR}${DATADIR}/
 	${LN} -s hyph_it_IT.dic ${STAGEDIR}${DATADIR}/hyph_it_CH.dic
 
 .include <bsd.port.mk>

Modified: head/textproc/it-hyphen/distinfo
==============================================================================
--- head/textproc/it-hyphen/distinfo	Sat Mar  8 15:38:53 2014	(r347511)
+++ head/textproc/it-hyphen/distinfo	Sat Mar  8 15:46:26 2014	(r347512)
@@ -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) = c6f8e4d071106e69c65f9657180b18a3b7f1f11ca0d588d03263de3a05a4546c
+SIZE (hyphen/dict-it.oxt) = 1372804


More information about the svn-ports-head mailing list