aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2006-09-13 03:42:16 +0800
committercperciva <cperciva@FreeBSD.org>2006-09-13 03:42:16 +0800
commitb148f789f691f96ff23e28cfeb38683bf294caa8 (patch)
treeee86b4ff54e4d5ceef5238a7d763fac36229d028 /security
parent1a4f01e75be2e764aaabc8a742f2974e7bda59a0 (diff)
downloadfreebsd-ports-gnome-b148f789f691f96ff23e28cfeb38683bf294caa8.tar.gz
freebsd-ports-gnome-b148f789f691f96ff23e28cfeb38683bf294caa8.tar.zst
freebsd-ports-gnome-b148f789f691f96ff23e28cfeb38683bf294caa8.zip
IGNORE for 7.x after 700019 and 6.x after 601104: FreeBSD Update is now
in the FreeBSD base system. Reminded by: simon
Diffstat (limited to 'security')
-rw-r--r--security/freebsd-update/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/freebsd-update/Makefile b/security/freebsd-update/Makefile
index c9879f69b152..0df773b130e5 100644
--- a/security/freebsd-update/Makefile
+++ b/security/freebsd-update/Makefile
@@ -20,6 +20,10 @@ COMMENT= Fetches and installs binary updates to FreeBSD
RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff
.endif
+.if ${OSVERSION} > 700019 || ( ${OSVERSION} > 601104 && ${OSVERSION} < 700000 )
+IGNORE= freebsd-update now contained in the base system
+.endif
+
# 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.