diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-17 15:14:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-17 15:14:57 +0800 |
commit | c569942054c9239f3cd55ac4315c234ce967c070 (patch) | |
tree | 0138ef3f823a03ab7d5168acd565250d107b088a /databases | |
parent | 165d92c1d911be3dbb3a636bd775ced05079bc89 (diff) | |
download | freebsd-ports-gnome-c569942054c9239f3cd55ac4315c234ce967c070.tar.gz freebsd-ports-gnome-c569942054c9239f3cd55ac4315c234ce967c070.tar.zst freebsd-ports-gnome-c569942054c9239f3cd55ac4315c234ce967c070.zip |
Deprecate unmaintained ports from databases where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gmysql/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/gmysql/Makefile b/databases/gmysql/Makefile index 45c937c4765b..40e37df1eb64 100644 --- a/databases/gmysql/Makefile +++ b/databases/gmysql/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ frontend for mysql +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client USE_GNOME= gtk12 |