diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-03-27 11:53:34 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-03-27 11:53:34 +0000 |
commit | 54c5111054dd35aac4691328c7da59d491433f74 (patch) | |
tree | fa31fcb1c6a9f67d99f44fe263461419b8d8b1f8 /editors | |
parent | 1183662d86afc54a8de953c84fa340f62528b773 (diff) | |
download | freebsd-ports-54c5111054dd35aac4691328c7da59d491433f74.zip |
- Update from 37.1.0 to 37.2.0
- Convert USE_BZIP2 to USES
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 cdf84a4ed24c..f3ab5ac3700f 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tea -PORTVERSION= 37.1.0 +PORTVERSION= 37.2.0 CATEGORIES= editors MASTER_SITES= http://semiletov.org/tea/dloads/ @@ -16,8 +16,7 @@ OPTIONS_RADIO= SPELL OPTIONS_RADIO_SPELL= ASPELL HUNSPELL OPTIONS_DEFAULT= ASPELL -USES= qmake -USE_BZIP2= yes +USES= qmake tar:bzip2 USE_QT4= gui moc_build rcc_build PLIST_FILES= bin/tea share/pixmaps/tea_icon_v2.png diff --git a/editors/tea/distinfo b/editors/tea/distinfo index 94b5194078fb..c9c9d248f2ee 100644 --- a/editors/tea/distinfo +++ b/editors/tea/distinfo @@ -1,2 +1,2 @@ -SHA256 (tea-37.1.0.tar.bz2) = b0a2cb527ac9a031f204518f4f3908055a3d11c65c6620725b312dfbf6c5d609 -SIZE (tea-37.1.0.tar.bz2) = 324072 +SHA256 (tea-37.2.0.tar.bz2) = 86002cd4c237a991ff770da21729476606879b4db953c33b07c8dbad3a526a5d +SIZE (tea-37.2.0.tar.bz2) = 325357 |