diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-03-11 17:15:03 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-03-11 17:15:03 +0000 |
commit | b3cdb7a82c5fbeed7fe81d9ea5b4a422af7a1b81 (patch) | |
tree | cd4b2e631350eac096acd67cf1f674d121e41b9f /sysutils/pfetch | |
parent | 5a954340ffc06308b20863c40cd7412c04890da5 (diff) | |
download | freebsd-ports-b3cdb7a82c5fbeed7fe81d9ea5b4a422af7a1b81.zip |
sysutils/pfetch: update to 0.5.0
From ChangeLog: https://github.com/dylanaraps/pfetch/releases/tag/0.5.0
* Added a new simplified dynamic display method. It's smaller in
size, uses less escape sequences and is faster overall.
* Added PF_SOURCE to execute a script prior to running pfetch.
This allows the user to script things.
* ASCII Art is now bold.
* os: Added support for IRIX, CRUX, OpenWRT and Bedrock Linux.
* host: Fixed incorrect host output.
* host: Added MINIX support.
* wm: Added fallback to non-EWMH WMs .
And many more minor changes.
PR: 244740
Submitted by: vulcan@wired.sh (maintainer)
Diffstat (limited to 'sysutils/pfetch')
-rw-r--r-- | sysutils/pfetch/Makefile | 7 | ||||
-rw-r--r-- | sysutils/pfetch/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/pfetch/Makefile b/sysutils/pfetch/Makefile index 97054c1a2279..e6094592f996 100644 --- a/sysutils/pfetch/Makefile +++ b/sysutils/pfetch/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pfetch -DISTVERSION= 0.4.0 +DISTVERSION= 0.5.0 CATEGORIES= sysutils MAINTAINER= vulcan@wired.sh @@ -16,10 +16,9 @@ GH_ACCOUNT= dylanaraps NO_ARCH= yes NO_BUILD= yes -PLIST_FILES= bin/pfetch +PLIST_FILES= bin/${PORTNAME} do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \ - ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> diff --git a/sysutils/pfetch/distinfo b/sysutils/pfetch/distinfo index 6773e5c74525..844590043752 100644 --- a/sysutils/pfetch/distinfo +++ b/sysutils/pfetch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1570344544 -SHA256 (dylanaraps-pfetch-0.4.0_GH0.tar.gz) = 4cdac9e509fe94c0a27ab80454cddd830ff1a9c64216493658caa53670454fcd -SIZE (dylanaraps-pfetch-0.4.0_GH0.tar.gz) = 15954 +TIMESTAMP = 1583938937 +SHA256 (dylanaraps-pfetch-0.5.0_GH0.tar.gz) = a7d0a0ff7583ec92d58a2a00573c9d7ae5595ae574a8912ea497d719b1c1f525 +SIZE (dylanaraps-pfetch-0.5.0_GH0.tar.gz) = 16236 |