summaryrefslogtreecommitdiff
path: root/x11/libX11
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-09-13 19:45:08 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-09-13 19:45:08 +0000
commit62df320cc3d1faf415675ee470a2b6338548e00b (patch)
tree6eb76e71941e2aad2fb558ec0436f85cf000c6f5 /x11/libX11
parentTake over maintainership. (diff)
- Update X.org ports to 7.3.
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25. I hope that nobody will be bored enough on Christmas to remove them on that day. Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
Notes
Notes: svn path=/head/; revision=199427
Diffstat (limited to 'x11/libX11')
-rw-r--r--x11/libX11/Makefile3
-rw-r--r--x11/libX11/distinfo6
-rw-r--r--x11/libX11/files/patch-src::GetMoEv.c13
3 files changed, 4 insertions, 18 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index 3a005f09680c..715e1d2203ff 100644
--- a/x11/libX11/Makefile
+++ b/x11/libX11/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= libX11
-PORTVERSION= 1.1.2
-PORTREVISION= 1
+PORTVERSION= 1.1.3
PORTEPOCH= 1
CATEGORIES= x11
diff --git a/x11/libX11/distinfo b/x11/libX11/distinfo
index 76b0a1d09677..9fb62bb72a68 100644
--- a/x11/libX11/distinfo
+++ b/x11/libX11/distinfo
@@ -1,3 +1,3 @@
-MD5 (xorg/lib/libX11-1.1.2.tar.bz2) = 710bf38a9477a5a1b235bc94f1d0593c
-SHA256 (xorg/lib/libX11-1.1.2.tar.bz2) = b77e4fd2bbd4092e7e78d0964760ad8ab160caccd4bc6d7d0c87a23febaea85e
-SIZE (xorg/lib/libX11-1.1.2.tar.bz2) = 1523644
+MD5 (xorg/lib/libX11-1.1.3.tar.bz2) = 4d43d3e472c552d2f191ecdd4e75112c
+SHA256 (xorg/lib/libX11-1.1.3.tar.bz2) = 4a2f566e2ea5dd955c875cb8fa9c18dd725324fc5cf4e23c803442e31ab8917a
+SIZE (xorg/lib/libX11-1.1.3.tar.bz2) = 1526958
diff --git a/x11/libX11/files/patch-src::GetMoEv.c b/x11/libX11/files/patch-src::GetMoEv.c
deleted file mode 100644
index 9dd8ff744acc..000000000000
--- a/x11/libX11/files/patch-src::GetMoEv.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/GetMoEv.c.orig Thu Jun 21 19:45:32 2007
-+++ src/GetMoEv.c Thu Jun 21 19:45:45 2007
-@@ -33,9 +33,9 @@
-
- XTimeCoord *XGetMotionEvents(
- register Display *dpy,
-+ Window w,
- Time start,
- Time stop,
-- Window w,
- int *nEvents) /* RETURN */
- {
- xGetMotionEventsReply rep;