diff options
author | antoine <antoine@FreeBSD.org> | 2015-02-28 20:23:50 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-02-28 20:23:50 +0800 |
commit | a387a05d3bdcf2d99e51a508c7d4017881dcaa0a (patch) | |
tree | a00e5103636f6b90b7018c26ad3b47b01a9efe65 /databases | |
parent | f4a5985c4fc9a7903c6bd211f9e1a17b1e06eb12 (diff) | |
download | freebsd-ports-gnome-a387a05d3bdcf2d99e51a508c7d4017881dcaa0a.tar.gz freebsd-ports-gnome-a387a05d3bdcf2d99e51a508c7d4017881dcaa0a.tar.zst freebsd-ports-gnome-a387a05d3bdcf2d99e51a508c7d4017881dcaa0a.zip |
Deprecate ports broken for more than 6 months
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gtksql/Makefile | 2 | ||||
-rw-r--r-- | databases/pydbdesigner/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile index cb1049e1aada..e0fb8cf3ab1f 100644 --- a/databases/gtksql/Makefile +++ b/databases/gtksql/Makefile @@ -13,6 +13,8 @@ COMMENT= Graphical query tool for PostgreSQL/MySQL/SQLite LICENSE= GPLv2 # (or later) BROKEN= Fails to configure +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-03-28 LIB_DEPENDS= libscintilla.so:${PORTSDIR}/x11-toolkits/scintilla RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils diff --git a/databases/pydbdesigner/Makefile b/databases/pydbdesigner/Makefile index 43a71bfd9f17..1e2751d554c1 100644 --- a/databases/pydbdesigner/Makefile +++ b/databases/pydbdesigner/Makefile @@ -14,6 +14,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= Needs an unsupported version of wxWidgets +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-03-28 EXTRACT_AFTER_ARGS= --exclude CVS |