diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-06-09 17:36:06 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-06-09 17:36:06 +0000 |
commit | 5464fc8d082c6428874486f296d2873489c89190 (patch) | |
tree | 736e8aafa5e3c8afcd5f98267dea119e961d3027 /editors/tea | |
parent | 4896c9c58ad00cfd2937ac71a83d69d185a27da9 (diff) | |
download | freebsd-ports-5464fc8d082c6428874486f296d2873489c89190.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/tea')
-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 |