diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-11-07 04:59:06 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-11-07 04:59:06 +0000 |
commit | 7b3a335583de630e38cfa9005337d4895c076b48 (patch) | |
tree | 692d182eae9d8e14f76626cc2989b9b6971b5290 /editors | |
parent | 758f94a6fd801a40eafe79f72195ed81c8ace2f7 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tea/Makefile | 7 | ||||
-rw-r--r-- | 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 |