diff options
author | cperciva <cperciva@FreeBSD.org> | 2005-06-24 22:08:09 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2005-06-24 22:08:09 +0800 |
commit | 5f741d93fed4ab0f40afe588792643f9667abb85 (patch) | |
tree | 09ba118f9a7edb66836d242e68b342adcefe5a62 /sysutils | |
parent | aad3fd33fd5877eea2863582c4cbbcbf5bc2f3eb (diff) | |
download | freebsd-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')
-rw-r--r-- | sysutils/freebsd-sha256/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portsnap/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/sysutils/portsnap/Makefile b/sysutils/portsnap/Makefile index 1dd306aba591..ba9c2a6d071d 100644 --- a/sysutils/portsnap/Makefile +++ b/sysutils/portsnap/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600021 +.if ${OSVERSION} < 600021 && ( ${OSVERSION} < 504102 || ${OSVERSION} > 599999 ) RUN_DEPENDS+= sha256:${PORTSDIR}/sysutils/freebsd-sha256 .endif |