pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/decode-dimms



Module Name:    pkgsrc
Committed By:   pgoyette
Date:           Thu Oct  3 18:50:24 UTC 2019

Modified Files:
        pkgsrc/sysutils/decode-dimms: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/decode-dimms/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/decode-dimms/Makefile
diff -u pkgsrc/sysutils/decode-dimms/Makefile:1.21 pkgsrc/sysutils/decode-dimms/Makefile:1.22
--- pkgsrc/sysutils/decode-dimms/Makefile:1.21  Thu Oct  3 18:42:26 2019
+++ pkgsrc/sysutils/decode-dimms/Makefile       Thu Oct  3 18:50:24 2019
@@ -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 @@ REPLACE_PERL= eeprom/decode-dimms
 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