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:24:05 UTC 2018
Modified Files:
pkgsrc/sysutils/decode-dimms: Makefile
Log Message:
Remove REPLACE_PERL as it's not doing anything
Edit the tool to have a useful version identifier - avoiding any
attempts for repository-management tools to perform substitution on
$Revision$ and $Date$
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/sysutils/decode-dimms/Makefile:1.4
--- pkgsrc/sysutils/decode-dimms/Makefile:1.3 Wed Jul 25 02:05:26 2018
+++ pkgsrc/sysutils/decode-dimms/Makefile Wed Jul 25 04:24:05 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/07/25 02:05:26 pgoyette Exp $
+# $NetBSD: Makefile,v 1.4 2018/07/25 04:24:05 pgoyette Exp $
# no Release yet
GIT_COMMIT= 84da8192c7c409f37c1906b60ef166c58aafc847
@@ -15,7 +15,11 @@ HOMEPAGE= https://git.kernel.org/pub/scm
COMMENT= Decode memory DIMM SPD ROM info
LICENSE= gnu-gpl-v2
-REPLACE_PERL+= eeprom/decode-dimms
+SUBST_CLASSES+= rev
+SUBST_STAGE.rev= post-patch
+SUBST_FILES.rev= eeprom/decode-dimms
+SUBST_SED.rev= -e 's/^$$revision = .*;/$$revision = "20171205";'/
+SUBST_SED.rev+= -e '/^$$revision =~/d'
NO_BUILD= yes
Home |
Main Index |
Thread Index |
Old Index