diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-12-07 13:24:56 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-12-07 13:24:56 +0000 |
commit | e4b7b9118a07c1abfba624cb75f204c62030aa79 (patch) | |
tree | 6d5d55da551a842aeccb81af2fbec5d4427e876a /devel | |
parent | net-im/openfire: update to 4.0.4, kill Linux-based nativeAuth plugin (diff) |
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), part II.
The first part covered 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.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-lacaml/Makefile | 1 | ||||
-rw-r--r-- | devel/papi/Makefile | 2 | ||||
-rw-r--r-- | devel/py-llvmlite/Makefile | 1 | ||||
-rw-r--r-- | devel/py-numba/Makefile | 1 | ||||
-rw-r--r-- | devel/py-tables/Makefile | 2 |
5 files changed, 5 insertions, 2 deletions
diff --git a/devel/ocaml-lacaml/Makefile b/devel/ocaml-lacaml/Makefile index a6c8d63de761..5528e0f98dbf 100644 --- a/devel/ocaml-lacaml/Makefile +++ b/devel/ocaml-lacaml/Makefile @@ -3,6 +3,7 @@ PORTNAME= lacaml PORTVERSION= 8.0.7 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/mmottl/lacaml/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ocaml- diff --git a/devel/papi/Makefile b/devel/papi/Makefile index 3adf8aec0361..b4c81fe89b07 100644 --- a/devel/papi/Makefile +++ b/devel/papi/Makefile @@ -3,7 +3,7 @@ PORTNAME= papi PORTVERSION= 5.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://icl.cs.utk.edu/projects/papi/downloads/ diff --git a/devel/py-llvmlite/Makefile b/devel/py-llvmlite/Makefile index 634311c480da..84cdb1023854 100644 --- a/devel/py-llvmlite/Makefile +++ b/devel/py-llvmlite/Makefile @@ -3,6 +3,7 @@ PORTNAME= llvmlite PORTVERSION= 0.14.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-numba/Makefile b/devel/py-numba/Makefile index b07d72b37d15..4bfe6cacbbd1 100644 --- a/devel/py-numba/Makefile +++ b/devel/py-numba/Makefile @@ -3,6 +3,7 @@ PORTNAME= numba PORTVERSION= 0.29.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile index a250ec52882e..218c3d585bd5 100644 --- a/devel/py-tables/Makefile +++ b/devel/py-tables/Makefile @@ -3,7 +3,7 @@ PORTNAME= tables PORTVERSION= 3.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |