summaryrefslogtreecommitdiff
path: root/japanese/rxvt
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-10 16:27:54 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-10 16:27:54 +0000
commitc9eb5db83976c77d3fc22e9d9f1f4f3ddd2a5a07 (patch)
tree609d8f76fac9d50033f719925b89d68fd4b85e10 /japanese/rxvt
parentUpdate to 0.3.5 (diff)
Update to 2.6p4
PR: ports/11624 Submitted by: honda@kashio.info.mie-u.ac.jp
Notes
Notes: svn path=/head/; revision=18753
Diffstat (limited to 'japanese/rxvt')
-rw-r--r--japanese/rxvt/Makefile10
-rw-r--r--japanese/rxvt/distinfo2
-rw-r--r--japanese/rxvt/files/patch-aa8
-rw-r--r--japanese/rxvt/files/patch-ad8
-rw-r--r--japanese/rxvt/files/patch-aj8
-rw-r--r--japanese/rxvt/pkg-descr2
6 files changed, 19 insertions, 19 deletions
diff --git a/japanese/rxvt/Makefile b/japanese/rxvt/Makefile
index 526b9db23a6e..a5f5886a41c5 100644
--- a/japanese/rxvt/Makefile
+++ b/japanese/rxvt/Makefile
@@ -1,13 +1,13 @@
# New ports collection Makefile for: rxvt
-# Version required: 2.6PRE3
-# Date created: 28 April 1999
+# Version required: 2.6PRE4
+# Date created: 11 May 1999
# Whom: HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
#
-# $Id: Makefile,v 1.7 1999/02/12 05:56:20 flathill Exp $
+# $Id: Makefile,v 1.8 1999/05/01 02:08:00 steve Exp $
#
-DISTNAME= rxvt-2.6.PRE3
-PKGNAME= ja-rxvt-2.6p3
+DISTNAME= rxvt-2.6.PRE4
+PKGNAME= ja-rxvt-2.6p4
CATEGORIES= japanese x11
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/devel/
diff --git a/japanese/rxvt/distinfo b/japanese/rxvt/distinfo
index bc9f8eb3babe..d9dc966ad457 100644
--- a/japanese/rxvt/distinfo
+++ b/japanese/rxvt/distinfo
@@ -1 +1 @@
-MD5 (rxvt-2.6.PRE3.tar.gz) = 63094f1ee4338941f65f66b069b3240b
+MD5 (rxvt-2.6.PRE4.tar.gz) = 52f5902b6f4905442c087580c9261b80
diff --git a/japanese/rxvt/files/patch-aa b/japanese/rxvt/files/patch-aa
index d64920b00d24..6dc91d173432 100644
--- a/japanese/rxvt/files/patch-aa
+++ b/japanese/rxvt/files/patch-aa
@@ -1,5 +1,5 @@
-*** Makefile.in.orig Fri Jan 29 22:10:45 1999
---- Makefile.in Fri Jan 29 22:11:13 1999
+*** Makefile.in.orig Mon Mar 29 14:31:37 1999
+--- Makefile.in Mon May 10 18:00:33 1999
***************
*** 9,15 ****
first_rule: all
@@ -7,7 +7,7 @@
! subdirs = src doc rclock src/graphics
- DIST = INSTALL README.configure configure Makefile Makefile.in
+ DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
--- 9,15 ----
first_rule: all
@@ -15,5 +15,5 @@
! subdirs = src doc
- DIST = INSTALL README.configure configure Makefile Makefile.in
+ DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
diff --git a/japanese/rxvt/files/patch-ad b/japanese/rxvt/files/patch-ad
index f75c0c7a44b3..211048793a30 100644
--- a/japanese/rxvt/files/patch-ad
+++ b/japanese/rxvt/files/patch-ad
@@ -1,7 +1,7 @@
-*** src/command.c.orig Sun Jan 24 14:39:54 1999
---- src/command.c Fri Jan 29 22:57:48 1999
+*** src/command.c.orig Mon May 10 09:32:21 1999
+--- src/command.c Mon May 10 17:55:44 1999
***************
-*** 289,295 ****
+*** 303,309 ****
ttydev = tty_name;
# define PTYCHAR1 "pqrstuvwxyz"
@@ -9,7 +9,7 @@
for (c1 = PTYCHAR1; *c1; c1++) {
ptydev[len] = ttydev[len] = *c1;
for (c2 = PTYCHAR2; *c2; c2++) {
---- 289,295 ----
+--- 303,309 ----
ttydev = tty_name;
# define PTYCHAR1 "pqrstuvwxyz"
diff --git a/japanese/rxvt/files/patch-aj b/japanese/rxvt/files/patch-aj
index c110e52c36e0..99a4d87226c4 100644
--- a/japanese/rxvt/files/patch-aj
+++ b/japanese/rxvt/files/patch-aj
@@ -1,5 +1,5 @@
-*** src/feature.h.orig Fri Jan 22 21:25:16 1999
---- src/feature.h Sat Jan 30 00:48:14 1999
+*** src/feature.h.orig Sun Mar 28 16:36:48 1999
+--- src/feature.h Mon May 10 17:56:35 1999
***************
*** 153,159 ****
* This has been superceded and is only for you older users
@@ -18,7 +18,7 @@
/*
* To use
***************
-*** 351,358 ****
+*** 359,366 ****
#ifdef KANJI
# define NFONTS 5
# define FONT0_IDX 2
@@ -27,7 +27,7 @@
#else
# ifdef ZH
# define NFONTS 5
---- 351,358 ----
+--- 359,366 ----
#ifdef KANJI
# define NFONTS 5
# define FONT0_IDX 2
diff --git a/japanese/rxvt/pkg-descr b/japanese/rxvt/pkg-descr
index 667d4e23a73c..76dd79a139b7 100644
--- a/japanese/rxvt/pkg-descr
+++ b/japanese/rxvt/pkg-descr
@@ -8,4 +8,4 @@ More information can be found at:
http://www.nobutaka.com/programs/rxvt.html
Documents are at /usr/X11R6/share/doc/ja/rxvt/.
-WWW: http://babayaga.math.fu-berlin.de/rxvt/
+WWW: http://www.rxvt.org/