diff options
author | danfe <danfe@FreeBSD.org> | 2012-06-10 01:36:06 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-06-10 01:36:06 +0800 |
commit | 43fbba02b2ba6382168fd30d0402a328a97302b8 (patch) | |
tree | cd10c6a4b3bf50485df16982a807cf1c7618f0c1 /editors | |
parent | 51193603959d165abd98d629a12407f2b3d0a654 (diff) | |
download | freebsd-ports-gnome-43fbba02b2ba6382168fd30d0402a328a97302b8.tar.gz freebsd-ports-gnome-43fbba02b2ba6382168fd30d0402a328a97302b8.tar.zst freebsd-ports-gnome-43fbba02b2ba6382168fd30d0402a328a97302b8.zip |
- Update to version 33.1.0
- Remove hardcoded ABI version from LIB_DEPENDS
Approved by: davide (maintainer; implicit due to inactivity)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tea/Makefile | 5 | ||||
-rw-r--r-- | editors/tea/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 0bfbdff29a6e..e230a7dcbe36 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -6,8 +6,7 @@ # PORTNAME= tea -DISTVERSION= 33.0.0 -PORTREVISION= 1 +DISTVERSION= 33.1.0 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}-editor/${PORTNAME}-editor/${PORTVERSION} \ http://semiletov.ho.ua/${PORTNAME}-releases/ @@ -27,7 +26,7 @@ OPTIONS= ASPELL "Build with GNU Aspell support" on .include <bsd.port.pre.mk> .if defined(WITH_ASPELL) -LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= aspell:${PORTSDIR}/textproc/aspell QMAKEFLAGS= USE_ASPELL=true .else QMAKEFLAGS= USE_ASPELL=false diff --git a/editors/tea/distinfo b/editors/tea/distinfo index 779b12f1f61a..b69353f7882e 100644 --- a/editors/tea/distinfo +++ b/editors/tea/distinfo @@ -1,2 +1,2 @@ -SHA256 (tea-33.0.0.tar.bz2) = 64ec027b6ba03f611a6a3e73282dc57e491508d094d5a5de8711320fd110249d -SIZE (tea-33.0.0.tar.bz2) = 309244 +SHA256 (tea-33.1.0.tar.bz2) = a631056db3bbb2c85b0c64debb2c6a74e1a815284c5530a7e052d8f34bee59d8 +SIZE (tea-33.1.0.tar.bz2) = 309626 |