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 /astro | |
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 'astro')
-rw-r--r-- | astro/R-cran-maptools/Makefile | 1 | ||||
-rw-r--r-- | astro/astrometry/Makefile | 2 | ||||
-rw-r--r-- | astro/nightfall/Makefile | 2 | ||||
-rw-r--r-- | astro/py-RO/Makefile | 2 | ||||
-rw-r--r-- | astro/py-aipy/Makefile | 2 | ||||
-rw-r--r-- | astro/py-astLib/Makefile | 1 | ||||
-rw-r--r-- | astro/py-pyfits/Makefile | 2 | ||||
-rw-r--r-- | astro/xtide/Makefile | 2 |
8 files changed, 8 insertions, 6 deletions
diff --git a/astro/R-cran-maptools/Makefile b/astro/R-cran-maptools/Makefile index 6a30b27177f7..4336bbc04fa6 100644 --- a/astro/R-cran-maptools/Makefile +++ b/astro/R-cran-maptools/Makefile @@ -3,6 +3,7 @@ PORTNAME= maptools DISTVERSION= 0.8-29 +PORTREVISION= 1 CATEGORIES= astro DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile index 0ac6c5954641..a415b6998930 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -3,7 +3,7 @@ PORTNAME= astrometry PORTVERSION= 0.34 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= astro MASTER_SITES= http://www.astrometry.net/downloads/ DISTNAME= astrometry.net-${PORTVERSION} diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile index d1b3e8e22a2a..f5a88e812973 100644 --- a/astro/nightfall/Makefile +++ b/astro/nightfall/Makefile @@ -3,7 +3,7 @@ PORTNAME= nightfall PORTVERSION= 1.70 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= astro MASTER_SITES= http://www.la-samhna.de/nightfall/ diff --git a/astro/py-RO/Makefile b/astro/py-RO/Makefile index f2b5b937c6ed..a045973badc7 100644 --- a/astro/py-RO/Makefile +++ b/astro/py-RO/Makefile @@ -3,7 +3,7 @@ PORTNAME= RO PORTVERSION= 3.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/astro/py-aipy/Makefile b/astro/py-aipy/Makefile index 6ed0308f3237..3a962a35d6af 100644 --- a/astro/py-aipy/Makefile +++ b/astro/py-aipy/Makefile @@ -3,7 +3,7 @@ PORTNAME= aipy PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/astro/py-astLib/Makefile b/astro/py-astLib/Makefile index 35e06480f7f4..a0f1a2ded0a4 100644 --- a/astro/py-astLib/Makefile +++ b/astro/py-astLib/Makefile @@ -3,6 +3,7 @@ PORTNAME= astLib PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= astro python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/astro/py-pyfits/Makefile b/astro/py-pyfits/Makefile index bb4070f527b5..79459713b9bc 100644 --- a/astro/py-pyfits/Makefile +++ b/astro/py-pyfits/Makefile @@ -3,7 +3,7 @@ PORTNAME= pyfits PORTVERSION= 3.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 1936430d8c3d..3117211ab13c 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -3,7 +3,7 @@ PORTNAME= xtide PORTVERSION= 2.13.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro geography MASTER_SITES= ftp://ftp.flaterco.com/xtide/ \ http://www.c-s.li/ports/ |