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 /misc | |
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 'misc')
-rw-r--r-- | misc/demoniac/Makefile | 3 | ||||
-rw-r--r-- | misc/gtkfind/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/misc/demoniac/Makefile b/misc/demoniac/Makefile index 72c7fcb0b942..db30f79b9c68 100644 --- a/misc/demoniac/Makefile +++ b/misc/demoniac/Makefile @@ -15,6 +15,9 @@ MASTER_SITES= http://www.calodox.scene.org/demoniac/files/ MAINTAINER= ports@FreeBSD.org COMMENT= A tool for exploring and animating graphics effects +DEPRECATED= No more upstream, no more public distfiles +EXPIRATION_DATE= 2011-12-03 + LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea USE_GL= yes diff --git a/misc/gtkfind/Makefile b/misc/gtkfind/Makefile index c2966967ff7e..978217ac2209 100644 --- a/misc/gtkfind/Makefile +++ b/misc/gtkfind/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= ${MASTER_SITE_BACKUP} MAINTAINER= ports@FreeBSD.org COMMENT= The program to use to have to remember all the options to find(1) +DEPRECATED= No more public distfiles, no more upstream +EXPIRATION_DATE= 2011-12-03 + BUILD_DEPENDS= appres:${PORTSDIR}/x11/appres \ xterm:${PORTSDIR}/x11/xterm |