diff options
author | gerald <gerald@FreeBSD.org> | 2018-07-30 06:18:44 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-07-30 06:18:44 +0800 |
commit | 0941a202747383778df713c994bd63e831dd3095 (patch) | |
tree | 75221c7f7553f4576b2cf1137ee3db4058fd8973 /chinese | |
parent | ab8fd2fd1724dec181a850cb35ddfeb9deec8153 (diff) | |
download | freebsd-ports-gnome-0941a202747383778df713c994bd63e831dd3095.tar.gz freebsd-ports-gnome-0941a202747383778df713c994bd63e831dd3095.tar.zst freebsd-ports-gnome-0941a202747383778df713c994bd63e831dd3095.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 'chinese')
-rw-r--r-- | chinese/gcin-qt5/Makefile | 2 | ||||
-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 | 1 | ||||
-rw-r--r-- | chinese/pyzy/Makefile | 2 |
6 files changed, 6 insertions, 5 deletions
diff --git a/chinese/gcin-qt5/Makefile b/chinese/gcin-qt5/Makefile index e076c1352771..52dc0bc29beb 100644 --- a/chinese/gcin-qt5/Makefile +++ b/chinese/gcin-qt5/Makefile @@ -3,7 +3,7 @@ PORTNAME= gcin PORTVERSION= 2.8.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= chinese textproc gnome MASTER_SITES= http://hyperrate.com/gcin-source/ PKGNAMESUFFIX= -qt5 diff --git a/chinese/ibus-libpinyin/Makefile b/chinese/ibus-libpinyin/Makefile index 864bec896235..e23adfd1df5f 100644 --- a/chinese/ibus-libpinyin/Makefile +++ b/chinese/ibus-libpinyin/Makefile @@ -3,7 +3,7 @@ PORTNAME= ibus-libpinyin PORTVERSION= 1.7.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese MASTER_SITES= SF/libpinyin/${PORTNAME} diff --git a/chinese/ibus-pinyin/Makefile b/chinese/ibus-pinyin/Makefile index 9a1a7079e804..4e16249edacb 100644 --- a/chinese/ibus-pinyin/Makefile +++ b/chinese/ibus-pinyin/Makefile @@ -3,7 +3,7 @@ PORTNAME= ibus-pinyin PORTVERSION= 1.5.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= chinese MAINTAINER= henry.hu.sh@gmail.com diff --git a/chinese/librime/Makefile b/chinese/librime/Makefile index 43f1daa1ec2f..274d2c2f1399 100644 --- a/chinese/librime/Makefile +++ b/chinese/librime/Makefile @@ -4,7 +4,7 @@ PORTNAME= librime PORTVERSION= 1.2.9 DISTVERSIONPREFIX= rime- -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= chinese textproc MAINTAINER= lichray@gmail.com diff --git a/chinese/opencc/Makefile b/chinese/opencc/Makefile index 10ebd6288b84..0bc647425f9d 100644 --- a/chinese/opencc/Makefile +++ b/chinese/opencc/Makefile @@ -3,6 +3,7 @@ PORTNAME= opencc PORTVERSION= 1.0.5 +PORTREVISION= 1 DISTVERSIONPREFIX= ver. CATEGORIES= chinese converters diff --git a/chinese/pyzy/Makefile b/chinese/pyzy/Makefile index f2c943055862..cd255461b907 100644 --- a/chinese/pyzy/Makefile +++ b/chinese/pyzy/Makefile @@ -3,7 +3,7 @@ PORTNAME= pyzy PORTVERSION= 0.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= chinese MAINTAINER= henry.hu.sh@gmail.com |