diff options
author | linimon <linimon@FreeBSD.org> | 2005-12-02 10:16:53 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-12-02 10:16:53 +0800 |
commit | 96cdd1acc67d560686ae8bd0b42e5936ad1a9d3f (patch) | |
tree | 23aa27c9afdbc35ec76107ebafae10fb7b245bf1 /astro/setiathome | |
parent | 492a57928bb1173ff5c8712da90b491c52c37b62 (diff) | |
download | freebsd-ports-gnome-96cdd1acc67d560686ae8bd0b42e5936ad1a9d3f.tar.gz freebsd-ports-gnome-96cdd1acc67d560686ae8bd0b42e5936ad1a9d3f.tar.zst freebsd-ports-gnome-96cdd1acc67d560686ae8bd0b42e5936ad1a9d3f.zip |
Mark setiathome (both versions) and dependent ports for deprecation.
The project has now migrated to astro/boinc-setiathome.
PR: ports/89525
Submitted by: edwin
Approved by: maintainer request to return these to ports@
Diffstat (limited to 'astro/setiathome')
-rw-r--r-- | astro/setiathome/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile index 9ccb3e3acf7f..4e5f4572358b 100644 --- a/astro/setiathome/Makefile +++ b/astro/setiathome/Makefile @@ -13,9 +13,12 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/setiathome/ \ DISTNAME= ${PORTNAME}-${PORTVERSION}.${PORT_HOST} EXTRACT_SUFX= .tar -MAINTAINER?= cyrille.lefevre@laposte.net +MAINTAINER?= ports@FreeBSD.org COMMENT?= Donate idle cycles to the search for space aliens +DEPRECATED= Will stop working on 2005-12-15 (see http://setiathome.ssl.berkeley.edu/), use astro/boinc-setiathome. +EXPIRATION_DATE=2005-12-15 + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500000 |