From b0fc2d4af6abd729b5ecca8593a2c5b29f44d5d9 Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 13 Feb 2019 22:18:40 +0000 Subject: [PATCH] use https, regen patch while there --- x11/evilwm/Makefile | 6 ++++-- x11/evilwm/patches/patch-events_c | 11 ++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/x11/evilwm/Makefile b/x11/evilwm/Makefile index f977496b9c4..4ae716631b8 100644 --- a/x11/evilwm/Makefile +++ b/x11/evilwm/Makefile @@ -1,14 +1,16 @@ -# $OpenBSD: Makefile,v 1.20 2017/06/16 05:48:53 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.21 2019/02/13 22:18:40 sthen Exp $ COMMENT= minimalist window manager for the X Window System DISTNAME= evilwm-1.1.1 +REVISION= 0 CATEGORIES= x11 -HOMEPAGE= http://www.6809.org.uk/evilwm/ +HOMEPAGE= https://www.6809.org.uk/evilwm/ # 9wm license PERMIT_PACKAGE_CDROM= Yes + WANTLIB= X11 Xext Xrandr c MASTER_SITES= ${HOMEPAGE} diff --git a/x11/evilwm/patches/patch-events_c b/x11/evilwm/patches/patch-events_c index ed1d6d30bb4..794cb5a2164 100644 --- a/x11/evilwm/patches/patch-events_c +++ b/x11/evilwm/patches/patch-events_c @@ -1,11 +1,12 @@ -$OpenBSD: patch-events_c,v 1.1 2016/09/10 13:03:44 ajacoutot Exp $ ---- events.c.orig Sat Sep 10 13:00:37 2016 -+++ events.c Sat Sep 10 13:00:44 2016 +$OpenBSD: patch-events_c,v 1.2 2019/02/13 22:18:40 sthen Exp $ +Index: events.c +--- events.c.orig ++++ events.c @@ -4,6 +4,7 @@ #include #include +#include /* fd_set */ #include - #include "evilwm.h" - #include "log.h" + #include + #include