]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pkgbase: Add a new variable PKG_TIMESTAMP
authorEmmanuel Vadot <manu@FreeBSD.org>
Thu, 6 Aug 2020 16:13:54 +0000 (16:13 +0000)
committerEmmanuel Vadot <manu@FreeBSD.org>
Thu, 6 Aug 2020 16:13:54 +0000 (16:13 +0000)
commitd0327929abfbf1d42ab522d969d23ebb9845d179
treedabf793d13c47901484d9eb9ae05756f9fa449b0
parent1931aa942f90a34dbb4518f9f97f0a17ab880735
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