aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2013-07-19 20:34:35 +0800
committerzeising <zeising@FreeBSD.org>2013-07-19 20:34:35 +0800
commit0f91db71d6481ba5e1fa12c5dcdcd75c10815d1f (patch)
treeeca13847e99eab5f3b19213271d2cbbe63520468
parented694a8ef9c383fd365c9da3fd2a655d5f1c886e (diff)
downloadfreebsd-ports-gnome-0f91db71d6481ba5e1fa12c5dcdcd75c10815d1f.tar.gz
freebsd-ports-gnome-0f91db71d6481ba5e1fa12c5dcdcd75c10815d1f.tar.zst
freebsd-ports-gnome-0f91db71d6481ba5e1fa12c5dcdcd75c10815d1f.zip
Update to 1.0.6
-rw-r--r--x11/xconsole/Makefile2
-rw-r--r--x11/xconsole/distinfo4
-rw-r--r--x11/xconsole/files/patch-config.h.in12
-rw-r--r--x11/xconsole/files/patch-configure11
-rw-r--r--x11/xconsole/files/patch-xconsole.c12
5 files changed, 3 insertions, 38 deletions
diff --git a/x11/xconsole/Makefile b/x11/xconsole/Makefile
index 71ffd69b04ab..8ed6a2969685 100644
--- a/x11/xconsole/Makefile
+++ b/x11/xconsole/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= xconsole
-PORTVERSION= 1.0.5
+PORTVERSION= 1.0.6
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
diff --git a/x11/xconsole/distinfo b/x11/xconsole/distinfo
index 4bf7157657fa..77ee204935a7 100644
--- a/x11/xconsole/distinfo
+++ b/x11/xconsole/distinfo
@@ -1,2 +1,2 @@
-SHA256 (xorg/app/xconsole-1.0.5.tar.bz2) = 195fad7a1ca274835fc346c82acce90a0c2e9f288e85bd1a3c256dbc1c8c11e5
-SIZE (xorg/app/xconsole-1.0.5.tar.bz2) = 126538
+SHA256 (xorg/app/xconsole-1.0.6.tar.bz2) = e561959b6ee8b735a32c1050015cfd8c551ed162cabb6cb72e36ce72966855d1
+SIZE (xorg/app/xconsole-1.0.6.tar.bz2) = 132225
diff --git a/x11/xconsole/files/patch-config.h.in b/x11/xconsole/files/patch-config.h.in
deleted file mode 100644
index d72f7852525d..000000000000
--- a/x11/xconsole/files/patch-config.h.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- config.h.in.orig 2013-01-16 00:28:26.951435961 +0100
-+++ config.h.in 2013-01-16 00:28:56.005436975 +0100
-@@ -36,6 +36,9 @@
- /* Define to 1 if you have the <util.h> header file. */
- #undef HAVE_UTIL_H
-
-+/* Define to 1 if you have the <libutil.h> header file. */
-+#undef HAVE_LIBUTIL_H
-+
- /* Name of package */
- #undef PACKAGE
-
diff --git a/x11/xconsole/files/patch-configure b/x11/xconsole/files/patch-configure
deleted file mode 100644
index 8efd91ee3815..000000000000
--- a/x11/xconsole/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2013-01-16 00:19:42.938442394 +0100
-+++ configure 2013-01-16 00:20:01.955437575 +0100
-@@ -10780,7 +10780,7 @@
-
- $as_echo "#define HAS_OPENPTY 1" >>confdefs.h
-
-- for ac_header in util.h pty.h
-+ for ac_header in util.h pty.h libutil.h
- do :
- as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
- ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
diff --git a/x11/xconsole/files/patch-xconsole.c b/x11/xconsole/files/patch-xconsole.c
deleted file mode 100644
index 6a9aa535b6b6..000000000000
--- a/x11/xconsole/files/patch-xconsole.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- xconsole.c.orig 2013-01-16 00:15:23.910443192 +0100
-+++ xconsole.c 2013-01-16 00:20:52.830442361 +0100
-@@ -69,6 +69,9 @@
- # ifdef HAVE_UTIL_H
- # include <util.h>
- # endif
-+# ifdef HAVE_LIBUTIL_H
-+# include <libutil.h>
-+# endif
- # ifdef HAVE_PTY_H
- # include <pty.h>
- # endif