diff options
author | Steve Price <steve@FreeBSD.org> | 1998-03-15 19:48:30 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-03-15 19:48:30 +0000 |
commit | e2922bf70763a0b288ea5adce3cf7cecfcb6efc3 (patch) | |
tree | b41f03bd6b0e62afbc43ace96d3a31c2afbf5895 /x11/rxvt-devel | |
parent | Add MAINTAINER so this portlints clean. (diff) |
Update to version 2.4.5.
PR: 5940
Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
Notes
Notes:
svn path=/head/; revision=10151
Diffstat (limited to 'x11/rxvt-devel')
-rw-r--r-- | x11/rxvt-devel/Makefile | 12 | ||||
-rw-r--r-- | x11/rxvt-devel/distinfo | 2 | ||||
-rw-r--r-- | x11/rxvt-devel/files/patch-aa | 17 | ||||
-rw-r--r-- | x11/rxvt-devel/pkg-descr | 2 |
4 files changed, 21 insertions, 12 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 25b842549677..7f2dc2ca39ee 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -1,18 +1,14 @@ # New ports collection Makefile for: rxvt -# Version required: 2.20 +# Version required: 2.45 # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # -# $Id: Makefile,v 1.12 1997/03/07 12:24:55 obrien Exp $ +# $Id: Makefile,v 1.13 1997/03/07 12:29:49 obrien Exp $ # -DISTNAME= rxvt-2.20 +DISTNAME= rxvt-2.4.5 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - ftp://ftp.nuclecu.unam.mx/linux/local/rxvt/ \ - ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin.X11/ -MASTER_SITE_SUBDIR= utils/file/managers/mc/rxvt -#MASTER_SITE_SUBDIR= X11/xutils/terms +MASTER_SITES= ftp://ftp.math.fu-berlin.de/pub/rxvt/ MAINTAINER= winter@jurai.net diff --git a/x11/rxvt-devel/distinfo b/x11/rxvt-devel/distinfo index 5b1c00e929a5..b5c773ff380a 100644 --- a/x11/rxvt-devel/distinfo +++ b/x11/rxvt-devel/distinfo @@ -1 +1 @@ -MD5 (rxvt-2.20.tar.gz) = 860432f0d146d0cdf4630967f6c94ae3 +MD5 (rxvt-2.4.5.tar.gz) = e8983c7382f1590e7fd86f1b2e14848a diff --git a/x11/rxvt-devel/files/patch-aa b/x11/rxvt-devel/files/patch-aa index 023eb0f45fff..e795ba20b73d 100644 --- a/x11/rxvt-devel/files/patch-aa +++ b/x11/rxvt-devel/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in.orig Fri Sep 27 10:48:20 1996 -+++ Makefile.in Mon Feb 24 01:09:28 1997 +--- Makefile.in.orig Sun Mar 8 09:47:15 1998 ++++ Makefile.in Sun Mar 8 09:48:22 1998 @@ -7,7 +7,7 @@ first_rule: all dummy: @@ -7,5 +7,16 @@ -subdirs = src doc rclock src/graphics +subdirs = src doc #rclock src/graphics - DIST_ETC = etc/XTerm.ad etc/color etc/termcap etc/terminfo etc/xmkdir + DIST = INSTALL configure Makefile Makefile.in +--- doc/Makefile.in.orig Sun Mar 8 09:51:09 1998 ++++ doc/Makefile.in Sun Mar 8 09:51:27 1998 +@@ -53,7 +53,7 @@ + + tags allbin: + +-alldoc: lsm rxvt.1 ++alldoc: rxvt.1 + + clean: + $(RMF) $(VERNAME).lsm rxvt.1 *~ diff --git a/x11/rxvt-devel/pkg-descr b/x11/rxvt-devel/pkg-descr index ebf227ea910b..a7164ac47495 100644 --- a/x11/rxvt-devel/pkg-descr +++ b/x11/rxvt-devel/pkg-descr @@ -4,3 +4,5 @@ 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. + +HomePage of rxvt: http://babayaga.math.fu-berlin.de/rxvt/ |