aboutsummaryrefslogtreecommitdiff
path: root/x11/xinit
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-04-21 17:03:32 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-04-21 17:03:32 +0000
commit29e347e19709b94e2a25b8f749afaa22b4613213 (patch)
tree7fb1ab5c9603709eeba2da5c25166d99dc1147d6 /x11/xinit
parent551496002207129285b709a89863af8a414819a9 (diff)
downloadports-29e347e19709b94e2a25b8f749afaa22b4613213.tar.gz
ports-29e347e19709b94e2a25b8f749afaa22b4613213.zip
Notes
Diffstat (limited to 'x11/xinit')
-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 253ed9a303ea..3bf4fc47fc78 100644
--- a/x11/xinit/Makefile
+++ b/x11/xinit/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xinit
-PORTVERSION= 1.3.1
+PORTVERSION= 1.3.2
PORTEPOCH= 1
CATEGORIES= x11
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>
-