summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjakllsch <jakllsch@pkgsrc.org>2013-12-09 18:40:07 +0000
committerjakllsch <jakllsch@pkgsrc.org>2013-12-09 18:40:07 +0000
commit287d3f8669442f72266f52e0010879d714192951 (patch)
tree1974baa18c73de85ae2f813e758a45ac38978579 /sysutils
parentb6bed50f2086cf3ba1c483e74fe294f01dcef85b (diff)
downloadpkgsrc-287d3f8669442f72266f52e0010879d714192951.tar.gz
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"
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/nvramtool/Makefile8
-rw-r--r--sysutils/nvramtool/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/nvramtool/Makefile b/sysutils/nvramtool/Makefile
index 2a6a0ca1a87..feebcada7c7 100644
--- a/sysutils/nvramtool/Makefile
+++ b/sysutils/nvramtool/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2012/10/23 19:51:15 asau Exp $
+# $NetBSD: Makefile,v 1.5 2013/12/09 18:40:07 jakllsch Exp $
#
-DISTNAME= nvramtool-r6338
-PKGNAME= nvramtool-0pre6338
+DISTNAME= nvramtool-4.0-5009-gf87c20a-6af86f2
+PKGNAME= nvramtool-0pre20131209
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL:=nvramtool/}
@@ -23,7 +23,7 @@ ONLY_FOR_PLATFORM+= FreeBSD-*-i386 FreeBSD-*-x86_64
ONLY_FOR_PLATFORM+= Linux-*-i386 Linux-*-x86_64
ONLY_FOR_PLATFORM+= NetBSD-*-i386 NetBSD-*-x86_64
-WRKSRC= ${WRKDIR}/${PKGBASE}
+WRKSRC= ${WRKDIR}/${DISTNAME}
BUILD_TARGET= nvramtool
diff --git a/sysutils/nvramtool/distinfo b/sysutils/nvramtool/distinfo
index 71ed657565e..81ea8dc7a91 100644
--- a/sysutils/nvramtool/distinfo
+++ b/sysutils/nvramtool/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/02/08 16:51:17 jakllsch Exp $
+$NetBSD: distinfo,v 1.2 2013/12/09 18:40:07 jakllsch Exp $
-SHA1 (nvramtool-r6338.tar.gz) = 16bd20ab10297935e805401d446c056c95761096
-RMD160 (nvramtool-r6338.tar.gz) = 6af3ef54ff8b2b1e39066aff4d50bf4c0cbb89a4
-Size (nvramtool-r6338.tar.gz) = 54789 bytes
+SHA1 (nvramtool-4.0-5009-gf87c20a-6af86f2.tar.gz) = 526cc5641454180919fda3c8bf63ce3a33872905
+RMD160 (nvramtool-4.0-5009-gf87c20a-6af86f2.tar.gz) = 2bb194f0c5b250c36d92ca692319317b2abc1089
+Size (nvramtool-4.0-5009-gf87c20a-6af86f2.tar.gz) = 56273 bytes