diff options
author | gerald <gerald@FreeBSD.org> | 2016-11-20 17:38:08 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2016-11-20 17:38:08 +0800 |
commit | db5f30a44b64f57dc79943bd0353111f9146dadc (patch) | |
tree | e94768205025f539f2698d8d84810ab33e0ca57f /textproc | |
parent | 402295d85eaa6b40d0c3fd478260d4ccd953880e (diff) | |
download | freebsd-ports-gnome-db5f30a44b64f57dc79943bd0353111f9146dadc.tar.gz freebsd-ports-gnome-db5f30a44b64f57dc79943bd0353111f9146dadc.tar.zst freebsd-ports-gnome-db5f30a44b64f57dc79943bd0353111f9146dadc.zip |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ibus/Makefile | 1 | ||||
-rw-r--r-- | textproc/senna/Makefile | 2 | ||||
-rw-r--r-- | textproc/uim-kde4/Makefile | 1 | ||||
-rw-r--r-- | textproc/wiggle/Makefile | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index 48b651c5491f..a8b1f7e1edb2 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -3,6 +3,7 @@ PORTNAME= ibus PORTVERSION= 1.5.11 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ \ http://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ diff --git a/textproc/senna/Makefile b/textproc/senna/Makefile index 1fcb175d7ed9..82bf79359c25 100644 --- a/textproc/senna/Makefile +++ b/textproc/senna/Makefile @@ -2,7 +2,7 @@ PORTNAME= senna PORTVERSION= 1.1.5 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= SFJP/senna/46945 diff --git a/textproc/uim-kde4/Makefile b/textproc/uim-kde4/Makefile index b1a9930f57e0..c71fc6ce029b 100644 --- a/textproc/uim-kde4/Makefile +++ b/textproc/uim-kde4/Makefile @@ -1,6 +1,7 @@ # Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -kde4 COMMENT= KDE4 panel applet of uim input method diff --git a/textproc/wiggle/Makefile b/textproc/wiggle/Makefile index 9ff256d0a51c..976dcd56aa0c 100644 --- a/textproc/wiggle/Makefile +++ b/textproc/wiggle/Makefile @@ -3,6 +3,7 @@ PORTNAME= wiggle PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://neil.brown.name/wiggle/ |