pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk The checksums for pkgsrc patches are always checked...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8c5c493c3cd
branches:  trunk
changeset: 504107:b8c5c493c3cd
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Dec 04 15:52:32 2005 +0000

description:
The checksums for pkgsrc patches are always checked -- even if
NO_CHECKSUM is set.

diffstat:

 mk/bsd.pkg.mk |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 6b4fc35f77d7 -r b8c5c493c3cd mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Sun Dec 04 15:51:33 2005 +0000
+++ b/mk/bsd.pkg.mk     Sun Dec 04 15:52:32 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1772 2005/12/01 11:18:30 rillig Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1773 2005/12/04 15:52:32 rillig Exp $
 #
 # This file is in the public domain.
 #
@@ -3360,10 +3360,6 @@
 .endif
 
 .if !target(makepatchsum)
-.  if defined(NO_CHECKSUM) && !empty(NO_CHECKSUM:M[Yy][Ee][Ss])
-makepatchsum mps:
-       @${DO_NADA}
-.  else
 makepatchsum mps: uptodate-digest
        ${_PKG_SILENT}${_PKG_DEBUG}                                     \
        newfile=${DISTINFO_FILE}.$$$$;                                  \
@@ -3389,7 +3385,6 @@
        else                                                            \
                ${MV} $$newfile ${DISTINFO_FILE};                       \
        fi
-.  endif
 .endif
 
 # This target is done by invoking a sub-make so that DISTINFO_FILE gets



Home | Main Index | Thread Index | Old Index