diff options
author | lofi <lofi@FreeBSD.org> | 2004-05-11 20:08:35 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-05-11 20:08:35 +0800 |
commit | b5a9e72ecf1549fcb14988c6307be6f47b8614ca (patch) | |
tree | 42e5b6f594a7596c7cbe3e0423bbb52d9f577eaf /security | |
parent | a3e5ec724c7552b3d9b0614a1adc1dd7fcb6287d (diff) | |
download | freebsd-ports-gnome-b5a9e72ecf1549fcb14988c6307be6f47b8614ca.tar.gz freebsd-ports-gnome-b5a9e72ecf1549fcb14988c6307be6f47b8614ca.tar.zst freebsd-ports-gnome-b5a9e72ecf1549fcb14988c6307be6f47b8614ca.zip |
Move comment.
Diffstat (limited to 'security')
-rw-r--r-- | security/freebsd-update/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/freebsd-update/Makefile b/security/freebsd-update/Makefile index 90b57c507b90..59b1c28d3b49 100644 --- a/security/freebsd-update/Makefile +++ b/security/freebsd-update/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.daemonology.net/freebsd-update/ MAINTAINER= cperciva@daemonology.net COMMENT= Fetches and installs binary updates to FreeBSD +RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff # This is a critical security port. If it breaks, Bad Things will happen. # Under no circumstances should this port ever be modified without approval # from the maintainer or security-officer, even for "cosmetic" fixes. @@ -20,7 +21,6 @@ COMMENT= Fetches and installs binary updates to FreeBSD # The RSA code has only been tested on i386; I don't *think* there are # any word-size or endian issues, but I'm not sure. Since nobody is # building updates for non-i386 platforms anyway, this won't hurt anyone. -RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff ONLY_FOR_ARCHS= i386 |