Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2024 05:00:28 GMT
From:      Santhosh Raju <fox@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9bdbf580138f - main - sysutils/pfetch: Rework upstream and update to 1.3.0
Message-ID:  <202408060500.47650SvW098967@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fox:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9bdbf580138f17ec12954c63f2baa77cf94b7a9a

commit 9bdbf580138f17ec12954c63f2baa77cf94b7a9a
Author:     Santhosh Raju <fox@FreeBSD.org>
AuthorDate: 2024-08-05 09:29:22 +0000
Commit:     Santhosh Raju <fox@FreeBSD.org>
CommitDate: 2024-08-06 04:58:39 +0000

    sysutils/pfetch: Rework upstream and update to 1.3.0
    
    Remove deprecation messages, since we have a new and active upstream.
    
    PR:             280109
    Approved by:    portmgr (maintainer timeout, 2+ weeks)
    
    Full change log since 0.6.0
    https://github.com/Un1q32/pfetch/compare/1.0.0...1.3.0
---
 sysutils/pfetch/Makefile | 11 ++++-------
 sysutils/pfetch/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/sysutils/pfetch/Makefile b/sysutils/pfetch/Makefile
index c863517f3cd6..e182236d676c 100644
--- a/sysutils/pfetch/Makefile
+++ b/sysutils/pfetch/Makefile
@@ -1,19 +1,16 @@
 PORTNAME=	pfetch
-DISTVERSION=	0.6.0
+DISTVERSION=	1.3.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	lcook@FreeBSD.org
 COMMENT=	Pretty system information tool written in POSIX sh
-WWW=		https://github.com/dylanaraps/pfetch
+WWW=		https://github.com/Un1q32/pfetch
 
 LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE.md
-
-DEPRECATED=	No longer developed, upstream repo archived Apr 26 2024
-EXPIRATION_DATE=2024-07-31
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	dylanaraps
+GH_ACCOUNT=	Un1q32
 
 NO_ARCH=	yes
 NO_BUILD=	yes
diff --git a/sysutils/pfetch/distinfo b/sysutils/pfetch/distinfo
index 95586a4ca172..9932c5934d4d 100644
--- a/sysutils/pfetch/distinfo
+++ b/sysutils/pfetch/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584050529
-SHA256 (dylanaraps-pfetch-0.6.0_GH0.tar.gz) = d1f611e61c1f8ae55bd14f8f6054d06fcb9a2d973095367c1626842db66b3182
-SIZE (dylanaraps-pfetch-0.6.0_GH0.tar.gz) = 17431
+TIMESTAMP = 1722849135
+SHA256 (Un1q32-pfetch-1.3.0_GH0.tar.gz) = 52f35c20c178e41ec8bd24003e426fe37d34a2080db772d87ab08775690daa6f
+SIZE (Un1q32-pfetch-1.3.0_GH0.tar.gz) = 23569



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