svn commit: r355620 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Wed May 28 13:23:22 UTC 2014


Author: bapt
Date: Wed May 28 13:23:21 2014
New Revision: 355620
URL: http://svnweb.freebsd.org/changeset/ports/355620
QAT: https://qat.redports.org/buildarchive/r355620/

Log:
  make missing distinfo file fatal
  
  PR:		ports/184602
  Submitted by:	mandree
  Reviewed by:	antoine

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Wed May 28 12:56:10 2014	(r355619)
+++ head/Mk/bsd.port.mk	Wed May 28 13:23:21 2014	(r355620)
@@ -4809,6 +4809,7 @@ checksum: fetch check-checksum-algorithm
 		fi; \
 	elif [ -n "${_CKSUMFILES:M*}" ]; then \
 		${ECHO_MSG} "=> No checksum file (${DISTINFO_FILE})."; \
+		exit 1; \
 	fi
 .endif
 


More information about the svn-ports-head mailing list