From 7b3a335583de630e38cfa9005337d4895c076b48 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Mon, 7 Nov 2011 04:59:06 +0000 Subject: [PATCH] - Update to version 31.0.0, which no longer depends on script and svg Qt components (due to upcoming porting to Qt5). It means that TEA has no more built-in JavaScript interpreter and no SVG icons; also "evaluate" function now has a lesser functionality (no braces, no math functions except power and percent) - Augment master sites while I'm here Approved by: maintainer (implicit due to inactivity) --- editors/tea/Makefile | 7 ++++--- editors/tea/distinfo | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 9011619adff2..b085e1f0f8f5 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -6,9 +6,10 @@ # PORTNAME= tea -DISTVERSION= 30.1.0 +DISTVERSION= 31.0.0 CATEGORIES= editors -MASTER_SITES= SF/${PORTNAME}-editor/${PORTNAME}-editor/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}-editor/${PORTNAME}-editor/${PORTVERSION} \ + http://semiletov.ho.ua/${PORTNAME}-releases/ MAINTAINER= davide.italiano@gmail.com COMMENT= A simple and powerful Qt4-based text editor @@ -17,7 +18,7 @@ LICENSE= GPLv3 USE_BZIP2= yes USE_QT_VER= 4 -QT_COMPONENTS= qmake_build moc_build rcc_build corelib gui script svg xml +QT_COMPONENTS= qmake_build moc_build rcc_build gui xml PLIST_FILES= bin/${PORTNAME} diff --git a/editors/tea/distinfo b/editors/tea/distinfo index ad765cb2cd59..764c6a490b2e 100644 --- a/editors/tea/distinfo +++ b/editors/tea/distinfo @@ -1,2 +1,2 @@ -SHA256 (tea-30.1.0.tar.bz2) = d912aa789a4eb3718c5d8ecbb6431f14fbce3d1d11b1de12c84e20816dff6269 -SIZE (tea-30.1.0.tar.bz2) = 237843 +SHA256 (tea-31.0.0.tar.bz2) = 347bbb9a2a3589ef5964e82f27db09c64d834e4d298c73689d3784d6e7b14081 +SIZE (tea-31.0.0.tar.bz2) = 262692