diff options
author | ume <ume@FreeBSD.org> | 2014-06-01 03:12:43 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2014-06-01 03:12:43 +0800 |
commit | 560a48de74d5a26f3cd771306c2f9fb96d728a2c (patch) | |
tree | 539b53644bea18b6f4ec25f469d5bb34dba6a259 /misc | |
parent | 73ee6317e88f7e1b63ae38846542b78e12491c89 (diff) | |
download | freebsd-ports-gnome-560a48de74d5a26f3cd771306c2f9fb96d728a2c.tar.gz freebsd-ports-gnome-560a48de74d5a26f3cd771306c2f9fb96d728a2c.tar.zst freebsd-ports-gnome-560a48de74d5a26f3cd771306c2f9fb96d728a2c.zip |
Mark GKrellM 1.X as DEPRECATED.
Approved by: portmgr (implicit)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gkrellmfmonitor/Makefile | 3 | ||||
-rw-r--r-- | misc/gkrellmlaunch/Makefile | 3 | ||||
-rw-r--r-- | misc/gkrellshoot/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/misc/gkrellmfmonitor/Makefile b/misc/gkrellmfmonitor/Makefile index 1b292d89f8b2..154972e1806d 100644 --- a/misc/gkrellmfmonitor/Makefile +++ b/misc/gkrellmfmonitor/Makefile @@ -12,6 +12,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= GKrellM FMonitor plugin +DEPRECATED= GKrellM 1.X is no longer being developed, consider using 2.X. +EXPIRATION_DATE=2014-06-30 + BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm diff --git a/misc/gkrellmlaunch/Makefile b/misc/gkrellmlaunch/Makefile index 6319ae45bbf7..11ffe9d1e933 100644 --- a/misc/gkrellmlaunch/Makefile +++ b/misc/gkrellmlaunch/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Application launcher plugin for GKrellM +DEPRECATED= GKrellM 1.X is no longer being developed, consider using 2.X. +EXPIRATION_DATE=2014-06-30 + BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm diff --git a/misc/gkrellshoot/Makefile b/misc/gkrellshoot/Makefile index faa12ce2e94e..172c318438b4 100644 --- a/misc/gkrellshoot/Makefile +++ b/misc/gkrellshoot/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Screen locking and screen capture plugin for GKrellM +DEPRECATED= GKrellM 1.X is no longer being developed, consider using 2.X. +EXPIRATION_DATE=2014-06-30 + BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm \ import:${PORTSDIR}/graphics/ImageMagick |