diff options
author | bapt <bapt@FreeBSD.org> | 2011-11-03 21:54:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-11-03 21:54:26 +0800 |
commit | b14e0a805c98fd4c29b02189c2d01a3dccf5965e (patch) | |
tree | b94af1d7accf96c8eb0fe84bd1a023a79e6498d7 /x11-toolkits | |
parent | 875072bf8970a17b92bb43ff9af9293ad9f8f5cf (diff) | |
download | freebsd-ports-gnome-b14e0a805c98fd4c29b02189c2d01a3dccf5965e.tar.gz freebsd-ports-gnome-b14e0a805c98fd4c29b02189c2d01a3dccf5965e.tar.zst freebsd-ports-gnome-b14e0a805c98fd4c29b02189c2d01a3dccf5965e.zip |
Deprecate a bunch a gtk1 ports with no more any upstream or library abandoned upstream and not depend on by anything the ports tree anymore
Approved by: kwm (x11-toolkits/gob)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gob/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/libgtkeditor/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/x11-toolkits/gob/Makefile b/x11-toolkits/gob/Makefile index 1c04a63294c0..0890e3ae6cd7 100644 --- a/x11-toolkits/gob/Makefile +++ b/x11-toolkits/gob/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= A preprocessor for making GTK+ objects with inline C +DEPRECATED= No more supported upstream, not depend on anymore. +EXPIRATION_DATE= 2011-12-03 + USE_GMAKE= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes diff --git a/x11-toolkits/libgtkeditor/Makefile b/x11-toolkits/libgtkeditor/Makefile index 365284d09ba8..e4c21a0224c5 100644 --- a/x11-toolkits/libgtkeditor/Makefile +++ b/x11-toolkits/libgtkeditor/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME:S/lib//}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A source code editor widget for GTK+ +DEPRECATED= No more supported upstream, not depend on anymore. +EXPIRATION_DATE= 2011-12-03 + LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode USE_AUTOTOOLS= automake:env autoconf:env libtool |