pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/cvs-package.mk: revert overly precise timestamp for packages
Module Name: pkgsrc-wip
Committed By: Roland Illig <rillig%NetBSD.org@localhost>
Pushed By: rillig
Date: Tue Feb 27 11:46:46 2018 +0000
Changeset: 0e8e742f68944ccc7c1f2677f1aa1c17e5f72e0b
Modified Files:
mk/cvs-package.mk
Log Message:
wip/cvs-package.mk: revert overly precise timestamp for packages
Having the second of the checkout in the PKGREVISION doesn't make sense.
I had only done this to test builds for CVS packages that happen around
midnight.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0e8e742f68944ccc7c1f2677f1aa1c17e5f72e0b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mk/cvs-package.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/mk/cvs-package.mk b/mk/cvs-package.mk
index f090da035c..8e6745da04 100644
--- a/mk/cvs-package.mk
+++ b/mk/cvs-package.mk
@@ -189,7 +189,7 @@ _CVS_CHECKOUT_FLAGS= -P
_CVS_PASSFILE= ${WRKDIR}/.cvs_passwords
_CVS_TODAY_CMD= ${DATE} -u +'%Y-%m-%d'
_CVS_TODAY= ${_CVS_TODAY_CMD:sh}
-_CVS_PKGVERSION_CMD= ${DATE} -u +'%y.%m.%d.%H.%M.%S'
+_CVS_PKGVERSION_CMD= ${DATE} -u +'%y.%m.%d'
_CVS_PKGVERSION?= ${_CVS_PKGVERSION_CMD:sh}
_CVS_DISTDIR= ${DISTDIR}/cvs-packages
Home |
Main Index |
Thread Index |
Old Index