diff options
author | gerald <gerald@FreeBSD.org> | 2017-09-11 04:55:38 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-09-11 04:55:38 +0800 |
commit | a8659f2c3a739594f865ddb2381c38d14c4d611e (patch) | |
tree | b2fdb90b31860ce377c34f790e4d2f4ed3dad14f /chinese | |
parent | 7b70c817a4e56a6ba513c3a87fb89b520f7ea8e1 (diff) | |
download | freebsd-ports-gnome-a8659f2c3a739594f865ddb2381c38d14c4d611e.tar.gz freebsd-ports-gnome-a8659f2c3a739594f865ddb2381c38d14c4d611e.tar.zst freebsd-ports-gnome-a8659f2c3a739594f865ddb2381c38d14c4d611e.zip |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ibus-libpinyin/Makefile | 2 | ||||
-rw-r--r-- | chinese/ibus-pinyin/Makefile | 2 | ||||
-rw-r--r-- | chinese/librime/Makefile | 2 | ||||
-rw-r--r-- | chinese/opencc/Makefile | 2 | ||||
-rw-r--r-- | chinese/pyzy/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/chinese/ibus-libpinyin/Makefile b/chinese/ibus-libpinyin/Makefile index 0ee87bd141da..d1bae508ca83 100644 --- a/chinese/ibus-libpinyin/Makefile +++ b/chinese/ibus-libpinyin/Makefile @@ -3,7 +3,7 @@ PORTNAME= ibus-libpinyin PORTVERSION= 1.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= chinese MASTER_SITES= SF/libpinyin/${PORTNAME} diff --git a/chinese/ibus-pinyin/Makefile b/chinese/ibus-pinyin/Makefile index 17cbdf31d61d..c43b2c7450ab 100644 --- a/chinese/ibus-pinyin/Makefile +++ b/chinese/ibus-pinyin/Makefile @@ -3,7 +3,7 @@ PORTNAME= ibus-pinyin PORTVERSION= 1.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= chinese MAINTAINER= henry.hu.sh@gmail.com diff --git a/chinese/librime/Makefile b/chinese/librime/Makefile index 9f82d27dc3cc..d3cd1dd88888 100644 --- a/chinese/librime/Makefile +++ b/chinese/librime/Makefile @@ -4,7 +4,7 @@ PORTNAME= librime PORTVERSION= 1.2.9 DISTVERSIONPREFIX= rime- -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= chinese textproc MAINTAINER= lichray@gmail.com diff --git a/chinese/opencc/Makefile b/chinese/opencc/Makefile index facbfdf58eaf..e69ada8d46c6 100644 --- a/chinese/opencc/Makefile +++ b/chinese/opencc/Makefile @@ -3,7 +3,7 @@ PORTNAME= opencc PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= ver. CATEGORIES= chinese converters diff --git a/chinese/pyzy/Makefile b/chinese/pyzy/Makefile index 78b1e066ca6f..5cf42b8b0496 100644 --- a/chinese/pyzy/Makefile +++ b/chinese/pyzy/Makefile @@ -3,7 +3,7 @@ PORTNAME= pyzy PORTVERSION= 0.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= chinese MAINTAINER= henry.hu.sh@gmail.com |