Upgrade to rxvt-2.6.4, ok'ed by jasoni@

- bump need_version
- remove patch to enable rxvt.1
- use distinfo
This commit is contained in:
shell 2002-01-07 17:58:49 +00:00
parent efc3dd7aa5
commit c62779692f
4 changed files with 6 additions and 17 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.24 2001/11/19 09:10:07 jasoni Exp $
# $OpenBSD: Makefile,v 1.25 2002/01/07 17:58:49 shell Exp $
COMMENT= "color, low memory usage, xterm replacement"
DISTNAME= rxvt-2.6.3
DISTNAME= rxvt-2.6.4
CATEGORIES= x11
NEED_VERSION= 1.363
NEED_VERSION= 1.504
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/ \
ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt

3
x11/rxvt/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (rxvt-2.6.4.tar.gz) = 6b33ae7724e5e669ab9b2e79ae9a7758
RMD160 (rxvt-2.6.4.tar.gz) = f30ebed31441303417c7ede4c78cc2d66b9a7bd0
SHA1 (rxvt-2.6.4.tar.gz) = 8cb4f01b131136b999f7b6c9d8674288fc5c18bc

View File

@ -1,3 +0,0 @@
MD5 (rxvt-2.6.3.tar.gz) = 12c75ec0f500d57f79f8a0fb2058f4d6
RMD160 (rxvt-2.6.3.tar.gz) = b2a1bb70b1a8ba246ce99d362a3eecea98f6bb8f
SHA1 (rxvt-2.6.3.tar.gz) = 8b3f97f60346ca2808e0788c2d84a374051c9158

View File

@ -1,11 +0,0 @@
--- doc/Makefile.in.orig Wed Oct 31 12:45:34 2001
+++ doc/Makefile.in Wed Oct 31 12:45:57 2001
@@ -39,7 +39,7 @@ DIST = Makefile.in README.greek README
#-------------------------------------------------------------------------
-all: rxvt.1
+all: # rxvt.1
rxvt.1: 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