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:           Wed Jul 25 04:53:44 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/sysutils/decode-dimms/Makefile:1.7
--- pkgsrc/sysutils/decode-dimms/Makefile:1.6   Wed Jul 25 04:48:22 2018
+++ pkgsrc/sysutils/decode-dimms/Makefile       Wed Jul 25 04:53:44 2018
@@ -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 @@ REPLACE_PERL= eeprom/decode-dimms
 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