pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/decode-dimms We really don't need to include ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/296c3a902847
branches:  trunk
changeset: 340497:296c3a902847
user:      pgoyette <pgoyette%pkgsrc.org@localhost>
date:      Thu Oct 03 18:50:24 2019 +0000

description:
We really don't need to include the GIT_COMMIT in the printet version string!

diffstat:

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

diffs (18 lines):

diff -r bb31fdb9f383 -r 296c3a902847 sysutils/decode-dimms/Makefile
--- a/sysutils/decode-dimms/Makefile    Thu Oct 03 18:44:07 2019 +0000
+++ b/sysutils/decode-dimms/Makefile    Thu Oct 03 18:50:24 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/10/03 18:42:26 pgoyette Exp $
+# $NetBSD: Makefile,v 1.22 2019/10/03 18:50:24 pgoyette Exp $
 
 # no Release yet
 PKG_DATE=      20191002
@@ -19,7 +19,7 @@
 SUBST_CLASSES+=                rev
 SUBST_STAGE.rev=       post-extract
 SUBST_FILES.rev=       eeprom/decode-dimms
-SUBST_SED.rev=         -e '/I2C_TOOLS_VER/s/4.1/4.1-${PKG_DATE}-${GIT_COMMIT}/'
+SUBST_SED.rev=         -e '/I2C_TOOLS_VER/s/4.1/4.1-${PKG_DATE}/'
 
 NO_BUILD=      yes
 



Home | Main Index | Thread Index | Old Index