diff options
author | Crist J. Clark <cjc@FreeBSD.org> | 2003-04-09 05:02:42 +0000 |
---|---|---|
committer | Crist J. Clark <cjc@FreeBSD.org> | 2003-04-09 05:02:42 +0000 |
commit | f80439e0ef58547966f6e9fbc8c265182561eec2 (patch) | |
tree | 1a6fe3a9a15892f39ca5e8aa964712fb0c5df143 /astro/setiathome/Makefile | |
parent | Build fixes for __FreeBSD_version >= 500111 (usbhid changes.) (diff) |
Maintainer update: Don't misuse the 'nobody' account.
PR: 50739, 30701
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Diffstat (limited to 'astro/setiathome/Makefile')
-rw-r--r-- | astro/setiathome/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile index 7ba3ae4c896a..e5eaec458bf3 100644 --- a/astro/setiathome/Makefile +++ b/astro/setiathome/Makefile @@ -6,7 +6,7 @@ PORTNAME= setiathome PORTVERSION?= 3.03 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES?= astro MASTER_SITES= ftp://ftp.cdrom.com/pub/setiathome/ \ ftp://alien.ssl.berkeley.edu/pub/ @@ -16,7 +16,9 @@ EXTRACT_SUFX= .tar MAINTAINER?= cyrille.lefevre@laposte.net COMMENT?= Donate idle cycles to the search for space aliens +.if ${PORTVERSION} == "3.03" FORBIDDEN= 'Exploitable buffer overflow. http://spoor12.edup.tudelft.nl/' +.endif .include <bsd.port.pre.mk> |