svn commit: r424224 - head/editors/tea

Danilo Egea Gondolfo danilo at FreeBSD.org
Wed Oct 19 02:28:06 UTC 2016


Author: danilo
Date: Wed Oct 19 02:28:05 2016
New Revision: 424224
URL: https://svnweb.freebsd.org/changeset/ports/424224

Log:
  - Update to 43.1.0
  - Fix hunspell/aspell enable/disable
  - Using LANG variable to handle paths with non ASCII bytes during build process

Modified:
  head/editors/tea/Makefile
  head/editors/tea/distinfo

Modified: head/editors/tea/Makefile
==============================================================================
--- head/editors/tea/Makefile	Tue Oct 18 23:10:35 2016	(r424223)
+++ head/editors/tea/Makefile	Wed Oct 19 02:28:05 2016	(r424224)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tea
-PORTVERSION=	42.0.0
+PORTVERSION=	43.1.0
 CATEGORIES=	editors
 MASTER_SITES=	http://semiletov.org/tea/dloads/
 
@@ -17,8 +17,12 @@ OPTIONS_RADIO_SPELL=	ASPELL HUNSPELL
 OPTIONS_DEFAULT=	ASPELL
 
 USES=		pkgconfig:build qmake tar:bzip2
+USE_GL=		gl
 USE_QT4=	corelib gui moc_build network rcc_build
 
+LDFLAGS+=	-lz
+MAKE_ENV+=	LANG=en_US.UTF-8
+CONFIGURE_ENV+=	LANG=en_US.UTF-8
 PLIST_FILES=	bin/tea share/pixmaps/tea_icon_v2.png
 PORTDOCS=	*
 
@@ -26,10 +30,10 @@ DESKTOP_ENTRIES="TEA" "" "${PREFIX}/shar
 		"${PORTNAME}" "" ""
 
 ASPELL_LIB_DEPENDS=	libaspell.so:textproc/aspell
-ASPELL_QMAKE_ON=	CONFIG=nohunspell
+ASPELL_QMAKE_ON=	CONFIG+=nohunspell
 
 HUNSPELL_LIB_DEPENDS=	libhunspell-1.3.so:textproc/hunspell
-HUNSPELL_QMAKE_ON=	CONFIG=noaspell
+HUNSPELL_QMAKE_ON=	CONFIG+=noaspell
 
 post-patch:
 	@${REINPLACE_CMD} -e \

Modified: head/editors/tea/distinfo
==============================================================================
--- head/editors/tea/distinfo	Tue Oct 18 23:10:35 2016	(r424223)
+++ head/editors/tea/distinfo	Wed Oct 19 02:28:05 2016	(r424224)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1470753874
-SHA256 (tea-42.0.0.tar.bz2) = 4981a361985677fceaa32d2911a95522ea715a362d05d9f61501063495321203
-SIZE (tea-42.0.0.tar.bz2) = 383237
+TIMESTAMP = 1474206271
+SHA256 (tea-43.1.0.tar.bz2) = 36fa3e28391d06f75f67926f5259999829c40c069fb76331a19f3528b463573a
+SIZE (tea-43.1.0.tar.bz2) = 398524


More information about the svn-ports-head mailing list