diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-23 15:00:18 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-23 15:00:18 +0000 |
commit | 81c27c891a0bf0bef71694886cc6f7ae1b42de7f (patch) | |
tree | 64687baed1958c674985a94e4d56a5104dd60db1 /editors | |
parent | 537fa0cbd2d6a011fa6b769c106b8f691ce1a312 (diff) | |
download | ports-81c27c891a0bf0bef71694886cc6f7ae1b42de7f.tar.gz ports-81c27c891a0bf0bef71694886cc6f7ae1b42de7f.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/komodo-edit/Makefile | 2 | ||||
-rw-r--r-- | editors/morla/Makefile | 2 | ||||
-rw-r--r-- | editors/omegaT/Makefile | 1 | ||||
-rw-r--r-- | editors/spe/Makefile | 2 | ||||
-rw-r--r-- | editors/texmacs/Makefile | 2 | ||||
-rw-r--r-- | editors/texworks/Makefile | 1 |
6 files changed, 6 insertions, 4 deletions
diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile index c7710ef23223..d049dade0125 100644 --- a/editors/komodo-edit/Makefile +++ b/editors/komodo-edit/Makefile @@ -6,7 +6,7 @@ PORTNAME= komodo-edit PORTVERSION= 6.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= http://downloads.activestate.com/Komodo/releases/${PORTVERSION}/ DISTNAME= Komodo-Edit-${PORTVERSION}-8334-linux-libcpp6-x86 diff --git a/editors/morla/Makefile b/editors/morla/Makefile index 732e46734f90..777c217f43e8 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -7,7 +7,7 @@ PORTNAME= morla PORTVERSION= 0.16.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors textproc MASTER_SITES= http://www.morlardf.net/src/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ diff --git a/editors/omegaT/Makefile b/editors/omegaT/Makefile index 2f2bc963f0fb..05f5defb25d4 100644 --- a/editors/omegaT/Makefile +++ b/editors/omegaT/Makefile @@ -6,6 +6,7 @@ PORTNAME= omegaT DISTVERSION= 2.5.5_01 +PORTREVISION= 1 CATEGORIES= editors java x11 MASTER_SITES= SF/${PORTNAME:L}/OmegaT%20-%20Standard/OmegaT%202.5.5%20update%201/ DISTNAME= OmegaT_2.5.5_01_Source diff --git a/editors/spe/Makefile b/editors/spe/Makefile index f226e84358b7..d26ea8c6747e 100644 --- a/editors/spe/Makefile +++ b/editors/spe/Makefile @@ -7,7 +7,7 @@ PORTNAME= SPE PORTVERSION= 0.8.4.h -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors devel python MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= python diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index d28f9ee42521..899f532f2cd5 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -3,7 +3,7 @@ PORTNAME= texmacs PORTVERSION= 1.0.7.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors print MASTER_SITES= ftp://ftp.texmacs.org/TeXmacs/tmftp/source/ \ http://www.predatorlabs.net/dl/ diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index 563b3ceec663..d22b4a3f0c99 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -3,6 +3,7 @@ PORTNAME= texworks PORTVERSION= 0.4.4 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}-r${VCS_REVISION} |