aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/freebsd-sha256
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2005-06-24 22:08:09 +0800
committercperciva <cperciva@FreeBSD.org>2005-06-24 22:08:09 +0800
commit5f741d93fed4ab0f40afe588792643f9667abb85 (patch)
tree09ba118f9a7edb66836d242e68b342adcefe5a62 /sysutils/freebsd-sha256
parentaad3fd33fd5877eea2863582c4cbbcbf5bc2f3eb (diff)
downloadfreebsd-ports-gnome-5f741d93fed4ab0f40afe588792643f9667abb85.tar.gz
freebsd-ports-gnome-5f741d93fed4ab0f40afe588792643f9667abb85.tar.zst
freebsd-ports-gnome-5f741d93fed4ab0f40afe588792643f9667abb85.zip
Update to reflect the addition of sha256 to the RELENG_5 base system.
Simultaneously approved by: simon, tobez
Diffstat (limited to 'sysutils/freebsd-sha256')
-rw-r--r--sysutils/freebsd-sha256/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/freebsd-sha256/Makefile b/sysutils/freebsd-sha256/Makefile
index a12426d9fae6..cb3e883b95a4 100644
--- a/sysutils/freebsd-sha256/Makefile
+++ b/sysutils/freebsd-sha256/Makefile
@@ -22,7 +22,7 @@ PLIST_FILES= sbin/sha256
.include <bsd.port.pre.mk>
-.if ${OSVERSION} > 600020
+.if ${OSVERSION} > 600020 || ( ${OSVERSION} > 504101 && ${OSVERSION} < 600000 )
IGNORE= "sha256 now contained in the base system"
.endif