diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-25 21:37:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-25 21:37:43 +0800 |
commit | 50543a2918f6d17cb9e2cd7ef66008f7b2d5c680 (patch) | |
tree | bd101e1e39e89f09e2d25fb3a68c439cf3885fba /x11 | |
parent | 9fb82b5061fe76cb81135f2d667ec1249ca01c1c (diff) | |
download | freebsd-ports-gnome-50543a2918f6d17cb9e2cd7ef66008f7b2d5c680.tar.gz freebsd-ports-gnome-50543a2918f6d17cb9e2cd7ef66008f7b2d5c680.tar.zst freebsd-ports-gnome-50543a2918f6d17cb9e2cd7ef66008f7b2d5c680.zip |
Deprecate java bindings for gnome
They have never been used, are not updated upstream since 2009 and gnome@ team has already way too many things to care about
Discussed with: kwm (gnome)
Approved by: self (portmgr)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libgnome-java/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/libgnome-java/Makefile b/x11/libgnome-java/Makefile index cd8ed1308c7e..0a58d92e787e 100644 --- a/x11/libgnome-java/Makefile +++ b/x11/libgnome-java/Makefile @@ -12,6 +12,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Java wrapper for GNOME 2 +DEPRECATED= Unmaintained, outdated not depend on +EXPIRATION_DATE= 2014-25-05 + BUILD_DEPENDS= ${JAVALIBDIR}/gtk${GTK_API_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java RUN_DEPENDS= ${JAVALIBDIR}/gtk${GTK_API_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java |