svn commit: r449365 - head/textproc/hunspell

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 6 20:06:16 UTC 2017


Author: sunpoet
Date: Wed Sep  6 20:06:14 2017
New Revision: 449365
URL: https://svnweb.freebsd.org/changeset/ports/449365

Log:
  Update to 1.6.2
  
  - Update LICENSE
  
  Changes:	https://github.com/hunspell/hunspell/releases

Modified:
  head/textproc/hunspell/Makefile
  head/textproc/hunspell/distinfo

Modified: head/textproc/hunspell/Makefile
==============================================================================
--- head/textproc/hunspell/Makefile	Wed Sep  6 20:06:09 2017	(r449364)
+++ head/textproc/hunspell/Makefile	Wed Sep  6 20:06:14 2017	(r449365)
@@ -2,20 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	hunspell
-PORTVERSION=	1.6.1
+PORTVERSION=	1.6.2
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
 CATEGORIES=	textproc
 DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	office at FreeBSD.org
 COMMENT=	Improved spell-checker for Hungarian and other languages
 
-LICENSE=	GPLv2+ LGPL21+ MPL
+LICENSE=	GPLv2+ LGPL21+ MPL11
 LICENSE_COMB=	dual
 LICENSE_FILE_GPLv2+ =	${_LICENSE_STORE}/GPLv2
 LICENSE_FILE_LGPL21+ =	${_LICENSE_STORE}/LGPL21
-LICENSE_FILE_MPL=	${WRKSRC}/COPYING.MPL
+LICENSE_FILE_MPL11=	${WRKSRC}/COPYING.MPL
 
 CONFLICTS_INSTALL=	tinker-[0-9]*
 CONFIGURE_ARGS=	--disable-nls ${ICONV_CONFIGURE_ARG} --with-readline --with-ui

Modified: head/textproc/hunspell/distinfo
==============================================================================
--- head/textproc/hunspell/distinfo	Wed Sep  6 20:06:09 2017	(r449364)
+++ head/textproc/hunspell/distinfo	Wed Sep  6 20:06:14 2017	(r449365)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490542682
-SHA256 (hunspell/hunspell-hunspell-v1.6.1_GH0.tar.gz) = 30f593733c50b794016bb03d31fd2a2071e4610c6fa4708e33edad2335102c49
-SIZE (hunspell/hunspell-hunspell-v1.6.1_GH0.tar.gz) = 706893
+TIMESTAMP = 1504718698
+SHA256 (hunspell/hunspell-hunspell-v1.6.2_GH0.tar.gz) = 3cd9ceb062fe5814f668e4f22b2fa6e3ba0b339b921739541ce180cac4d6f4c4
+SIZE (hunspell/hunspell-hunspell-v1.6.2_GH0.tar.gz) = 721165


More information about the svn-ports-all mailing list