diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-08-29 10:07:06 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-08-29 10:07:06 +0000 |
commit | 42e68c2d3964040dab00564605ea20ec632f12aa (patch) | |
tree | 8dada7a8db6514dd625dabd61f5397413ac6df8c /editors/tea | |
parent | 4d2b983a20f7ce6257dc71c017163e8503476a92 (diff) | |
download | ports-42e68c2d3964040dab00564605ea20ec632f12aa.tar.gz ports-42e68c2d3964040dab00564605ea20ec632f12aa.zip |
Notes
Diffstat (limited to 'editors/tea')
-rw-r--r-- | editors/tea/Makefile | 9 | ||||
-rw-r--r-- | editors/tea/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 5f6aecd5daa7..536736dbf93f 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -6,13 +6,13 @@ # PORTNAME= tea -DISTVERSION= 33.2.0 +DISTVERSION= 33.3.0 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}-editor/${PORTNAME}-editor/${PORTVERSION} \ http://semiletov.ho.ua/${PORTNAME}-releases/ MAINTAINER= davide.italiano@gmail.com -COMMENT= A simple and powerful Qt4-based text editor +COMMENT= Simple and powerful Qt4-based text editor LICENSE= GPLv3 @@ -21,11 +21,12 @@ USE_QT4= qmake_build moc_build rcc_build gui xml PLIST_FILES= bin/${PORTNAME} -OPTIONS= ASPELL "Build with GNU Aspell support" on +OPTIONS_DEFINE= ASPELL +OPTIONS_DEFAULT= ASPELL .include <bsd.port.pre.mk> -.if defined(WITH_ASPELL) +.if ${PORT_OPTIONS:MASPELL} LIB_DEPENDS= aspell:${PORTSDIR}/textproc/aspell QMAKEFLAGS= USE_ASPELL=true .else diff --git a/editors/tea/distinfo b/editors/tea/distinfo index e992e0e2def5..5f6ff43254fd 100644 --- a/editors/tea/distinfo +++ b/editors/tea/distinfo @@ -1,2 +1,2 @@ -SHA256 (tea-33.2.0.tar.bz2) = caa9f0896d2b8faeb7ebaa2f3ec4d9b9b8a177ac949260dea4afbc2824554369 -SIZE (tea-33.2.0.tar.bz2) = 310270 +SHA256 (tea-33.3.0.tar.bz2) = 14d540cd6825b94bd22e655b2626458fd5c611e7c4cc3124fd7d9af3eb7f5ea8 +SIZE (tea-33.3.0.tar.bz2) = 310901 |