aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2012-01-12 22:20:32 +0000
committerPav Lucistnik <pav@FreeBSD.org>2012-01-12 22:20:32 +0000
commit7eca9577201e1f6ad3eb2606634d8cb6c9899694 (patch)
treeff51730e028657cc629fa40641bc79bc350f15c7
parent564fd519783c9f6cdcb9b718ee78c4b4514b4034 (diff)
downloadports-7eca9577201e1f6ad3eb2606634d8cb6c9899694.tar.gz
ports-7eca9577201e1f6ad3eb2606634d8cb6c9899694.zip
Notes
-rw-r--r--Mk/bsd.port.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 82a77e3a1643..876c9ffcc047 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1098,7 +1098,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# - Different checksum algorithms to check for verifying the
# integrity of the distfiles. The absence of the algorithm
# in distinfo doesn't make it fail.
-# Default: sha256 (md5 is deprecated, allowed but unused)
+# Default: sha256
# NO_CHECKSUM - Don't verify the checksum. Typically used when
# when you noticed the distfile you just fetched has
# a different checksum and you intend to verify if
@@ -4776,8 +4776,7 @@ check-checksum-algorithms:
done; \
checksum_init=\
- SHA256=${SHA256}; \
- MD5=${MD5};
+ SHA256=${SHA256};
.if !target(makesum)
makesum: check-checksum-algorithms