diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-11 20:58:51 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-11 20:58:51 +0000 |
commit | 5dbcda2191b2aa1dcfeaa13897220933763fcbd7 (patch) | |
tree | bf712dd890a5c268c5c8f4e2c0422463c9164329 /x11/rxvt-unicode | |
parent | d2f4ba1b1e24e931a789192ff92e21678bfc6df8 (diff) | |
download | ports-5dbcda2191b2aa1dcfeaa13897220933763fcbd7.tar.gz ports-5dbcda2191b2aa1dcfeaa13897220933763fcbd7.zip |
Notes
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 2 | ||||
-rw-r--r-- | x11/rxvt-unicode/distinfo | 4 | ||||
-rw-r--r-- | x11/rxvt-unicode/files/patch-logging.C | 22 | ||||
-rw-r--r-- | x11/rxvt-unicode/pkg-plist | 2 |
4 files changed, 4 insertions, 26 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index f6a33e293c0a..8ed4148d00ea 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rxvt-unicode -PORTVERSION= 4.9 +PORTVERSION= 5.0 CATEGORIES= x11 MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/ MASTER_SITE_SUBDIR= . Attic diff --git a/x11/rxvt-unicode/distinfo b/x11/rxvt-unicode/distinfo index 3397aa3c5a42..1965cda317a4 100644 --- a/x11/rxvt-unicode/distinfo +++ b/x11/rxvt-unicode/distinfo @@ -1,2 +1,2 @@ -MD5 (rxvt-unicode-4.9.tar.bz2) = cdd9e3bde4beec3242f2942911170164 -SIZE (rxvt-unicode-4.9.tar.bz2) = 833890 +MD5 (rxvt-unicode-5.0.tar.bz2) = b6426add9d69a6a588bce4d550f9ae7b +SIZE (rxvt-unicode-5.0.tar.bz2) = 838842 diff --git a/x11/rxvt-unicode/files/patch-logging.C b/x11/rxvt-unicode/files/patch-logging.C deleted file mode 100644 index a1758fc9fc44..000000000000 --- a/x11/rxvt-unicode/files/patch-logging.C +++ /dev/null @@ -1,22 +0,0 @@ ---- src/logging.C.orig Wed Jan 19 16:16:06 2005 -+++ src/logging.C Thu Feb 3 22:42:35 2005 -@@ -73,17 +73,17 @@ - if (!strncmp (pty, "/dev/", 5)) - pty += 5; /* skip /dev/ prefix */ - -+#ifdef HAVE_UTMP_PID - if (!strncmp (pty, "pty", 3) || !strncmp (pty, "tty", 3)) - strncpy (ut_id, (pty + 3), sizeof (ut_id)); --#ifdef HAVE_UTMP_PID - else if (sscanf (pty, "pts/%d", &i) == 1) - sprintf (ut_id, "vt%02x", (i & 0xff)); /* sysv naming */ --#endif - else if (strncmp (pty, "pty", 3) && strncmp (pty, "tty", 3)) - { - rxvt_warn ("can't parse tty name \"%s\", not adding utmp entry.\n", pty); - return; - } -+#endif - - #ifdef HAVE_STRUCT_UTMP - memset (ut, 0, sizeof (struct utmp)); diff --git a/x11/rxvt-unicode/pkg-plist b/x11/rxvt-unicode/pkg-plist index 772422cc9593..c7a52769b2c0 100644 --- a/x11/rxvt-unicode/pkg-plist +++ b/x11/rxvt-unicode/pkg-plist @@ -4,7 +4,7 @@ bin/urxvtd include/rxvtlib.h lib/librxvt.a lib/librxvt.so -lib/librxvt.so.4 +lib/librxvt.so.5 %%PORTDOCS%%%%EXAMPLESDIR%%/example.menu %%PORTDOCS%%%%EXAMPLESDIR%%/jedmenu.sl %%PORTDOCS%%%%EXAMPLESDIR%%/menu |