aboutsummaryrefslogtreecommitdiff
path: root/x11/xtrans
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2014-04-16 18:28:47 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2014-04-16 18:28:47 +0000
commit39fc32e82863cce17f070122d498ce82cf7ea7af (patch)
treefc8323f5d400038235fda42a6096107239789049 /x11/xtrans
parentca9574e7df6ddd6a18e6234bc0f210d734a2d092 (diff)
downloadports-39fc32e82863cce17f070122d498ce82cf7ea7af.tar.gz
ports-39fc32e82863cce17f070122d498ce82cf7ea7af.zip
Notes
Diffstat (limited to 'x11/xtrans')
-rw-r--r--x11/xtrans/Makefile2
-rw-r--r--x11/xtrans/distinfo4
-rw-r--r--x11/xtrans/files/patch-Xtransint.h11
3 files changed, 3 insertions, 14 deletions
diff --git a/x11/xtrans/Makefile b/x11/xtrans/Makefile
index f70ecdd1dc27..ccfde005795f 100644
--- a/x11/xtrans/Makefile
+++ b/x11/xtrans/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= xtrans
-PORTVERSION= 1.3.2
+PORTVERSION= 1.3.4
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
diff --git a/x11/xtrans/distinfo b/x11/xtrans/distinfo
index 59088e2cd73a..3f1861d2c248 100644
--- a/x11/xtrans/distinfo
+++ b/x11/xtrans/distinfo
@@ -1,2 +1,2 @@
-SHA256 (xorg/lib/xtrans-1.3.2.tar.bz2) = 94177c89b74f594bcddc6a12825e9b464e17ab1977de671d25f67a4ea922cb87
-SIZE (xorg/lib/xtrans-1.3.2.tar.bz2) = 177812
+SHA256 (xorg/lib/xtrans-1.3.4.tar.bz2) = 054d4ee3efd52508c753e9f7bc655ef185a29bd2850dd9e2fc2ccc33544f583a
+SIZE (xorg/lib/xtrans-1.3.4.tar.bz2) = 182341
diff --git a/x11/xtrans/files/patch-Xtransint.h b/x11/xtrans/files/patch-Xtransint.h
deleted file mode 100644
index dad289484542..000000000000
--- a/x11/xtrans/files/patch-Xtransint.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- Xtransint.h.orig 2013-11-08 10:46:59.086340096 +0100
-+++ Xtransint.h 2013-11-08 11:02:02.275278727 +0100
-@@ -72,7 +72,7 @@
- # define XTRANSDEBUG 1
- #endif
-
--#if XTRANS_SEND_FDS && !(defined(linux) || defined(__sun))
-+#if XTRANS_SEND_FDS && !(defined(linux) || defined(__sun) || defined(__FreeBSD__))
- #error "FD passing support only on Linux & Solaris"
- #endif
-