diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-07-31 21:14:15 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-07-31 21:14:15 +0000 |
commit | a5b210399a2808325462e2d518e5fcdc7bf69ac1 (patch) | |
tree | b030cf5a28682a43a6a2fb609a290b4ec084abc5 /editors | |
parent | 328a32ab54f6e5c681f2d9a174147f5b784243dc (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/calligra/Makefile | 2 | ||||
-rw-r--r-- | editors/kile/Makefile | 2 | ||||
-rw-r--r-- | editors/libreoffice/Makefile | 1 | ||||
-rw-r--r-- | editors/texmaker/Makefile | 2 | ||||
-rw-r--r-- | editors/texstudio/Makefile | 2 | ||||
-rw-r--r-- | editors/texworks/Makefile | 2 |
6 files changed, 6 insertions, 5 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 100d9ea86769..ebbc03007f42 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -2,7 +2,7 @@ PORTNAME= calligra DISTVERSION= 3.1.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} diff --git a/editors/kile/Makefile b/editors/kile/Makefile index c23603215175..f50d0db6b6a3 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -3,7 +3,7 @@ PORTNAME= kile DISTVERSIONPREFIX= v DISTVERSION= 3.0b2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 4d43627d0469..05fcce8b004b 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -1,4 +1,5 @@ # $FreeBSD$ +PORTREVISION= 1 .include "${.CURDIR}/Makefile.common" diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index e7fe75bf8ee8..7416bf92890a 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -3,7 +3,7 @@ PORTNAME= texmaker PORTVERSION= 5.0.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile index 68cd9dda9a81..85ef95c5fa94 100644 --- a/editors/texstudio/Makefile +++ b/editors/texstudio/Makefile @@ -2,7 +2,7 @@ PORTNAME= texstudio DISTVERSION= 2.12.16 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MAINTAINER= rigoletto@FreeBSD.org diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index b0554791c7f7..2b6cf6a95319 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -4,7 +4,7 @@ PORTNAME= texworks DISTVERSIONPREFIX= release- DISTVERSION= 0.6.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org |