]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pkgbase: Add a new variable PKG_TIMESTAMP
authormanu <manu@FreeBSD.org>
Thu, 6 Aug 2020 16:13:54 +0000 (16:13 +0000)
committermanu <manu@FreeBSD.org>
Thu, 6 Aug 2020 16:13:54 +0000 (16:13 +0000)
commitb96669d8b23ed7e46fb15124df09f2a82fce971c
treedabf793d13c47901484d9eb9ae05756f9fa449b0
parent65a2cb70a1ae50c6626f5a99ce3835f2e9437d4e
pkgbase: Add a new variable PKG_TIMESTAMP

libarchive uses the SOURCE_DATE_EPOCH env variable to set the date of file
in an archive, this is useful for reproducibility.
Add a variable name PKG_TIMESTAMP that take a epoch time and set SOURCE_DATE_EPOCH
to this. By default it is the current time so no changes here.
Makefile.inc1