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 /archivers | |
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 'archivers')
-rw-r--r-- | archivers/hs-tar/Makefile | 2 | ||||
-rw-r--r-- | archivers/hs-zip-archive/Makefile | 2 | ||||
-rw-r--r-- | archivers/hs-zlib-bindings/Makefile | 2 | ||||
-rw-r--r-- | archivers/hs-zlib-conduit/Makefile | 2 | ||||
-rw-r--r-- | archivers/hs-zlib-enum/Makefile | 2 | ||||
-rw-r--r-- | archivers/hs-zlib/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/archivers/hs-tar/Makefile b/archivers/hs-tar/Makefile index 4781267711bd..e539189d487a 100644 --- a/archivers/hs-tar/Makefile +++ b/archivers/hs-tar/Makefile @@ -2,7 +2,7 @@ PORTNAME= tar PORTVERSION= 0.4.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zip-archive/Makefile b/archivers/hs-zip-archive/Makefile index b9351b8946e8..719c3e468599 100644 --- a/archivers/hs-zip-archive/Makefile +++ b/archivers/hs-zip-archive/Makefile @@ -2,7 +2,7 @@ PORTNAME= zip-archive PORTVERSION= 0.1.3.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zlib-bindings/Makefile b/archivers/hs-zlib-bindings/Makefile index 6843229a96e9..40519dc66392 100644 --- a/archivers/hs-zlib-bindings/Makefile +++ b/archivers/hs-zlib-bindings/Makefile @@ -2,7 +2,7 @@ PORTNAME= zlib-bindings PORTVERSION= 0.1.1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zlib-conduit/Makefile b/archivers/hs-zlib-conduit/Makefile index 00bd11604c22..89a31b8877b6 100644 --- a/archivers/hs-zlib-conduit/Makefile +++ b/archivers/hs-zlib-conduit/Makefile @@ -2,7 +2,7 @@ PORTNAME= zlib-conduit PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zlib-enum/Makefile b/archivers/hs-zlib-enum/Makefile index eb5b16c8bc89..5e30b111b4c7 100644 --- a/archivers/hs-zlib-enum/Makefile +++ b/archivers/hs-zlib-enum/Makefile @@ -2,7 +2,7 @@ PORTNAME= zlib-enum PORTVERSION= 0.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zlib/Makefile b/archivers/hs-zlib/Makefile index abdbb2a6b1d3..407bf7caea48 100644 --- a/archivers/hs-zlib/Makefile +++ b/archivers/hs-zlib/Makefile @@ -3,7 +3,7 @@ PORTNAME= zlib PORTVERSION= 0.5.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org |