svn commit: r426675 - head/vietnamese/hunspell
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Nov 20 23:56:07 UTC 2016
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 at 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
More information about the svn-ports-all
mailing list