diff options
Diffstat (limited to 'emulators/softvms')
-rw-r--r-- | emulators/softvms/Makefile | 4 | ||||
-rw-r--r-- | emulators/softvms/distinfo | 11 | ||||
-rw-r--r-- | emulators/softvms/patches/patch-mainwin.c | 12 |
3 files changed, 7 insertions, 20 deletions
diff --git a/emulators/softvms/Makefile b/emulators/softvms/Makefile index f52f4e44f3c..47a35aacc53 100644 --- a/emulators/softvms/Makefile +++ b/emulators/softvms/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2018/07/19 04:05:08 tpaul Exp $ +# $NetBSD: Makefile,v 1.2 2018/07/20 09:00:07 tpaul Exp $ DISTNAME= softvms -PKGNAME= softvms-1.9 +PKGNAME= softvms-1.10 CATEGORIES= emulators MASTER_SITES= http://mc.pp.se/dc/files/ MASTER_SITES+= https://travispaul.me/distfiles/ diff --git a/emulators/softvms/distinfo b/emulators/softvms/distinfo index c644ecc6614..5a77cee2a07 100644 --- a/emulators/softvms/distinfo +++ b/emulators/softvms/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.1 2018/07/19 04:05:08 tpaul Exp $ +$NetBSD: distinfo,v 1.2 2018/07/20 09:00:07 tpaul Exp $ -SHA1 (softvms-1.9/softvms.tar.gz) = 90052ac4dce049c5afd0b7068984d7041f52a3f4 -RMD160 (softvms-1.9/softvms.tar.gz) = e911a2e75428930789b41cd652dc525d872af686 -SHA512 (softvms-1.9/softvms.tar.gz) = 413a0661a69e92ff016dfe3ae93968355171e5b060c9c1dc7d78260e15f83b479b946d42bfabf69393542b5ab0f1e6330068fe3290cbf652af8fa4b21941a10e -Size (softvms-1.9/softvms.tar.gz) = 68595 bytes +SHA1 (softvms-1.10/softvms.tar.gz) = 4e6dadc42aeb734d553ac3d5b57c0759330b0220 +RMD160 (softvms-1.10/softvms.tar.gz) = 273b26a475dbf4360351a813c12700f2ce33f6c1 +SHA512 (softvms-1.10/softvms.tar.gz) = d92e38b06947efcb96236355f55fae8803363151e4a31d01ec6b13bdd82813ff870866697eedc7d8708ed3450eebb35daa0425df7cf973ac33270040a950df71 +Size (softvms-1.10/softvms.tar.gz) = 93333 bytes SHA1 (patch-Makefile.in) = 0c75a7584a00ec8183ed1afb9db6434f145e1c2d -SHA1 (patch-mainwin.c) = aaaee194e2e2ddd5caa706849df63afd3b21c906 diff --git a/emulators/softvms/patches/patch-mainwin.c b/emulators/softvms/patches/patch-mainwin.c deleted file mode 100644 index 3bea91e8c88..00000000000 --- a/emulators/softvms/patches/patch-mainwin.c +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-mainwin.c,v 1.1 2018/07/19 04:05:08 tpaul Exp $ - -Also include <X11/Xutil.h>, needed for XDestroyImage() and XPutPixel(). - ---- mainwin.c.orig 2004-10-02 19:24:33.000000000 +0000 -+++ mainwin.c -@@ -1,4 +1,5 @@ - #include <X11/Xlib.h> -+#include <X11/Xutil.h> - #include <X11/keysym.h> - #ifdef HAVE_LIMITS_H - #include <limits.h> |