summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2000-10-16 08:14:55 +0000
committerRoger Hardiman <roger@FreeBSD.org>2000-10-16 08:14:55 +0000
commit2c023b45faec592702a5f2ee64f0cc87ac6e006d (patch)
tree7f985630ba22028683fca954658f7c3aab364e95 /misc
parentCorrect patch, so it will apply cleanly. (diff)
Update to Alevt 1.6.0
Notes
Notes: svn path=/head/; revision=33887
Diffstat (limited to 'misc')
-rw-r--r--misc/alevt/Makefile2
-rw-r--r--misc/alevt/distinfo2
-rw-r--r--misc/alevt/files/patch-ab11
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);