aboutsummaryrefslogtreecommitdiffstats
path: root/vietnamese/hunspell/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-11-21 07:56:05 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-11-21 07:56:05 +0800
commit018259c230b5820c129249d23396a4a15de72dc6 (patch)
treee5bd3f68c85ba1ed223dfa1291f74e048f4c64f2 /vietnamese/hunspell/Makefile
parent064e91a3d6ad7c285d226533eec3a3deec843782 (diff)
downloadfreebsd-ports-gnome-018259c230b5820c129249d23396a4a15de72dc6.tar.gz
freebsd-ports-gnome-018259c230b5820c129249d23396a4a15de72dc6.tar.zst
freebsd-ports-gnome-018259c230b5820c129249d23396a4a15de72dc6.zip
- Update to 20141110 (2.2.0)
- Cleanup Makefile - Update WWW
Diffstat (limited to 'vietnamese/hunspell/Makefile')
-rw-r--r--vietnamese/hunspell/Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/vietnamese/hunspell/Makefile b/vietnamese/hunspell/Makefile
index e475a8e45298..2f6aa70cb637 100644
--- a/vietnamese/hunspell/Makefile
+++ b/vietnamese/hunspell/Makefile
@@ -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 dictionaries
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>