summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-09-14 15:59:34 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-09-14 15:59:34 +0000
commitdbbfc7889a8a84ad562a28d83ce75281fd19703f (patch)
treef23e8a579d549355c932d46189671753887892e7 /databases
parentUse the correct syntax for PORTSCOUT. (diff)
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=422140
Diffstat (limited to 'databases')
-rw-r--r--databases/akonadi-googledata/Makefile2
-rw-r--r--databases/credis/Makefile2
-rw-r--r--databases/jdbm2/Makefile2
-rw-r--r--databases/luadbi/Makefile2
-rw-r--r--databases/memcached/Makefile1
-rw-r--r--databases/memcacheq/Makefile3
-rw-r--r--databases/mysqlbackup/Makefile2
-rw-r--r--databases/openark-kit/Makefile2
-rw-r--r--databases/pg_rman/Makefile2
-rw-r--r--databases/powerarchitect/Makefile2
10 files changed, 17 insertions, 3 deletions
diff --git a/databases/akonadi-googledata/Makefile b/databases/akonadi-googledata/Makefile
index 0fef33934cce..f6a515d63bb4 100644
--- a/databases/akonadi-googledata/Makefile
+++ b/databases/akonadi-googledata/Makefile
@@ -10,6 +10,8 @@ MASTER_SITES= http://libgcal.googlecode.com/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Akonadi Resources for Google Contacts and Calendar
+BROKEN= Unfetchable (google code has gone away)
+
LIB_DEPENDS= libgcal.so:deskutils/libgcal
USES= cmake gettext kde:4 tar:bzip2
diff --git a/databases/credis/Makefile b/databases/credis/Makefile
index 2d464653ad8f..59854cac9070 100644
--- a/databases/credis/Makefile
+++ b/databases/credis/Makefile
@@ -11,6 +11,8 @@ COMMENT= Library for communicating with Redis servers
LICENSE= BSD3CLAUSE
+BROKEN= Unfetchable (google code has gone away)
+
USES= gmake
USE_LDCONFIG= yes
diff --git a/databases/jdbm2/Makefile b/databases/jdbm2/Makefile
index fd9510f5b5c8..7a9e0d6bb243 100644
--- a/databases/jdbm2/Makefile
+++ b/databases/jdbm2/Makefile
@@ -11,6 +11,8 @@ COMMENT= Fast, simple, and transactional Java persistence engine
LICENSE= APACHE20
+BROKEN= Unfetchable (google code has gone away)
+
OPTIONS_DEFINE= DOCS EXAMPLES
USES= zip
diff --git a/databases/luadbi/Makefile b/databases/luadbi/Makefile
index 2c60d641f161..ad2265039883 100644
--- a/databases/luadbi/Makefile
+++ b/databases/luadbi/Makefile
@@ -13,6 +13,8 @@ COMMENT= LuaDBI driver
LICENSE= MIT
+BROKEN= Unfetchable (google code has gone away)
+
NO_WRKSUBDIR= yes
USES= gmake lua:51 shebangfix
diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile
index 5528e73d325d..267ae659fbfc 100644
--- a/databases/memcached/Makefile
+++ b/databases/memcached/Makefile
@@ -5,7 +5,6 @@ PORTNAME= memcached
PORTVERSION= 1.4.25
CATEGORIES= databases
MASTER_SITES= http://www.memcached.org/files/ \
- GOOGLE_CODE \
GENTOO
MAINTAINER= swills@FreeBSD.org
diff --git a/databases/memcacheq/Makefile b/databases/memcacheq/Makefile
index 0faaab716bcf..a989f1269086 100644
--- a/databases/memcacheq/Makefile
+++ b/databases/memcacheq/Makefile
@@ -5,8 +5,7 @@ PORTNAME= memcacheq
PORTVERSION= 0.2.0
PORTREVISION= 4
CATEGORIES= databases
-MASTER_SITES= GOOGLE_CODE \
- GENTOO
+MASTER_SITES= GENTOO
MAINTAINER= m.tsatsenko@gmail.com
COMMENT= Simple queue service over Memcache
diff --git a/databases/mysqlbackup/Makefile b/databases/mysqlbackup/Makefile
index fd51acddcb44..9bfb5376ae03 100644
--- a/databases/mysqlbackup/Makefile
+++ b/databases/mysqlbackup/Makefile
@@ -13,6 +13,8 @@ COMMENT= Creates MySQL backups on a periodic basis
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= Unfetchable (google code has gone away)
+
USE_MYSQL= yes
NO_BUILD= yes
diff --git a/databases/openark-kit/Makefile b/databases/openark-kit/Makefile
index 6e51ae5c4783..e7bc4929cc7b 100644
--- a/databases/openark-kit/Makefile
+++ b/databases/openark-kit/Makefile
@@ -10,6 +10,8 @@ COMMENT= Common utilities for MySQL
LICENSE= BSD3CLAUSE
+BROKEN= Unfetchable (google code has gone away)
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb
PROJECTHOST= openarkkit
diff --git a/databases/pg_rman/Makefile b/databases/pg_rman/Makefile
index 631e66b594d3..d3ac6c32d87d 100644
--- a/databases/pg_rman/Makefile
+++ b/databases/pg_rman/Makefile
@@ -9,6 +9,8 @@ MASTER_SITES= http://pg-rman.googlecode.com/files/
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Online backup and restore tool for PostgreSQL
+BROKEN= Unfetchable (google code has gone away)
+
USES= gmake pgsql:9.2-
WANT_PGSQL= client server
MAKE_ARGS= USE_PGXS=1
diff --git a/databases/powerarchitect/Makefile b/databases/powerarchitect/Makefile
index 7f72bf5e1fd6..cc0a78ddde92 100644
--- a/databases/powerarchitect/Makefile
+++ b/databases/powerarchitect/Makefile
@@ -12,6 +12,8 @@ COMMENT= Data modeling and profiling tool
LICENSE= GPLv3
+BROKEN= Unfetchable (google code has gone away)
+
OPTIONS_DEFINE= ORACLE_JDBC MYSQL_JDBC PGSQL_JDBC
ORACLE_JDBC_RUN_DEPENDS= ${JAVALIBDIR}/ojdbc-10.2.0.5.jar:databases/jdbc-oracle10g