Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2016 23:55:51 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426672 - head/textproc/es-hunspell
Message-ID:  <201611202355.uAKNtppj041856@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 20 23:55:51 2016
New Revision: 426672
URL: https://svnweb.freebsd.org/changeset/ports/426672

Log:
  - Update to 2.1.1
  - Add LICENSE_FILE
  - Update WWW
  
  Changes:	https://github.com/sbosio/rla-es/blob/master/CHANGELOG.md

Modified:
  head/textproc/es-hunspell/Makefile
  head/textproc/es-hunspell/distinfo
  head/textproc/es-hunspell/pkg-descr

Modified: head/textproc/es-hunspell/Makefile
==============================================================================
--- head/textproc/es-hunspell/Makefile	Sun Nov 20 23:55:47 2016	(r426671)
+++ head/textproc/es-hunspell/Makefile	Sun Nov 20 23:55:51 2016	(r426672)
@@ -1,19 +1,22 @@
 # $FreeBSD$
 
 PORTNAME=	hunspell
-PORTVERSION=	0.7
+PORTVERSION=	2.1.1
 CATEGORIES=	textproc spanish
-MASTER_SITES=	LOCAL/sunpoet/${PORTNAME}/
+MASTER_SITES=	https://github.com/sbosio/rla-es/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	es-
-DISTNAME=	es_any-${PORTVERSION}
+DISTNAME=	es_ANY
 EXTRACT_SUFX=	.oxt
-DIST_SUBDIR=	${PORTNAME}
+DIST_SUBDIR=	${PORTNAME}/es-${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	office@FreeBSD.org
 COMMENT=	Spanish hunspell dictionaries
 
 LICENSE=	GPLv3 LGPL3 MPL
 LICENSE_COMB=	dual
+LICENSE_FILE_GPLv3=	${WRKSRC}/GPLv3.txt
+LICENSE_FILE_LGPL3=	${WRKSRC}/LGPLv3.txt
+LICENSE_FILE_MPL=	${WRKSRC}/MPL-1.1.txt
 
 NO_ARCH=	yes
 NO_BUILD=	yes

Modified: head/textproc/es-hunspell/distinfo
==============================================================================
--- head/textproc/es-hunspell/distinfo	Sun Nov 20 23:55:47 2016	(r426671)
+++ head/textproc/es-hunspell/distinfo	Sun Nov 20 23:55:51 2016	(r426672)
@@ -1,2 +1,3 @@
-SHA256 (hunspell/es_any-0.7.oxt) = a30804b7f78b2858f39ae4dc246002105838a1aa58246da6b81ab3993a79f650
-SIZE (hunspell/es_any-0.7.oxt) = 1415886
+TIMESTAMP = 1479595102
+SHA256 (hunspell/es-hunspell-2.1.1/es_ANY.oxt) = 2ef17a70a27a51df180020b63f1a87ba52fce3d0ee337f0f762279734f9f819d
+SIZE (hunspell/es-hunspell-2.1.1/es_ANY.oxt) = 1439838

Modified: head/textproc/es-hunspell/pkg-descr
==============================================================================
--- head/textproc/es-hunspell/pkg-descr	Sun Nov 20 23:55:47 2016	(r426671)
+++ head/textproc/es-hunspell/pkg-descr	Sun Nov 20 23:55:51 2016	(r426672)
@@ -1,3 +1,3 @@
 Spanish hunspell dictionaries
 
-WWW: http://extensions.openoffice.org/en/project/es_ANY-dicts
+WWW: https://github.com/sbosio/rla-es



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