diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-07-17 04:07:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-07-17 04:07:19 +0000 |
commit | dbe090be2fd562d52a39b6c0747fbd5b959ec1b0 (patch) | |
tree | d50de53c04c4ca4a4e34306f3c72eadd72bf5d24 /editors | |
parent | 54a874ee8ff58e5d58a51b649e090d16eaf8b976 (diff) | |
download | ports-dbe090be2fd562d52a39b6c0747fbd5b959ec1b0.tar.gz ports-dbe090be2fd562d52a39b6c0747fbd5b959ec1b0.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tea/Makefile | 6 | ||||
-rw-r--r-- | editors/tea/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 4cf8ab9823c0..5584c61a3f45 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= tea -PORTVERSION= 36.0.1 +PORTVERSION= 36.0.2 CATEGORIES= editors MASTER_SITES= http://semiletov.org/tea/dloads/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilogondolfo@gmail.com COMMENT= Simple and powerful Qt4-based text editor LICENSE= GPLv3 @@ -34,7 +34,7 @@ QMAKEFLAGS+= USE_ASPELL=false .endif .if ${PORT_OPTIONS:MHUNSPELL} -LIB_DEPENDS+= hunspell-1.3:${PORTSDIR}/textproc/hunspell +LIB_DEPENDS+= hunspell:${PORTSDIR}/textproc/hunspell QMAKEFLAGS+= USE_HUNSPELL=true .else QMAKEFLAGS+= USE_HUNSPELL=false diff --git a/editors/tea/distinfo b/editors/tea/distinfo index 52c0d98d06b5..25ec8fa02d01 100644 --- a/editors/tea/distinfo +++ b/editors/tea/distinfo @@ -1,2 +1,2 @@ -SHA256 (tea-36.0.1.tar.bz2) = 472d7db0a814b4398564d77ccfcdfb6d8dd78452faca73079f6513e624942048 -SIZE (tea-36.0.1.tar.bz2) = 316905 +SHA256 (tea-36.0.2.tar.bz2) = 6541b645451de3f6eefce58b55a302224b925bdbdb9efcfa1491bcf867baad6f +SIZE (tea-36.0.2.tar.bz2) = 315046 |