svn commit: r492301 - head/Mk

Mathieu Arnold mat at FreeBSD.org
Wed Feb 6 12:15:12 UTC 2019


Author: mat
Date: Wed Feb  6 12:15:11 2019
New Revision: 492301
URL: https://svnweb.freebsd.org/changeset/ports/492301

Log:
  Make sure check-sanity runs when running make makesum, to catch up
  errors early.  This will prevent errors introduced in r492127 from
  happening again.

Modified:
  head/Mk/bsd.port.mk   (contents, props changed)

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Wed Feb  6 10:41:52 2019	(r492300)
+++ head/Mk/bsd.port.mk	Wed Feb  6 12:15:11 2019	(r492301)
@@ -3871,7 +3871,7 @@ _CHECKSUM_INIT_ENV= \
 # the options consistent when fetching and when makesum'ing.
 # As we're fetching new distfiles, that are not in the distinfo file, disable
 # checksum and sizes checks.
-makesum:
+makesum: check-sanity
 .if !empty(DISTFILES)
 	@${SETENV} \
 			${_DO_FETCH_ENV} ${_MASTER_SITES_ENV} \


More information about the svn-ports-head mailing list