diff options
| author | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-11-20 09:38:08 +0000 |
|---|---|---|
| committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-11-20 09:38:08 +0000 |
| commit | 89f8b052147a980faa4f4419d8444f0c7073c997 (patch) | |
| tree | e94768205025f539f2698d8d84810ab33e0ca57f /java | |
| parent | Long awaited, finally update the default version of GCC in the Ports (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).
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.
Notes
Notes:
svn path=/head/; revision=426566
Diffstat (limited to 'java')
| -rw-r--r-- | java/intellij-fsnotifier/Makefile | 1 | ||||
| -rw-r--r-- | java/jlint/Makefile | 2 | ||||
| -rw-r--r-- | java/sigar/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/java/intellij-fsnotifier/Makefile b/java/intellij-fsnotifier/Makefile index c5ef94599b5e..3caed647453d 100644 --- a/java/intellij-fsnotifier/Makefile +++ b/java/intellij-fsnotifier/Makefile @@ -3,6 +3,7 @@ PORTNAME= intellij-fsnotifier PORTVERSION= 20160221 +PORTREVISION= 1 CATEGORIES= java devel MAINTAINER= t@tobik.me diff --git a/java/jlint/Makefile b/java/jlint/Makefile index 963ce985059b..da770378bc38 100644 --- a/java/jlint/Makefile +++ b/java/jlint/Makefile @@ -3,7 +3,7 @@ PORTNAME= jlint PORTVERSION= 3.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= java devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/java/sigar/Makefile b/java/sigar/Makefile index b587e4d03c4c..b7e435ae2086 100644 --- a/java/sigar/Makefile +++ b/java/sigar/Makefile @@ -3,7 +3,7 @@ PORTNAME= sigar PORTVERSION= 1.7.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= java devel PKGNAMEPREFIX= java- |
