aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
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 /ports-mgmt
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 'ports-mgmt')
-rw-r--r--ports-mgmt/portsnap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portsnap/Makefile b/ports-mgmt/portsnap/Makefile
index 1dd306aba591..ba9c2a6d071d 100644
--- a/ports-mgmt/portsnap/Makefile
+++ b/ports-mgmt/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