diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2016-08-10 02:37:08 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2016-08-10 02:37:08 +0000 |
commit | 4dbed34736d8fb38649469d5867ba312dc8163c0 (patch) | |
tree | 055aa6cab7ced5f89c5cde621ed4ab701a82de75 /editors/tea | |
parent | 5b44ad236d849730dff349a16b03bb467fb257dc (diff) | |
download | freebsd-ports-4dbed34736d8fb38649469d5867ba312dc8163c0.zip |
- Update to 42.0.0
- Fix hunspell/aspell enable/disable
Diffstat (limited to 'editors/tea')
-rw-r--r-- | editors/tea/Makefile | 12 | ||||
-rw-r--r-- | editors/tea/distinfo | 5 |
2 files changed, 8 insertions, 9 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 59c2082aa789..f72d20c4ae5e 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -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}/share/pixmaps/tea_icon_v2.png" \ "${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 \ diff --git a/editors/tea/distinfo b/editors/tea/distinfo index a80bcdafe4d3..ce75eca3633f 100644 --- a/editors/tea/distinfo +++ b/editors/tea/distinfo @@ -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 |