pkgsrc-WIP-changes archive

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

denise: update to 1.1.1



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Wed Sep 15 18:43:05 2021 +0200
Changeset:	1f67cf85aa7ac3b3860e13ef6227fedc25175a6c

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

Log Message:
denise: update to 1.1.1

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

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                                 |  9 +++++----
 denise/patches/patch-emulation_tools_socket.cpp | 12 ++++++++++++
 3 files changed, 19 insertions(+), 6 deletions(-)

diffs:
diff --git a/denise/Makefile b/denise/Makefile
index df77cff328..fd31b357cf 100644
--- a/denise/Makefile
+++ b/denise/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	v1.1.0
+DISTNAME=	v1.1.1
 PKGNAME=	denise-${DISTNAME:S,^v,,}
 CATEGORIES=	emulators
 MASTER_SITES=	https://bitbucket.org/piciji/denise/get/
@@ -12,7 +12,7 @@ HOMEPAGE=	https://bitbucket.org/piciji/denise/
 COMMENT=	Commodore-64 emulator
 LICENSE=	gnu-gpl-v3
 
-WRKSRC=		${WRKDIR}/piciji-denise-958d8df8f7f7
+WRKSRC=		${WRKDIR}/piciji-denise-fd3e120b8637
 USE_LANGUAGES=	c c++	#c++17
 USE_TOOLS+=	gmake
 
diff --git a/denise/distinfo b/denise/distinfo
index 9ae7c3f040..d55a701ad6 100644
--- a/denise/distinfo
+++ b/denise/distinfo
@@ -1,8 +1,9 @@
 $NetBSD$
 
-SHA1 (denise/v1.1.0.tar.bz2) = 3d097b86a473a45ddd74c3f8cfb3a60563c2e6e2
-RMD160 (denise/v1.1.0.tar.bz2) = ef9e0cc632b471ed134687171aad9dbe9f1a8e3b
-SHA512 (denise/v1.1.0.tar.bz2) = 2e77d5076395caba74229203e68e6d6cc44f24701a2d0329db2663fd450fb624678246916f9af19e1b3536057adb7bc9f1ac22ee61e6b8fa18a24727756a24a1
-Size (denise/v1.1.0.tar.bz2) = 5994258 bytes
+SHA1 (denise/v1.1.1.tar.bz2) = e4ddbb344035ad54c2b44f4eac4e5a5892da74b4
+RMD160 (denise/v1.1.1.tar.bz2) = af9776c6f83d344cbc2ef4a010757de606c0099c
+SHA512 (denise/v1.1.1.tar.bz2) = 244e82679d71ce58d03219eb060f6e025ceb02bb97e359bf171eb430bec8a63d2336dd49da1b8ad2fe8a011b866157f71819743207595cb96ba7ec55627fa354
+Size (denise/v1.1.1.tar.bz2) = 6004422 bytes
 SHA1 (patch-Makefile) = b2cd86ce177a6ac2d81988969ce17a3720066fdc
 SHA1 (patch-driver_Makefile) = 7bbe730a461cb75c6a56430d352ce5f6eb9aca48
+SHA1 (patch-emulation_tools_socket.cpp) = 806aa784e46fb2dc1e782d06bb4ea71b2bc0199a
diff --git a/denise/patches/patch-emulation_tools_socket.cpp b/denise/patches/patch-emulation_tools_socket.cpp
new file mode 100644
index 0000000000..f374ece9b2
--- /dev/null
+++ b/denise/patches/patch-emulation_tools_socket.cpp
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- emulation/tools/socket.cpp.orig	2021-05-12 15:32:16.000000000 +0000
++++ emulation/tools/socket.cpp
+@@ -6,6 +6,7 @@
+     #define closesocket close
+     #include <sys/socket.h>
+     #include <netdb.h>
++    #include <netinet/in.h>
+     #include <netinet/tcp.h>
+     #include <unistd.h>
+     #include <cerrno>


Home | Main Index | Thread Index | Old Index