pkgsrc-WIP-changes archive

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

deutex: Minor tweaks to use best practices.



Module Name:	pkgsrc-wip
Committed By:	Simon Howard <fraggle%soulsphere.org@localhost>
Pushed By:	fraggle
Date:		Sun Apr 28 23:04:26 2024 -0400
Changeset:	a1d260e594aae424fe3ee89ce5ea2f879ae99cc7

Modified Files:
	deutex/Makefile

Log Message:
deutex: Minor tweaks to use best practices.

We don't need to define our own `V` variable because we can use
PKGVERSION_NOREV which provides the same thing. Also resolve a pkglint
warning; the COMMENT variable should not end in a period.

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

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

diffstat:
 deutex/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/deutex/Makefile b/deutex/Makefile
index 8e90c64d25..24e27d0ecd 100644
--- a/deutex/Makefile
+++ b/deutex/Makefile
@@ -1,16 +1,15 @@
 # $NetBSD$
 
-V=		5.2.2
-DISTNAME=	deutex-${V}
+DISTNAME=	deutex-5.2.2
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=Doom-Utils/}
-GITHUB_TAG=	v${V}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 GITHUB_PROJECT=	deutex
 EXTRACT_USING=	bsdtar
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/Doom-Utils/deutex
-COMMENT=	Command-line tool for building Doom WAD files.
+COMMENT=	Command-line tool for building Doom WAD files
 LICENSE=	gnu-gpl-v2
 
 .include "../../mk/bsd.prefs.mk"


Home | Main Index | Thread Index | Old Index