summaryrefslogtreecommitdiff
path: root/x11/rxvt
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-03-27 07:00:09 +0000
committerWill Andrews <will@FreeBSD.org>2000-03-27 07:00:09 +0000
commit263b30f8cdc00e2c6fb36e505dc1d72f81459278 (patch)
treead19a1ca7166e77b5f8da232aeee5ece1400f852 /x11/rxvt
parentUpdate to version 0.9.12 (diff)
Update to rxvt 2.7.3 per the rxvt-devel mailing list announcement.
I'll take care of other ports depending on this pending maint approval. Changes: 1) Update rxvt website URL (badly needed). 2) Remove pkg/PLIST - Makefile inconsistency regarding chmod.
Notes
Notes: svn path=/head/; revision=27077
Diffstat (limited to 'x11/rxvt')
-rw-r--r--x11/rxvt/Makefile4
-rw-r--r--x11/rxvt/distinfo2
-rw-r--r--x11/rxvt/files/patch-ab11
-rw-r--r--x11/rxvt/files/patch-ac21
-rw-r--r--x11/rxvt/pkg-descr2
-rw-r--r--x11/rxvt/pkg-plist1
6 files changed, 14 insertions, 27 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile
index 1a628cce4b31..2be1eb4b4aff 100644
--- a/x11/rxvt/Makefile
+++ b/x11/rxvt/Makefile
@@ -1,5 +1,5 @@
# New ports collection Makefile for: rxvt
-# Version required: 2.7.2
+# Version required: 2.7.3
# Date created: 5th December 1994
# Whom: gpalmer@FreeBSD.org
#
@@ -9,7 +9,7 @@
# (and maybe ports/chinese/rxvt) when you upgrade rxvt. These ports all use
# the same distfile.
-DISTNAME= rxvt-2.7.2
+DISTNAME= rxvt-2.7.3
CATEGORIES= x11
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
ftp://mason.primenet.com.au/pub/rxvt/ \
diff --git a/x11/rxvt/distinfo b/x11/rxvt/distinfo
index 640bb453beee..a6635b8c3c43 100644
--- a/x11/rxvt/distinfo
+++ b/x11/rxvt/distinfo
@@ -1 +1 @@
-MD5 (rxvt-2.7.2.tar.bz2) = cce181764763ceb7c1d12a8b05c3ce2e
+MD5 (rxvt-2.7.3.tar.bz2) = 4f22d749152ba717c5b716df43801800
diff --git a/x11/rxvt/files/patch-ab b/x11/rxvt/files/patch-ab
deleted file mode 100644
index 1d27c78043f4..000000000000
--- a/x11/rxvt/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/command.c.orig Thu Jun 3 06:17:09 1999
-+++ src/command.c Tue Jun 8 11:11:25 1999
-@@ -316,7 +316,7 @@
- ttydev = tty_name;
-
- # define PTYCHAR1 "pqrstuvwxyz"
--# define PTYCHAR2 "0123456789abcdef"
-+# define PTYCHAR2 "0123456789abcdefhijklmnopqrstuv"
- for (c1 = PTYCHAR1; *c1; c1++) {
- ptydev[len] = ttydev[len] = *c1;
- for (c2 = PTYCHAR2; *c2; c2++) {
diff --git a/x11/rxvt/files/patch-ac b/x11/rxvt/files/patch-ac
index f8d932d23e78..6dc0d7630cb4 100644
--- a/x11/rxvt/files/patch-ac
+++ b/x11/rxvt/files/patch-ac
@@ -1,13 +1,12 @@
---- doc/Makefile.in.orig Tue Jun 8 02:53:55 1999
-+++ doc/Makefile.in Tue Jun 8 11:12:40 1999
-@@ -66,8 +66,8 @@
- rxvt.tbl: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo
- yodl2man -orxvt.tbl yodl/rxvt.yo
+--- doc/Makefile.in Sun Mar 12 00:26:26 2000
++++ doc/Makefile.in.new Mon Mar 27 01:39:53 2000
+@@ -40,9 +40,6 @@
--rxvt.1: rxvt.tbl Makefile
-- @if test x$(TBL) = x; then : ; else echo "Making rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl > rxvt.1 ; fi
-+#rxvt.1: rxvt.tbl Makefile
-+# @if test x$(TBL) = x; then : ; else echo "Making rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl > rxvt.1 ; fi
+ all: rxvt.1
- rxvt.html: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo
- yodl2html -o$@ yodl/rxvt.yo
+-rxvt.1: rxvt.tbl Makefile
+- @if test x$(TBL) = x; then : ; else echo "$(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1 ; fi
+-
+ SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\
+ -e 's%@RXVT_LSMDATE@%$(LSMDATE)%g;'\
+ -e 's%@RXVT_DATE@%$(DATE)%g;'\
diff --git a/x11/rxvt/pkg-descr b/x11/rxvt/pkg-descr
index 1242ca604465..d72f27c3619c 100644
--- a/x11/rxvt/pkg-descr
+++ b/x11/rxvt/pkg-descr
@@ -5,4 +5,4 @@ is removed.
Modifications were made by Rob Nation (nation@rocket.sanders.lockheed.com)
to make it a little more compact, and to add and remove certain features.
-WWW: http://babayaga.math.fu-berlin.de/rxvt/
+WWW: http://www.rxvt.org/
diff --git a/x11/rxvt/pkg-plist b/x11/rxvt/pkg-plist
index 70345b25d6d2..45ab4ea65bfd 100644
--- a/x11/rxvt/pkg-plist
+++ b/x11/rxvt/pkg-plist
@@ -1,2 +1 @@
bin/rxvt
-@exec chmod 4711 %D/bin/rxvt