pkgsrc-WIP-changes archive

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

apk-tools: fixed the name



Module Name:	pkgsrc-wip
Committed By:	NishiOwO <nishi%e3t.cc@localhost>
Pushed By:	nishi
Date:		Sun Aug 20 10:55:21 2023 +0900
Changeset:	2ebe283e4fe72cd1bf4d4ac2c660b130975ddc36

Modified Files:
	apk-tools/Makefile

Log Message:
apk-tools: fixed the name

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

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

diffstat:
 apk-tools/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/apk-tools/Makefile b/apk-tools/Makefile
index 3b75521c4f..d522ec4c22 100644
--- a/apk-tools/Makefile
+++ b/apk-tools/Makefile
@@ -1,13 +1,13 @@
 # $NetBSD$
 
-DISTNAME=	apk-tools-v3.0.0_pre0
+DISTNAME=	apk-tools-v3.0.0_pre0nb2
 PKGNAME=	${DISTNAME:S,-v,-,}
 CATEGORIES=	misc
 MASTER_SITES=	https://nishi.e3t.cc/
 
 MAINTAINER=	nishi@nishi.boats
 HOMEPAGE=	https://git.alpinelinux.org/apk-tools/
-COMMENT=	Alpine Package Manager Tools
+COMMENT=	Alpine Package Keeper Tools
 LICENSE=	gnu-gpl-v2
 
 WRKSRC=		${WRKDIR}/apk-tools


Home | Main Index | Thread Index | Old Index