mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
- Remove unused definition of MD5
PR: ports/163282 Submitted by: rene
This commit is contained in:
parent
564fd51978
commit
7eca957720
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289054
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user