pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/decode-dimms Include the GIT_COMMIT id in the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d2602d64c66
branches:  trunk
changeset: 310833:0d2602d64c66
user:      pgoyette <pgoyette%pkgsrc.org@localhost>
date:      Wed Jul 25 04:53:44 2018 +0000

description:
Include the GIT_COMMIT id in the new revision string, as well as the
date.

diffstat:

 sysutils/decode-dimms/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b1e2052c34c9 -r 0d2602d64c66 sysutils/decode-dimms/Makefile
--- a/sysutils/decode-dimms/Makefile    Wed Jul 25 04:48:22 2018 +0000
+++ b/sysutils/decode-dimms/Makefile    Wed Jul 25 04:53:44 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/07/25 04:48:22 pgoyette Exp $
+# $NetBSD: Makefile,v 1.7 2018/07/25 04:53:44 pgoyette Exp $
 
 # no Release yet
 GIT_COMMIT=    84da8192c7c409f37c1906b60ef166c58aafc847
@@ -20,7 +20,7 @@
 SUBST_CLASSES+=                rev
 SUBST_STAGE.rev=       pre-patch
 SUBST_FILES.rev=        eeprom/decode-dimms
-SUBST_SED.rev=          -e 's/^$$revision = .*;/$$revision = "20171205";/'
+SUBST_SED.rev=          -e 's/^$$revision = .*;/$$revision = "20171205-${GIT_COMMIT}";/'
 SUBST_SED.rev+=                -e '/^$$revision =~/d'
 
 NO_BUILD=      yes



Home | Main Index | Thread Index | Old Index