diff options
author | thierry <thierry@FreeBSD.org> | 2004-12-29 21:29:21 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-12-29 21:29:21 +0000 |
commit | b547f08fd0a8dd6eb0ef0d415e3f4af17ae3b11b (patch) | |
tree | 50fc576ddc63013a49fe6af658bf87c813a9f5de /x11 | |
parent | 6826ea83edf3a4c96d2d88479f897c18b981cae4 (diff) | |
download | FreeBSD-ports-b547f08fd0a8dd6eb0ef0d415e3f4af17ae3b11b.zip FreeBSD-ports-b547f08fd0a8dd6eb0ef0d415e3f4af17ae3b11b.tar.gz |
Upgrade to 4.7.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 2 | ||||
-rw-r--r-- | x11/rxvt-unicode/distinfo | 4 | ||||
-rw-r--r-- | x11/rxvt-unicode/files/patch-configure | 4 | ||||
-rw-r--r-- | x11/rxvt-unicode/files/patch-src::command.C | 15 |
4 files changed, 8 insertions, 17 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index b1a3ab1..84aec60 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rxvt-unicode -PORTVERSION= 4.6 +PORTVERSION= 4.7 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 ca2d0ce..ec91396 100644 --- a/x11/rxvt-unicode/distinfo +++ b/x11/rxvt-unicode/distinfo @@ -1,2 +1,2 @@ -MD5 (rxvt-unicode-4.6.tar.bz2) = f8b5058808125de3412d13668ee2316c -SIZE (rxvt-unicode-4.6.tar.bz2) = 889915 +MD5 (rxvt-unicode-4.7.tar.bz2) = 7199d55d30a6583ce85b007aaf4f50b1 +SIZE (rxvt-unicode-4.7.tar.bz2) = 891463 diff --git a/x11/rxvt-unicode/files/patch-configure b/x11/rxvt-unicode/files/patch-configure index 1319d10..482c9b4 100644 --- a/x11/rxvt-unicode/files/patch-configure +++ b/x11/rxvt-unicode/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Sun Aug 22 03:37:34 2004 -+++ configure Sat Aug 28 18:08:08 2004 +--- configure.orig Mon Dec 20 17:44:51 2004 ++++ configure Wed Dec 29 22:01:55 2004 @@ -3216,13 +3216,13 @@ LINKER="$CXX" if test x$GCC = xyes && test x$GXX = xyes; then diff --git a/x11/rxvt-unicode/files/patch-src::command.C b/x11/rxvt-unicode/files/patch-src::command.C index 1022081..471a7a7 100644 --- a/x11/rxvt-unicode/files/patch-src::command.C +++ b/x11/rxvt-unicode/files/patch-src::command.C @@ -1,15 +1,6 @@ ---- src/command.C.orig Wed Dec 15 06:38:28 2004 -+++ src/command.C Thu Dec 16 20:33:55 2004 -@@ -51,6 +51,8 @@ - #include "command.h" - - #include <wchar.h> -+#include <sys/param.h> -+#include <sys/types.h> - #include <signal.h> - - /*----------------------------------------------------------------------*/ -@@ -2700,7 +2702,9 @@ +--- src/command.C.orig Wed Dec 29 20:09:31 2004 ++++ src/command.C Wed Dec 29 22:07:49 2004 +@@ -2716,7 +2716,9 @@ if (len == (size_t)-2) { // the mbstate stores incomplete sequences. didn't know this :/ |