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/43d2b39a86e8
branches: trunk
changeset: 383208:43d2b39a86e8
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 0eefaec7e0be -r 43d2b39a86e8 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