pkgsrc-WIP-changes archive

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

denise: pkglint fixes.



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Sun Feb 13 14:24:32 2022 +0100
Changeset:	d8282c7685662042f845969e359a955af6fd8421

Modified Files:
	denise/Makefile
	denise/distinfo
	denise/patches/patch-emulation_tools_socket.cpp

Log Message:
denise: pkglint fixes.

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

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

diffstat:
 denise/Makefile                                 | 4 ++--
 denise/distinfo                                 | 2 +-
 denise/patches/patch-emulation_tools_socket.cpp | 2 ++
 3 files changed, 5 insertions(+), 3 deletions(-)

diffs:
diff --git a/denise/Makefile b/denise/Makefile
index ee4c4a201b..5219d6de88 100644
--- a/denise/Makefile
+++ b/denise/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	v1.1.2
 PKGNAME=	denise-${DISTNAME:S,^v,,}
 CATEGORIES=	emulators
 MASTER_SITES=	https://bitbucket.org/piciji/denise/get/
-DIST_SUBDIR=    denise
+DIST_SUBDIR=	denise
 EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	rhialto%NetBSD.org@localhost
@@ -16,7 +16,7 @@ WRKSRC=		${WRKDIR}/piciji-denise-a3a771d2672c
 USE_LANGUAGES=	c c++17
 USE_TOOLS+=	gmake
 
-SUBST_CLASSES+=         path
+SUBST_CLASSES+=		path
 SUBST_STAGE.path=	post-configure
 SUBST_MESSAGE.path=	Fixing reference to installation path
 SUBST_FILES.path+=	guikit/gtk/tools.cpp
diff --git a/denise/distinfo b/denise/distinfo
index 8fa55ef183..d50c7f2cc8 100644
--- a/denise/distinfo
+++ b/denise/distinfo
@@ -5,4 +5,4 @@ SHA512 (denise/v1.1.2.tar.bz2) = e061d224831e5502728b6ace698dbd86c4ecde050f517d3
 Size (denise/v1.1.2.tar.bz2) = 8888652 bytes
 SHA1 (patch-Makefile) = 79b2a01b93a301bf4b1dabe375332f2529ac3efb
 SHA1 (patch-driver_Makefile) = 7bbe730a461cb75c6a56430d352ce5f6eb9aca48
-SHA1 (patch-emulation_tools_socket.cpp) = 806aa784e46fb2dc1e782d06bb4ea71b2bc0199a
+SHA1 (patch-emulation_tools_socket.cpp) = 6ae695c4187de352f4d27c7d7a3f937869850cf7
diff --git a/denise/patches/patch-emulation_tools_socket.cpp b/denise/patches/patch-emulation_tools_socket.cpp
index f374ece9b2..6ec34001c5 100644
--- a/denise/patches/patch-emulation_tools_socket.cpp
+++ b/denise/patches/patch-emulation_tools_socket.cpp
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Include required header file.
+
 --- emulation/tools/socket.cpp.orig	2021-05-12 15:32:16.000000000 +0000
 +++ emulation/tools/socket.cpp
 @@ -6,6 +6,7 @@


Home | Main Index | Thread Index | Old Index