[Midnightbsd-cvs] mports [20386] trunk/x11/xconsole: xconsole 1.0.6
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Oct 2 23:15:27 EDT 2015
Revision: 20386
http://svnweb.midnightbsd.org/mports/?rev=20386
Author: laffer1
Date: 2015-10-02 23:15:26 -0400 (Fri, 02 Oct 2015)
Log Message:
-----------
xconsole 1.0.6
Modified Paths:
--------------
trunk/x11/xconsole/Makefile
trunk/x11/xconsole/distinfo
trunk/x11/xconsole/pkg-plist
Removed Paths:
-------------
trunk/x11/xconsole/files/patch-configure
trunk/x11/xconsole/files/patch-xconsole.c
Modified: trunk/x11/xconsole/Makefile
===================================================================
--- trunk/x11/xconsole/Makefile 2015-10-03 03:02:56 UTC (rev 20385)
+++ trunk/x11/xconsole/Makefile 2015-10-03 03:15:26 UTC (rev 20386)
@@ -1,16 +1,15 @@
# $MidnightBSD$
PORTNAME= xconsole
-PORTVERSION= 1.0.5
+PORTVERSION= 1.0.6
CATEGORIES= x11
MAINTAINER= ports at MidnightBSD.org
COMMENT= Monitor system console messages with X
+
LICENSE= mit
XORG_CAT= app
USE_XORG= xt xaw
-MAN1= xconsole.1
-
.include <bsd.port.mk>
Modified: trunk/x11/xconsole/distinfo
===================================================================
--- trunk/x11/xconsole/distinfo 2015-10-03 03:02:56 UTC (rev 20385)
+++ trunk/x11/xconsole/distinfo 2015-10-03 03:15:26 UTC (rev 20386)
@@ -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
Deleted: trunk/x11/xconsole/files/patch-configure
===================================================================
--- trunk/x11/xconsole/files/patch-configure 2015-10-03 03:02:56 UTC (rev 20385)
+++ trunk/x11/xconsole/files/patch-configure 2015-10-03 03:15:26 UTC (rev 20386)
@@ -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"
Deleted: trunk/x11/xconsole/files/patch-xconsole.c
===================================================================
--- trunk/x11/xconsole/files/patch-xconsole.c 2015-10-03 03:02:56 UTC (rev 20385)
+++ trunk/x11/xconsole/files/patch-xconsole.c 2015-10-03 03:15:26 UTC (rev 20386)
@@ -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
Modified: trunk/x11/xconsole/pkg-plist
===================================================================
--- trunk/x11/xconsole/pkg-plist 2015-10-03 03:02:56 UTC (rev 20385)
+++ trunk/x11/xconsole/pkg-plist 2015-10-03 03:15:26 UTC (rev 20386)
@@ -1,4 +1,3 @@
bin/xconsole
+man/man1/xconsole.1.gz
share/X11/app-defaults/XConsole
- at dirrmtry share/X11/app-defaults
- at dirrmtry share/X11
More information about the Midnightbsd-cvs
mailing list