pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/nvramtool
Module Name: pkgsrc
Committed By: jakllsch
Date: Mon Dec 9 18:40:07 UTC 2013
Modified Files:
pkgsrc/sysutils/nvramtool: Makefile distinfo
Log Message:
Update nvramtool to git HEAD as of today using local distfile.
No upstream change summary, but the old version no longer worked with
modern coreboot.
Distfile created from a full clone of the coreboot tree with below script;
#!/bin/sh
cbver=`git describe`
cbobj=`git ls-tree origin/master util/nvramtool|awk '{print $3}'|cut -c 1-7`
distname=nvramtool-"$cbver"-"$cbobj"
git archive -o /tmp/"$distname".tar.gz --prefix="$distname"/ "$cbobj"
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/nvramtool/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/sysutils/nvramtool/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index