diff options
author | gerald <gerald@FreeBSD.org> | 2014-03-11 04:55:20 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-03-11 04:55:20 +0800 |
commit | a977aaf91c365d208a28cae62cb22b16e70a1978 (patch) | |
tree | 8b56d1724c64bf5dd76ae2dcec17c58fb797e8e1 /java | |
parent | 04c8ad7602e8fd91b79f4579967539bdd850665d (diff) | |
download | freebsd-ports-gnome-a977aaf91c365d208a28cae62cb22b16e70a1978.tar.gz freebsd-ports-gnome-a977aaf91c365d208a28cae62cb22b16e70a1978.tar.zst freebsd-ports-gnome-a977aaf91c365d208a28cae62cb22b16e70a1978.zip |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
Diffstat (limited to 'java')
-rw-r--r-- | java/icedtea-web/Makefile | 1 | ||||
-rw-r--r-- | java/jlint/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index 4d900cfb6db1..84fdcc893e89 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -2,6 +2,7 @@ PORTNAME= icedtea-web PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= java www MASTER_SITES= http://icedtea.wildebeest.org/download/source/ \ http://icedtea.classpath.org/download/source/ diff --git a/java/jlint/Makefile b/java/jlint/Makefile index 5ed90176917b..8b66aefdb497 100644 --- a/java/jlint/Makefile +++ b/java/jlint/Makefile @@ -3,6 +3,7 @@ PORTNAME= jlint PORTVERSION= 3.1.2 +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |