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 /x11 | |
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 'x11')
-rw-r--r-- | x11/guake/Makefile | 2 | ||||
-rw-r--r-- | x11/hs-X11-xft/Makefile | 2 | ||||
-rw-r--r-- | x11/hs-X11/Makefile | 2 | ||||
-rw-r--r-- | x11/hs-xmobar/Makefile | 2 | ||||
-rw-r--r-- | x11/kde4/Makefile | 1 | ||||
-rw-r--r-- | x11/rxvt-unicode/Makefile | 1 | ||||
-rw-r--r-- | x11/urxvt-perls/Makefile | 1 |
7 files changed, 7 insertions, 4 deletions
diff --git a/x11/guake/Makefile b/x11/guake/Makefile index 35c5c61d7256..42cef870bb6b 100644 --- a/x11/guake/Makefile +++ b/x11/guake/Makefile @@ -2,7 +2,7 @@ PORTNAME= guake PORTVERSION= 0.4.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://distfiles.gentoo.org/distfiles/ \ http://nivit.altervista.org/FreeBSD/ports/distfiles/ diff --git a/x11/hs-X11-xft/Makefile b/x11/hs-X11-xft/Makefile index 03d873d61d8f..b647611c32f5 100644 --- a/x11/hs-X11-xft/Makefile +++ b/x11/hs-X11-xft/Makefile @@ -2,7 +2,7 @@ PORTNAME= X11-xft PORTVERSION= 0.3.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile index eb37283c9d5e..7f924616e052 100644 --- a/x11/hs-X11/Makefile +++ b/x11/hs-X11/Makefile @@ -3,7 +3,7 @@ PORTNAME= X11 PORTVERSION= 1.6.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11/hs-xmobar/Makefile b/x11/hs-xmobar/Makefile index 0fe2f6654ec4..bb0e20833a13 100644 --- a/x11/hs-xmobar/Makefile +++ b/x11/hs-xmobar/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmobar PORTVERSION= 0.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index 11d46a316bff..a219f9f5b28e 100644 --- a/x11/kde4/Makefile +++ b/x11/kde4/Makefile @@ -3,6 +3,7 @@ PORTNAME= kde PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde DISTFILES= # none diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 268f1dbf622f..6590b0627712 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -3,6 +3,7 @@ PORTNAME= rxvt-unicode PORTVERSION= 9.19 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/ MASTER_SITE_SUBDIR= . Attic diff --git a/x11/urxvt-perls/Makefile b/x11/urxvt-perls/Makefile index 0febd93f2e6a..77778ad05d87 100644 --- a/x11/urxvt-perls/Makefile +++ b/x11/urxvt-perls/Makefile @@ -2,6 +2,7 @@ PORTNAME= urxvt-perls PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= rea@FreeBSD.org |