Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2016 23:56:05 +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: r426675 - head/vietnamese/hunspell
Message-ID:  <201611202356.uAKNu5m5042228@repo.freebsd.org>

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

Log:
  - Update to 20141110 (2.2.0)
  - Cleanup Makefile
  - Update WWW

Modified:
  head/vietnamese/hunspell/Makefile
  head/vietnamese/hunspell/distinfo
  head/vietnamese/hunspell/pkg-descr

Modified: head/vietnamese/hunspell/Makefile
==============================================================================
--- head/vietnamese/hunspell/Makefile	Sun Nov 20 23:56:00 2016	(r426674)
+++ head/vietnamese/hunspell/Makefile	Sun Nov 20 23:56:05 2016	(r426675)
@@ -1,11 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	hunspell
-PORTVERSION=	20080604
-PORTREVISION=	1
+PORTVERSION=	20141110
 CATEGORIES=	vietnamese textproc
-MASTER_SITES=	LOCAL/sunpoet/${PORTNAME}/
-DISTNAME=	vi_VN-${PORTVERSION}
 DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	office@FreeBSD.org
@@ -13,17 +10,21 @@ COMMENT=	Vietnamese hunspell dictionarie
 
 LICENSE=	GPLv3
 
-USES=		zip
 NO_ARCH=	yes
 NO_BUILD=	yes
-NO_WRKSUBDIR=	yes
-PROJECTHOST=	hunspell-spellcheck-vi
 
-PLIST_FILES=	%%DATADIR%%/vi_VN.aff \
-		%%DATADIR%%/vi_VN.dic
+PLIST_FILES=	%%DATADIR%%/vi-DauCu.aff \
+		%%DATADIR%%/vi-DauCu.dic \
+		%%DATADIR%%/vi-DauMoi.aff \
+		%%DATADIR%%/vi-DauMoi.dic
+
+GH_ACCOUNT=	1ec5
+GH_PROJECT=	${PORTNAME}-vi
+GH_TAGNAME=	v2.2.0
+USE_GITHUB=	yes
 
 do-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}/
-	${INSTALL_DATA} ${WRKSRC}/vi_VN.aff ${WRKSRC}/vi_VN.dic ${STAGEDIR}${DATADIR}/
+	${INSTALL_DATA} ${WRKSRC}/dictionaries/*.aff ${WRKSRC}/dictionaries/*.dic ${STAGEDIR}${DATADIR}/
 
 .include <bsd.port.mk>

Modified: head/vietnamese/hunspell/distinfo
==============================================================================
--- head/vietnamese/hunspell/distinfo	Sun Nov 20 23:56:00 2016	(r426674)
+++ head/vietnamese/hunspell/distinfo	Sun Nov 20 23:56:05 2016	(r426675)
@@ -1,2 +1,3 @@
-SHA256 (hunspell/vi_VN-20080604.zip) = 28af9fd9964c721ddf11bfc1955bf0bc28cabd467bb7f89a6190446f5e68665d
-SIZE (hunspell/vi_VN-20080604.zip) = 20589
+TIMESTAMP = 1479585965
+SHA256 (hunspell/1ec5-hunspell-vi-20141110-v2.2.0_GH0.tar.gz) = e205965ee58fc0dbfab3caa66c115103f5fe3b7d7a2d8874caa8aca8697913ac
+SIZE (hunspell/1ec5-hunspell-vi-20141110-v2.2.0_GH0.tar.gz) = 113861

Modified: head/vietnamese/hunspell/pkg-descr
==============================================================================
--- head/vietnamese/hunspell/pkg-descr	Sun Nov 20 23:56:00 2016	(r426674)
+++ head/vietnamese/hunspell/pkg-descr	Sun Nov 20 23:56:05 2016	(r426675)
@@ -1,3 +1,3 @@
 Vietnamese hunspell dictionaries
 
-WWW: http://code.google.com/p/hunspell-spellcheck-vi/
+WWW: https://github.com/1ec5/hunspell-vi



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