Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 07/27/2004 09:57:58
Module Name:	pkgsrc
Committed By:	agc
Date:		Tue Jul 27 09:57:57 UTC 2004

Modified Files:
	pkgsrc/mk: bsd.pkg.mk

Log Message:
Fix some problems with REFETCH mods:

1. don't hardcode true, echo and [
2. Cope with distfiles which are located in a DIST_SUBDIR
3. Don't always assume there will be a size field in the ${DISTINFO_FILE}

XXX The refetch mods make an assumption that an exit code of 0 from a
${FETCH_CMD} means that the transfer has been completed successfully,
and this used not to be the case.  I haven't tested this assumption
recently.


To generate a diff of this commit:
cvs rdiff -r1.1477 -r1.1478 pkgsrc/mk/bsd.pkg.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.