pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gpatch: fixed that it could not fetch the tarball



Module Name:	pkgsrc-wip
Committed By:	NishiOwO <nishi%e3t.cc@localhost>
Pushed By:	nishi
Date:		Sun Aug 20 09:33:08 2023 +0900
Changeset:	b230e1af0a560bd8e309127b676677d19f78f55b

Modified Files:
	gpatch/Makefile

Log Message:
gpatch: fixed that it could not fetch the tarball

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b230e1af0a560bd8e309127b676677d19f78f55b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gpatch/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/gpatch/Makefile b/gpatch/Makefile
index c851e69257..e1c6c21809 100644
--- a/gpatch/Makefile
+++ b/gpatch/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD$
 
-DISTNAME=	gpatch-2.7.6
+DISTNAME=	patch-2.7.6
+PKGNAME=	g${DISTNAME}
 CATEGORIES=	devel
 MASTER_SITES=	https://ftp.gnu.org/gnu/patch/
 


Home | Main Index | Thread Index | Old Index