diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2025-02-09 09:26:28 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2025-02-09 09:26:28 +0000 |
commit | 36eabe1a5af952a5043eb0994e66c3d494a4e25a (patch) | |
tree | 5f5b45b6cbcc2669b3d0b9d1b4dea905e30c903f | |
parent | 1d7149682ea054f3df56085ee88fabb4ded4466f (diff) |
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
-rw-r--r-- | misc/gwhich/Makefile | 6 | ||||
-rw-r--r-- | misc/gwhich/distinfo | 5 | ||||
-rw-r--r-- | 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 |