summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2014-03-10 20:55:20 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2014-03-10 20:55:20 +0000
commit1cd277bdcecf80f1b3c00ed15ff1c9e707024607 (patch)
tree8b56d1724c64bf5dd76ae2dcec17c58fb797e8e1 /databases
parentUpdate the default version of GCC used in the Ports Collection from (diff)
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)
Notes
Notes: svn path=/head/; revision=347809
Diffstat (limited to 'databases')
-rw-r--r--databases/R-cran-DBI/Makefile2
-rw-r--r--databases/R-cran-RMySQL/Makefile2
-rw-r--r--databases/R-cran-RSQLite.extfuns/Makefile2
-rw-r--r--databases/R-cran-RSQLite/Makefile2
-rw-r--r--databases/R-cran-sqldf/Makefile1
-rw-r--r--databases/grass/Makefile1
-rw-r--r--databases/hs-mysql/Makefile2
-rw-r--r--databases/hs-persistent-sqlite/Makefile2
-rw-r--r--databases/hs-persistent-template/Makefile2
-rw-r--r--databases/hs-persistent/Makefile2
10 files changed, 10 insertions, 8 deletions
diff --git a/databases/R-cran-DBI/Makefile b/databases/R-cran-DBI/Makefile
index 2e58f4b78e4c..3af75fa5dc9d 100644
--- a/databases/R-cran-DBI/Makefile
+++ b/databases/R-cran-DBI/Makefile
@@ -3,7 +3,7 @@
PORTNAME= DBI
DISTVERSION= 0.2-7
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/databases/R-cran-RMySQL/Makefile b/databases/R-cran-RMySQL/Makefile
index f38d6d1bc7df..ab5c551b3f80 100644
--- a/databases/R-cran-RMySQL/Makefile
+++ b/databases/R-cran-RMySQL/Makefile
@@ -3,7 +3,7 @@
PORTNAME= RMySQL
DISTVERSION= 0.9-3
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/databases/R-cran-RSQLite.extfuns/Makefile b/databases/R-cran-RSQLite.extfuns/Makefile
index dcab50cc6215..8658ad6d8b77 100644
--- a/databases/R-cran-RSQLite.extfuns/Makefile
+++ b/databases/R-cran-RSQLite.extfuns/Makefile
@@ -3,7 +3,7 @@
PORTNAME= RSQLite.extfuns
PORTVERSION= 0.0.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${PORTVERSION}
diff --git a/databases/R-cran-RSQLite/Makefile b/databases/R-cran-RSQLite/Makefile
index 42e32e8f4c86..985fe548a249 100644
--- a/databases/R-cran-RSQLite/Makefile
+++ b/databases/R-cran-RSQLite/Makefile
@@ -3,7 +3,7 @@
PORTNAME= RSQLite
PORTVERSION= 0.11.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${PORTVERSION}
diff --git a/databases/R-cran-sqldf/Makefile b/databases/R-cran-sqldf/Makefile
index 162fbf376467..316b2c3a78f7 100644
--- a/databases/R-cran-sqldf/Makefile
+++ b/databases/R-cran-sqldf/Makefile
@@ -3,6 +3,7 @@
PORTNAME= sqldf
DISTVERSION= 0.4-7
+PORTREVISION= 1
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/databases/grass/Makefile b/databases/grass/Makefile
index 41fe3cea5c55..75cfbaac58d4 100644
--- a/databases/grass/Makefile
+++ b/databases/grass/Makefile
@@ -3,6 +3,7 @@
PORTNAME= grass
PORTVERSION= 6.4.3
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= databases geography
MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \
diff --git a/databases/hs-mysql/Makefile b/databases/hs-mysql/Makefile
index 6e6ea4cfe00e..3201c849f0a5 100644
--- a/databases/hs-mysql/Makefile
+++ b/databases/hs-mysql/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mysql
PORTVERSION= 0.1.1.4
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/databases/hs-persistent-sqlite/Makefile b/databases/hs-persistent-sqlite/Makefile
index dd6ceedf4fe1..c7bf4d7b825c 100644
--- a/databases/hs-persistent-sqlite/Makefile
+++ b/databases/hs-persistent-sqlite/Makefile
@@ -2,7 +2,7 @@
PORTNAME= persistent-sqlite
PORTVERSION= 1.2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/databases/hs-persistent-template/Makefile b/databases/hs-persistent-template/Makefile
index 209864f4fe1c..08d21437e08a 100644
--- a/databases/hs-persistent-template/Makefile
+++ b/databases/hs-persistent-template/Makefile
@@ -2,7 +2,7 @@
PORTNAME= persistent-template
PORTVERSION= 1.2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/databases/hs-persistent/Makefile b/databases/hs-persistent/Makefile
index cfcda3c13fce..e19d0360015d 100644
--- a/databases/hs-persistent/Makefile
+++ b/databases/hs-persistent/Makefile
@@ -2,7 +2,7 @@
PORTNAME= persistent
PORTVERSION= 1.2.0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org