diff options
author | danfe <danfe@FreeBSD.org> | 2012-08-29 18:07:06 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-08-29 18:07:06 +0800 |
commit | 050160f5092f2596a61c1d20fd4faebbf7a7aee5 (patch) | |
tree | 8dada7a8db6514dd625dabd61f5397413ac6df8c /editors | |
parent | 3177678e6ffedef6a289a19d087f9239c12a9499 (diff) | |
download | freebsd-ports-gnome-050160f5092f2596a61c1d20fd4faebbf7a7aee5.tar.gz freebsd-ports-gnome-050160f5092f2596a61c1d20fd4faebbf7a7aee5.tar.zst freebsd-ports-gnome-050160f5092f2596a61c1d20fd4faebbf7a7aee5.zip |
- Update to version 33.3.0
- Convert to new OPTIONS syntax
- Drop indefinite article from COMMENT
Approved by: davide (implicit due to inactivity)
Diffstat (limited to 'editors')
-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 |