diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-11-25 12:55:53 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-11-25 12:55:53 +0000 |
commit | 2d2662f1342e6b30a4f3e843cb2ecdc7987bf7d8 (patch) | |
tree | 2775ee0f159728d1a156c728006cce8798a7c496 /editors | |
parent | e527c1b2f65c583b01144da031c2a4451391e7ea (diff) | |
download | ports-2d2662f1342e6b30a4f3e843cb2ecdc7987bf7d8.tar.gz ports-2d2662f1342e6b30a4f3e843cb2ecdc7987bf7d8.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/calligra/Makefile | 2 | ||||
-rw-r--r-- | editors/libreoffice/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-4/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/texmaker/Makefile | 2 | ||||
-rw-r--r-- | editors/texmakerx/Makefile | 2 | ||||
-rw-r--r-- | editors/texworks/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index e5494c30cbbd..dc3c30350dec 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -2,7 +2,7 @@ PORTNAME= calligra PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/ diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index ea2403884eb9..24327e658c74 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Full integrated office productivity suite diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index 8f32fe34dcb9..de065cffef7b 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors java MASTER_SITES= ${MASTER_SITE_APACHE:S@%SUBDIR%@openoffice/${PORTVERSION}/source@} \ ${MASTER_SITE_LOCAL:S@%SUBDIR%@truckman/openoffice@}:extsrc diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 96a42ead6112..f95585108545 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= 4.1.${SVNREVISION} -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= editors java MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 6c5c1a9f5cbc..32a2d5404d14 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -3,7 +3,7 @@ PORTNAME= texmaker PORTVERSION= 4.1.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ diff --git a/editors/texmakerx/Makefile b/editors/texmakerx/Makefile index 4fd6a088299c..1320f08a6aa5 100644 --- a/editors/texmakerx/Makefile +++ b/editors/texmakerx/Makefile @@ -3,7 +3,7 @@ PORTNAME= texmakerx PORTVERSION= 2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/TexMakerX%20${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION:S:.0::} diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index 3f5b7b2274a9..fe1fd8cbcca5 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -3,7 +3,7 @@ PORTNAME= texworks PORTVERSION= 0.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}-r${VCS_REVISION} |