Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2020 17:15:04 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528237 - head/sysutils/pfetch
Message-ID:  <202003111715.02BHF4Cs081614@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Wed Mar 11 17:15:03 2020
New Revision: 528237
URL: https://svnweb.freebsd.org/changeset/ports/528237

Log:
  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)

Modified:
  head/sysutils/pfetch/Makefile
  head/sysutils/pfetch/distinfo

Modified: head/sysutils/pfetch/Makefile
==============================================================================
--- head/sysutils/pfetch/Makefile	Wed Mar 11 16:34:06 2020	(r528236)
+++ head/sysutils/pfetch/Makefile	Wed Mar 11 17:15:03 2020	(r528237)
@@ -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>

Modified: head/sysutils/pfetch/distinfo
==============================================================================
--- head/sysutils/pfetch/distinfo	Wed Mar 11 16:34:06 2020	(r528236)
+++ head/sysutils/pfetch/distinfo	Wed Mar 11 17:15:03 2020	(r528237)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003111715.02BHF4Cs081614>