diff options
author | bapt <bapt@FreeBSD.org> | 2011-06-17 00:41:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-06-17 00:41:25 +0800 |
commit | b465955d68b9d3b640f7c5f57bb452cc53d78dbf (patch) | |
tree | d7b4250991469aeb499685019721172e1bccf8e9 /databases | |
parent | e2a267898ce29c1c16ca2726f9f24d6aa44b3660 (diff) | |
download | freebsd-ports-gnome-b465955d68b9d3b640f7c5f57bb452cc53d78dbf.tar.gz freebsd-ports-gnome-b465955d68b9d3b640f7c5f57bb452cc53d78dbf.tar.zst freebsd-ports-gnome-b465955d68b9d3b640f7c5f57bb452cc53d78dbf.zip |
Another bunch of deprecation: no more public distfiles and/or abandonware
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pgcluster/Makefile | 3 | ||||
-rw-r--r-- | databases/py-SQLDict/Makefile | 3 | ||||
-rw-r--r-- | databases/py-rrdpipe/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/databases/pgcluster/Makefile b/databases/pgcluster/Makefile index 59c88427150f..3791779f5423 100644 --- a/databases/pgcluster/Makefile +++ b/databases/pgcluster/Makefile @@ -20,6 +20,9 @@ PATCH_DIST_STRIP= -p0 MAINTAINER= ports@FreeBSD.org COMMENT= The multi-master and synchronous replication system for PostgreSQL +DEPRECATED= Looks like an abandonware, no more public distfile +EXPIRATION_DATE= 2011-08-01 + RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync WRKSRC?= ${WRKDIR}/postgresql-${BASEPGSQL} diff --git a/databases/py-SQLDict/Makefile b/databases/py-SQLDict/Makefile index ffbc4a40d456..b522b1fdfd28 100644 --- a/databases/py-SQLDict/Makefile +++ b/databases/py-SQLDict/Makefile @@ -17,6 +17,9 @@ COMMENT= Python dictionary wrapper around a SQL database USE_PYTHON= yes NO_WRKSUBDIR= yes +DEPRECATED= Looks like an abandonware, no more public distfile +EXPIRATION_DATE= 2011-08-01 + do-build: @cd ${WRKSRC} && ${PYTHON_CMD} -c 'import SQLDict' @cd ${WRKSRC} && ${PYTHON_CMD} -O -c 'import SQLDict' diff --git a/databases/py-rrdpipe/Makefile b/databases/py-rrdpipe/Makefile index 3604ce25c81c..cb1ae05b242a 100644 --- a/databases/py-rrdpipe/Makefile +++ b/databases/py-rrdpipe/Makefile @@ -18,6 +18,9 @@ DISTNAME= PyRRDpipe-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Portable Python module to access RRDTool files via pipes +DEPRECATED= Looks like an abandonware, no more public distfile +EXPIRATION_DATE= 2011-08-01 + LIB_DEPENDS= rrd:${PORTSDIR}/databases/rrdtool USE_PYTHON= yes |