svn commit: r419987 - head/editors/tea

Danilo Egea Gondolfo danilo at FreeBSD.org
Wed Aug 10 02:37:09 UTC 2016


Author: danilo
Date: Wed Aug 10 02:37:08 2016
New Revision: 419987
URL: https://svnweb.freebsd.org/changeset/ports/419987

Log:
  - Update to 42.0.0
  - Fix hunspell/aspell enable/disable

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

Modified: head/editors/tea/Makefile
==============================================================================
--- head/editors/tea/Makefile	Wed Aug 10 02:28:55 2016	(r419986)
+++ head/editors/tea/Makefile	Wed Aug 10 02:37:08 2016	(r419987)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tea
-PORTVERSION=	41.1.1
+PORTVERSION=	42.0.0
 CATEGORIES=	editors
 MASTER_SITES=	http://semiletov.org/tea/dloads/
 
@@ -16,8 +16,8 @@ OPTIONS_RADIO=		SPELL
 OPTIONS_RADIO_SPELL=	ASPELL HUNSPELL
 OPTIONS_DEFAULT=	ASPELL
 
-USES=		qmake tar:bzip2
-USE_QT4=	gui moc_build network rcc_build
+USES=		pkgconfig:build qmake tar:bzip2
+USE_QT4=	corelib gui moc_build network rcc_build
 
 PLIST_FILES=	bin/tea share/pixmaps/tea_icon_v2.png
 PORTDOCS=	*
@@ -26,12 +26,10 @@ DESKTOP_ENTRIES="TEA" "" "${PREFIX}/shar
 		"${PORTNAME}" "" ""
 
 ASPELL_LIB_DEPENDS=	libaspell.so:textproc/aspell
-ASPELL_QMAKE_ON=	USE_ASPELL=true
-ASPELL_QMAKE_OFF=	USE_ASPELL=false
+ASPELL_QMAKE_ON=	CONFIG=nohunspell
 
 HUNSPELL_LIB_DEPENDS=	libhunspell-1.3.so:textproc/hunspell
-HUNSPELL_QMAKE_ON=	USE_HUNSPELL=true
-HUNSPELL_QMAKE_OFF=	USE_HUNSPELL=false
+HUNSPELL_QMAKE_ON=	CONFIG=noaspell
 
 post-patch:
 	@${REINPLACE_CMD} -e \

Modified: head/editors/tea/distinfo
==============================================================================
--- head/editors/tea/distinfo	Wed Aug 10 02:28:55 2016	(r419986)
+++ head/editors/tea/distinfo	Wed Aug 10 02:37:08 2016	(r419987)
@@ -1,2 +1,3 @@
-SHA256 (tea-41.1.1.tar.bz2) = 5f17a1f190c7a31f326273f5c987378f9fdbc3fc34a7d0a97529bc926492bef9
-SIZE (tea-41.1.1.tar.bz2) = 382592
+TIMESTAMP = 1470753874
+SHA256 (tea-42.0.0.tar.bz2) = 4981a361985677fceaa32d2911a95522ea715a362d05d9f61501063495321203
+SIZE (tea-42.0.0.tar.bz2) = 383237


More information about the svn-ports-all mailing list