diff options
author | bapt <bapt@FreeBSD.org> | 2014-02-08 02:50:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-02-08 02:50:30 +0800 |
commit | b349ca600a18b90e77b06eb424f9cd079c87c096 (patch) | |
tree | de47e4f78f73207a09d6d63c1243fa414971597d /sysutils | |
parent | 67a9fcbfe8ddecec063a6d8a9b3fd45fccfac94c (diff) | |
download | freebsd-ports-gnome-b349ca600a18b90e77b06eb424f9cd079c87c096.tar.gz freebsd-ports-gnome-b349ca600a18b90e77b06eb424f9cd079c87c096.tar.zst freebsd-ports-gnome-b349ca600a18b90e77b06eb424f9cd079c87c096.zip |
Deprecate ports unmaintained for which distillator is not able to find public distfiles
Reported by: distilator
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/asfsm/Makefile | 3 | ||||
-rw-r--r-- | sysutils/asmem/Makefile | 3 | ||||
-rw-r--r-- | sysutils/gkrellmwho2/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/asfsm/Makefile b/sysutils/asfsm/Makefile index 087189a07d75..01fcd5d40868 100644 --- a/sysutils/asfsm/Makefile +++ b/sysutils/asfsm/Makefile @@ -11,6 +11,9 @@ DISTNAME= asfsm-1.0pre15 MAINTAINER= ports@FreeBSD.org COMMENT= File-system monitor for the AfterStep window manager +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + USE_XORG= xpm x11 sm ice xext xaw xt GNU_CONFIGURE= yes diff --git a/sysutils/asmem/Makefile b/sysutils/asmem/Makefile index 90d22070dd7a..2513294ba73f 100644 --- a/sysutils/asmem/Makefile +++ b/sysutils/asmem/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://www.tigr.net/afterstep/download/asmem/ MAINTAINER= ports@FreeBSD.org COMMENT= An AfterStep look-n-feel memory utilization monitor +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xpm \ diff --git a/sysutils/gkrellmwho2/Makefile b/sysutils/gkrellmwho2/Makefile index bf47040088b6..da78d19f1000 100644 --- a/sysutils/gkrellmwho2/Makefile +++ b/sysutils/gkrellmwho2/Makefile @@ -12,6 +12,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Displays logged in users +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 |