From owner-svn-ports-head@freebsd.org Wed Mar 11 17:15:05 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 50140265961; Wed, 11 Mar 2020 17:15:05 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48cz9N6r5hz4YbX; Wed, 11 Mar 2020 17:15:04 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 74D5FFE05; Wed, 11 Mar 2020 17:15:04 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02BHF4Nc081616; Wed, 11 Mar 2020 17:15:04 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02BHF4Cs081614; Wed, 11 Mar 2020 17:15:04 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202003111715.02BHF4Cs081614@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Wed, 11 Mar 2020 17:15:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528237 - head/sysutils/pfetch X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/sysutils/pfetch X-SVN-Commit-Revision: 528237 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Mar 2020 17:15:05 -0000 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 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