svn commit: r323145 - head/editors/tea
Martin Wilke
miwi at FreeBSD.org
Wed Jul 17 04:07:20 UTC 2013
Author: miwi
Date: Wed Jul 17 04:07:19 2013
New Revision: 323145
URL: http://svnweb.freebsd.org/changeset/ports/323145
Log:
- Update to 36.0.2
- Pass maintainership to submitter
PR: 180500
Submitted by: Danilo Egêa Gondolfo <danilogondolfo at gmail.com>
Modified:
head/editors/tea/Makefile
head/editors/tea/distinfo
Modified: head/editors/tea/Makefile
==============================================================================
--- head/editors/tea/Makefile Wed Jul 17 04:05:33 2013 (r323144)
+++ head/editors/tea/Makefile Wed Jul 17 04:07:19 2013 (r323145)
@@ -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 at FreeBSD.org
+MAINTAINER= danilogondolfo at 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
Modified: head/editors/tea/distinfo
==============================================================================
--- head/editors/tea/distinfo Wed Jul 17 04:05:33 2013 (r323144)
+++ head/editors/tea/distinfo Wed Jul 17 04:07:19 2013 (r323145)
@@ -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
More information about the svn-ports-head
mailing list