aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-02-04 16:50:32 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-02-04 16:50:32 +0000
commitd6629ad0e771d8f2ac54a7e0e7c4c0dc1749db7f (patch)
treef123f8ab0081eca05f1d5ce5ec60ebfc9a7a9cdb /x11
parentbbb553382bcb707077ae5b98ca953897b1614dce (diff)
downloadports-d6629ad0e771d8f2ac54a7e0e7c4c0dc1749db7f.tar.gz
ports-d6629ad0e771d8f2ac54a7e0e7c4c0dc1749db7f.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/xinit/Makefile2
-rw-r--r--x11/xinit/distinfo4
-rw-r--r--x11/xinit/files/patch-xinit.c15
3 files changed, 3 insertions, 18 deletions
diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile
index 7b92be23ab24..8b9e30c22f23 100644
--- a/x11/xinit/Makefile
+++ b/x11/xinit/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xinit
-PORTVERSION= 1.3.1
+PORTVERSION= 1.3.2
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
diff --git a/x11/xinit/distinfo b/x11/xinit/distinfo
index 9c363d13e8f3..dbe3d873a2a6 100644
--- a/x11/xinit/distinfo
+++ b/x11/xinit/distinfo
@@ -1,2 +1,2 @@
-SHA256 (xorg/app/xinit-1.3.1.tar.bz2) = c7468dfae94bdb42785d79623c27156dc4bf379d8372992830482cb04d8439b0
-SIZE (xorg/app/xinit-1.3.1.tar.bz2) = 147067
+SHA256 (xorg/app/xinit-1.3.2.tar.bz2) = a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235
+SIZE (xorg/app/xinit-1.3.2.tar.bz2) = 148443
diff --git a/x11/xinit/files/patch-xinit.c b/x11/xinit/files/patch-xinit.c
deleted file mode 100644
index abe8803b8282..000000000000
--- a/x11/xinit/files/patch-xinit.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- xinit.c.orig 2011-04-26 07:03:42.000000000 +0200
-+++ xinit.c 2011-08-06 22:14:03.000000000 +0200
-@@ -49,10 +49,10 @@
- #endif
-
- /* For PRIO_PROCESS and setpriority() */
--#ifdef __DragonFly__
-+#if defined(__DragonFly__) || defined(__FreeBSD__)
- #include <sys/time.h>
- #include <sys/resource.h>
--#endif /* __DragonFly__ */
-+#endif
-
- #include <stdlib.h>
-