ports/contrib (3.5): nvme-cli: updated to 1.9. Only install binaries and manuals
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit e2c3181446c90297e541268a1ce7f3e725dbbf7c Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sun Aug 25 19:25:54 2019 +0200 nvme-cli: updated to 1.9. Only install binaries and manuals diff --git a/nvme-cli/.footprint b/nvme-cli/.footprint index 9b54db07..0a24dd6f 100644 --- a/nvme-cli/.footprint +++ b/nvme-cli/.footprint @@ -2,9 +2,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/nvme drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/bash-completion/ -drwxr-xr-x root/root usr/share/bash-completion/completions/ --rw-r--r-- root/root usr/share/bash-completion/completions/nvme drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/nvme-admin-passthru.1.gz @@ -87,6 +84,8 @@ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/nvme-toshiba-clear-pcie-correctable-errors.1.gz -rw-r--r-- root/root usr/share/man/man1/nvme-toshiba-vs-internal-log.1.gz -rw-r--r-- root/root usr/share/man/man1/nvme-toshiba-vs-smart-add-log.1.gz +-rw-r--r-- root/root usr/share/man/man1/nvme-virtium-save-smart-to-vtview-log.1.gz +-rw-r--r-- root/root usr/share/man/man1/nvme-virtium-show-identify.1.gz -rw-r--r-- root/root usr/share/man/man1/nvme-wdc-cap-diag.1.gz -rw-r--r-- root/root usr/share/man/man1/nvme-wdc-clear-assert-dump.1.gz -rw-r--r-- root/root usr/share/man/man1/nvme-wdc-clear-pcie-correctable-errors.1.gz @@ -106,6 +105,3 @@ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/nvme-write-zeroes.1.gz -rw-r--r-- root/root usr/share/man/man1/nvme-write.1.gz -rw-r--r-- root/root usr/share/man/man1/nvme.1.gz -drwxr-xr-x root/root usr/share/zsh/ -drwxr-xr-x root/root usr/share/zsh/site-functions/ --rw-r--r-- root/root usr/share/zsh/site-functions/_nvme diff --git a/nvme-cli/.signature b/nvme-cli/.signature index 7d16b4a6..3c008382 100644 --- a/nvme-cli/.signature +++ b/nvme-cli/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31CPMj65RUzcRAxPE7R5/3Bcb1LCR31aiRiUpiRhL0fAnKbtOo/oMXLfa19nHGME+FWHUpGfjLMcDqy2t3A29Qg= -SHA256 (Pkgfile) = d051a94fc689d23130ab39b1582eb42e138116a74e101decda69b208bc1a19aa -SHA256 (.footprint) = f8bb0ea1dc7930a778caf6a656ac646e92d8d661bbf32838c6d684825e00e60e -SHA256 (nvme-cli-1.8.1.tar.gz) = 93b9134b7a4cc36c9444b9ee52ef016be6e3e2f2ece50fab1f4a56ebe1e3612b +RWSagIOpLGJF3wYQ8J6dF6OGihZd2BIbMWNkvTwVuOPHlJ4YH0qCVo6QLa8F0oNm7MNJH7FKfZc5uHwnh2wvMREEvGKxBoQB/Aw= +SHA256 (Pkgfile) = 5bd9793a9306b2e041f741009d189e1d8732f9d9b438d7bab9492954da8b8a6e +SHA256 (.footprint) = 0b53c3fc1b9f696c6d80119d1a032e83572c150a4251dfaa7a92cf0b0c85eb4e +SHA256 (nvme-cli-1.9.tar.gz) = d7c3d56f36f81c0933f7b7c3f90c4196be0fec758affc8062c525b6bc5ea65f5 diff --git a/nvme-cli/Pkgfile b/nvme-cli/Pkgfile index 3c13d97e..5577a154 100644 --- a/nvme-cli/Pkgfile +++ b/nvme-cli/Pkgfile @@ -4,12 +4,12 @@ # Depends on: name=nvme-cli -version=1.8.1 +version=1.9 release=1 source=(https://github.com/linux-nvme/nvme-cli/archive/v$version/nvme-cli-$version.t...) build() { cd $name-$version make - make PREFIX=/usr DESTDIR=$PKG install + make PREFIX=/usr DESTDIR=$PKG install-bin install-man }
participants (1)
-
crux@crux.nu