Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2025 09:28:51 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 36eabe1a5af9 - main - misc/gwhich: the port had been updated to the latest version 2.23
Message-ID:  <202502090928.5199Sp8n014173@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=36eabe1a5af952a5043eb0994e66c3d494a4e25a

commit 36eabe1a5af952a5043eb0994e66c3d494a4e25a
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2025-02-09 09:26:28 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2025-02-09 09:26:28 +0000

    misc/gwhich: the port had been updated to the latest version 2.23
    
    Garbage-collect GNU_CONFIGURE_MANPREFIX and no longer useful patch
    (build logs show that -MD flag is used by default), define missing
    LICENSE (GPLv3 or later).
    
    Reported by:    portscout
---
 misc/gwhich/Makefile            |  6 +++---
 misc/gwhich/distinfo            |  5 +++--
 misc/gwhich/files/patch-depcomp | 11 -----------
 3 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/misc/gwhich/Makefile b/misc/gwhich/Makefile
index 658ea48c75a8..996669c3ef27 100644
--- a/misc/gwhich/Makefile
+++ b/misc/gwhich/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	gwhich
-PORTVERSION=	2.21
-PORTREVISION=	1
+PORTVERSION=	2.23
 CATEGORIES=	misc
 MASTER_SITES=	GNU/which
 DISTNAME=	which-${PORTVERSION}
@@ -9,8 +8,9 @@ MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	GNU Which - Everything you never wanted in a which
 WWW=		https://savannah.gnu.org/projects/which/
 
+LICENSE=	GPLv3+
+
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--program-prefix=g
 
 INFO=		which
diff --git a/misc/gwhich/distinfo b/misc/gwhich/distinfo
index 4a5ece5948c9..8fc94ff3ff2b 100644
--- a/misc/gwhich/distinfo
+++ b/misc/gwhich/distinfo
@@ -1,2 +1,3 @@
-SHA256 (which-2.21.tar.gz) = f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad
-SIZE (which-2.21.tar.gz) = 149305
+TIMESTAMP = 1738436283
+SHA256 (which-2.23.tar.gz) = a2c558226fc4d9e4ce331bd2fd3c3f17f955115d2c00e447618a4ef9978a2a73
+SIZE (which-2.23.tar.gz) = 201930
diff --git a/misc/gwhich/files/patch-depcomp b/misc/gwhich/files/patch-depcomp
deleted file mode 100644
index 0ee45740750b..000000000000
--- a/misc/gwhich/files/patch-depcomp
+++ /dev/null
@@ -1,11 +0,0 @@
---- depcomp.orig	2012-09-11 08:57:17.000000000 +0200
-+++ depcomp	2012-09-11 08:57:24.000000000 +0200
-@@ -98,7 +98,7 @@
-   done
-   
-   # Generate dependency file.
--  "$@" -MT "$object" -M -MF "$tmpdepfile"
-+  "$@" -MT "$object" -MD -MF "$tmpdepfile"
-   stat=$?
-   if test $stat -eq 0; then :
-   else



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