diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-07-29 22:18:44 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-07-29 22:18:44 +0000 |
commit | 09f9633cb617878a6611cfdfb630e55d957188ef (patch) | |
tree | 75221c7f7553f4576b2cf1137ee3db4058fd8973 /editors | |
parent | d2346f31bcdb9a72f7cb14c3d3127c2d198a087e (diff) | |
download | freebsd-ports-09f9633cb617878a6611cfdfb630e55d957188ef.zip |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
Diffstat (limited to 'editors')
-rw-r--r-- | editors/calligra/Makefile | 2 | ||||
-rw-r--r-- | editors/calligraplan/Makefile | 1 | ||||
-rw-r--r-- | editors/codelite/Makefile | 2 | ||||
-rw-r--r-- | editors/cooledit/Makefile | 1 | ||||
-rw-r--r-- | editors/emacs-devel/Makefile | 1 | ||||
-rw-r--r-- | editors/emacs/Makefile | 2 | ||||
-rw-r--r-- | editors/focuswriter/Makefile | 1 | ||||
-rw-r--r-- | editors/gedit-plugins/Makefile | 2 | ||||
-rw-r--r-- | editors/gedit/Makefile | 2 | ||||
-rw-r--r-- | editors/gobby/Makefile | 2 | ||||
-rw-r--r-- | editors/latexila/Makefile | 2 | ||||
-rw-r--r-- | editors/medit/Makefile | 1 | ||||
-rw-r--r-- | editors/mp/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-4/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-devel/Makefile | 1 | ||||
-rw-r--r-- | editors/p5-Padre/Makefile | 2 | ||||
-rw-r--r-- | editors/pluma/Makefile | 1 | ||||
-rw-r--r-- | editors/poedit/Makefile | 2 | ||||
-rw-r--r-- | editors/textroom/Makefile | 2 | ||||
-rw-r--r-- | editors/texworks/Makefile | 2 | ||||
-rw-r--r-- | editors/yzis/Makefile | 2 | ||||
-rw-r--r-- | editors/zile/Makefile | 2 |
22 files changed, 22 insertions, 14 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index c663a6df6837..d3ed1e5d7d0f 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -2,7 +2,7 @@ PORTNAME= calligra DISTVERSION= 3.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} diff --git a/editors/calligraplan/Makefile b/editors/calligraplan/Makefile index 668d67f41623..02e31ab99d82 100644 --- a/editors/calligraplan/Makefile +++ b/editors/calligraplan/Makefile @@ -2,6 +2,7 @@ PORTNAME= calligraplan DISTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= editors kde MASTER_SITES= KDE/stable/calligra/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index 07e7bc88379f..077037eb6255 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -3,7 +3,7 @@ PORTNAME= codelite PORTVERSION= 11.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors devel MAINTAINER= mmokhi@FreeBSD.org diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 54139cb194d1..a478a520606c 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -3,6 +3,7 @@ PORTNAME= cooledit DISTVERSION= 3.17.28 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SUNSITE/apps/editors/X/cooledit diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 2fb18396db64..ada162e39ba6 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= emacs DISTVERSION= ${EMACS_VER}.${EMACS_REV} +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= editors ipv6 PKGNAMESUFFIX= -devel diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 7426ecf51135..d94d8b5a0965 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -3,7 +3,7 @@ PORTNAME= emacs DISTVERSION= ${EMACS_VER} -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= editors ipv6 MASTER_SITES= GNU diff --git a/editors/focuswriter/Makefile b/editors/focuswriter/Makefile index cceef2b1b908..dfa2f87ad0dd 100644 --- a/editors/focuswriter/Makefile +++ b/editors/focuswriter/Makefile @@ -4,6 +4,7 @@ PORTNAME= focuswriter DISTVERSIONPREFIX= v DISTVERSION= 1.6.15 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= lightside@gmx.com diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index 5c1f6207abe9..1842d7da5937 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -3,7 +3,7 @@ PORTNAME= gedit-plugins PORTVERSION= 3.18.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 6d9dd7b25654..eb5efb2e713c 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -3,7 +3,7 @@ PORTNAME= gedit PORTVERSION= 3.22.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile index 7705480fd24e..51c0834562c5 100644 --- a/editors/gobby/Makefile +++ b/editors/gobby/Makefile @@ -2,7 +2,7 @@ PORTNAME= gobby PORTVERSION= 0.4.13 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MASTER_SITES= http://releases.0x539.de/gobby/ diff --git a/editors/latexila/Makefile b/editors/latexila/Makefile index d2f460ae6a99..b571be00de44 100644 --- a/editors/latexila/Makefile +++ b/editors/latexila/Makefile @@ -3,7 +3,7 @@ PORTNAME= latexila PORTVERSION= 3.22.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/editors/medit/Makefile b/editors/medit/Makefile index e6515af774ff..43339cf12cc3 100644 --- a/editors/medit/Makefile +++ b/editors/medit/Makefile @@ -3,6 +3,7 @@ PORTNAME= medit PORTVERSION= 1.2.92 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF/mooedit/${PORTNAME}/${PORTVERSION} PKGNAMESUFFIX= -editor diff --git a/editors/mp/Makefile b/editors/mp/Makefile index 80d66a5e45d0..e60c86e0f86b 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -3,6 +3,7 @@ PORTNAME= mp DISTVERSION= 5.2.13 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://triptico.com/download/mp/ diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index a53e8da05905..0a47649c2faa 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/sources \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 8dddad32e2fe..f6b708f56497 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} +PORTREVISION= 1 #PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= editors java diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index 4ffe582005c5..7d847df9781a 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -3,7 +3,7 @@ PORTNAME= Padre PORTVERSION= 1.00 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= editors perl5 MASTER_SITES= CPAN/${PORTNAME}/ CPAN/Wx/:wxsc PKGNAMEPREFIX= p5- diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile index 36ef07f407f5..f32d8fb42a8c 100644 --- a/editors/pluma/Makefile +++ b/editors/pluma/Makefile @@ -3,6 +3,7 @@ PORTNAME= pluma PORTVERSION= 1.20.1 +PORTREVISION= 1 CATEGORIES= editors mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 3e697d0ccf58..5db13cd723ce 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -4,7 +4,7 @@ PORTNAME= poedit PORTVERSION= 1.8.4 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= editors MASTER_SITES= https://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/ diff --git a/editors/textroom/Makefile b/editors/textroom/Makefile index 544f23801917..33c95175519e 100644 --- a/editors/textroom/Makefile +++ b/editors/textroom/Makefile @@ -3,7 +3,7 @@ PORTNAME= textroom PORTVERSION= 0.8.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= editors MASTER_SITES= SF diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index a073bbc359d3..eec1eaa0a2a9 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -4,7 +4,7 @@ PORTNAME= texworks PORTVERSION= 0.4.6 DISTVERSIONPREFIX= release- -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org diff --git a/editors/yzis/Makefile b/editors/yzis/Makefile index 161dacb2bd95..6bc99be5c9c6 100644 --- a/editors/yzis/Makefile +++ b/editors/yzis/Makefile @@ -3,7 +3,7 @@ PORTNAME= yzis PORTVERSION= 1.0.a.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= editors MASTER_SITES= http://labs.freehackers.org/attachments/download/45/ \ http://contribs.martymac.org/FreeBSD-ports/distfiles/ diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 027633365e6c..31469a07c1d7 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -3,7 +3,7 @@ PORTNAME= zile PORTVERSION= 2.4.14 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= GNU |