aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2016-10-19 10:28:05 +0800
committerdanilo <danilo@FreeBSD.org>2016-10-19 10:28:05 +0800
commitd85d5ef555a2dd86b65fee46321359905b99c177 (patch)
tree3e7ad65d0d207d46cb3235bbc6ccd3cab4c35315 /editors
parent78dc364155bc2e11a261608af20779ae8886026a (diff)
downloadfreebsd-ports-gnome-d85d5ef555a2dd86b65fee46321359905b99c177.tar.gz
freebsd-ports-gnome-d85d5ef555a2dd86b65fee46321359905b99c177.tar.zst
freebsd-ports-gnome-d85d5ef555a2dd86b65fee46321359905b99c177.zip
- Update to 43.1.0
- Fix hunspell/aspell enable/disable - Using LANG variable to handle paths with non ASCII bytes during build process
Diffstat (limited to 'editors')
-rw-r--r--editors/tea/Makefile10
-rw-r--r--editors/tea/distinfo6
2 files changed, 10 insertions, 6 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile
index f72d20c4ae5e..f96a35ff44dc 100644
--- a/editors/tea/Makefile
+++ b/editors/tea/Makefile
@@ -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}/share/pixmaps/tea_icon_v2.png" \
"${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 \
diff --git a/editors/tea/distinfo b/editors/tea/distinfo
index ce75eca3633f..daa6c5c58d57 100644
--- a/editors/tea/distinfo
+++ b/editors/tea/distinfo
@@ -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