diff options
Diffstat (limited to 'misc/alevt')
-rw-r--r-- | misc/alevt/Makefile | 2 | ||||
-rw-r--r-- | misc/alevt/distinfo | 2 | ||||
-rw-r--r-- | misc/alevt/files/patch-ab | 11 |
3 files changed, 2 insertions, 13 deletions
diff --git a/misc/alevt/Makefile b/misc/alevt/Makefile index a785c2df1887..4515195c7966 100644 --- a/misc/alevt/Makefile +++ b/misc/alevt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= alevt -PORTVERSION= 1.5.1 +PORTVERSION= 1.6.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://user.exit.de/froese/alevt/ diff --git a/misc/alevt/distinfo b/misc/alevt/distinfo index 7fcb43de143a..827780ebf2e8 100644 --- a/misc/alevt/distinfo +++ b/misc/alevt/distinfo @@ -1 +1 @@ -MD5 (alevt-1.5.1.tar.gz) = 9412d98c31c160cb68b805975b9f2bda +MD5 (alevt-1.6.0.tar.gz) = 3826d99d14d0a8f70f8d3625b2d06d03 diff --git a/misc/alevt/files/patch-ab b/misc/alevt/files/patch-ab deleted file mode 100644 index b5015fa9d2b4..000000000000 --- a/misc/alevt/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- xio.c.orig Fri Oct 8 00:24:38 1999 -+++ xio.c Thu Aug 3 02:59:55 2000 -@@ -180,7 +180,7 @@ - xio->screen = DefaultScreen(xio->dpy); - xio->depth = DefaultDepth(xio->dpy, xio->screen); - xio->width = DisplayWidth(xio->dpy, xio->screen); -- xio->height = DisplayHeight(xio->dpy, xio->height); -+ xio->height = DisplayHeight(xio->dpy, xio->screen); - xio->root = DefaultRootWindow(xio->dpy); - xio->cmap = DefaultColormap(xio->dpy, xio->screen); - xio->xa_del_win = XInternAtom(xio->dpy, "WM_DELETE_WINDOW", False); |