1
0
forked from ports/contrib

runc: switched make command to full commit hash

This commit is contained in:
Matt Housh 2017-03-27 12:07:42 -05:00
parent b9cb02db22
commit 9f9162e38d
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yw+BJyB1YwJ0B/CQvUZ7IgTE16cPrfxCNcvlROzT/6NrkOSWEWeCm0Taq/YfS7wz+RFkaPMSCSeSubAEgH3iQ0=
SHA256 (Pkgfile) = 9ef72001ac87d3dc801615719f896772d585caf9fc6d20aaa21ba66109e5382f
RWSagIOpLGJF38Y0Kqj0GV+bQUIbxGf1dEr/s3cHuF6ewtMRaJpBjYPcKjTfL3jUebBDHV642J+uGS7knnlcEnyXnrDB+m+Hngc=
SHA256 (Pkgfile) = 4f400692a09c4931094cc78081bf78aac8fba49a513746e365a3e02306c9a61c
SHA256 (.footprint) = f033b7c8e0449cbdaee2cceaebd87cad55400663407bf395f8ed5c22db96c300
SHA256 (runc-a01dafd.tar.xz) = 6f4058a6c1e4f2a894161dc13c6bf2437612fd3d6583d76fbe110ddb84bc4439
SHA256 (runc-man-pages-a01dafd.tar.xz) = 2f53040e93084ab86a5e29a87f98b276a0d718b995a597e2ba075291b8bf2b5f

View File

@ -5,7 +5,7 @@
name=runc
version=a01dafd
release=1
release=2
source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz \
http://jaeger.morpheus.net/linux/crux/files/$name-man-pages-$version.tar.xz)
@ -15,7 +15,8 @@ build() {
ln -sf $SRC/$name-$version
cd $name-$version
export GOPATH=$SRC
make COMMIT=a01dafd
# use the long commit hash here
make COMMIT=a01dafd48bc1c7cc12bdb01206f9fea7dd6feb70
install -D -m 0755 $name $PKG/usr/bin/$name
install -d -m 0755 $PKG/usr/share/man/man8