summaryrefslogtreecommitdiff
path: root/mbone/rat
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-05-04 23:42:39 +0000
committerhubertf <hubertf@pkgsrc.org>1998-05-04 23:42:39 +0000
commitf705890a1bac6432a8ed8a8d143b7ad5d8abf232 (patch)
treef7e41d5938a24441f7c42823196932e8ca7980f2 /mbone/rat
parent550f63ed3ebeca3e00216f95e097177cff119ab7 (diff)
downloadpkgsrc-f705890a1bac6432a8ed8a8d143b7ad5d8abf232.tar.gz
Update to 3.0.24
Diffstat (limited to 'mbone/rat')
-rw-r--r--mbone/rat/Makefile9
-rw-r--r--mbone/rat/files/md52
-rw-r--r--mbone/rat/patches/patch-aa36
3 files changed, 7 insertions, 40 deletions
diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile
index c0b94d1e3e1..3924d592933 100644
--- a/mbone/rat/Makefile
+++ b/mbone/rat/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.4 1998/04/22 14:22:45 agc Exp $
+# $NetBSD: Makefile,v 1.5 1998/05/04 23:42:39 hubertf Exp $
#
-DISTNAME= rat-3.0
+DISTNAME= rat-3.0.24
CATEGORIES= mbone tk80
MASTER_SITES= ftp://cs.ucl.ac.uk/mice/rat/src/
-DISTFILES= rat-3.0.23.tar.gz
MAINTAINER= mycroft@NetBSD.ORG
@@ -20,10 +19,10 @@ do-build:
do-install:
cd ${WRKSRC} && ( \
- install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL_PROGRAM} \
bin/$${USER:=`whoami`}/rat-`uname -s`-`uname -r` \
${LOCALBASE}/bin/rat; \
- install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} \
+ ${INSTALL_MAN} \
man/man1/rat.1 ${LOCALBASE}/man/man1/rat.1 )
.include "../../mk/bsd.pkg.mk"
diff --git a/mbone/rat/files/md5 b/mbone/rat/files/md5
index 463623c1ea6..bfdc759204e 100644
--- a/mbone/rat/files/md5
+++ b/mbone/rat/files/md5
@@ -1 +1 @@
-MD5 (rat-3.0.23.tar.gz) = 2789ebad64b4ddc819f30de9d53113b0
+MD5 (rat-3.0.24.tar.gz) = a9eb3d58f0e9ec5514e2658abfc0d497
diff --git a/mbone/rat/patches/patch-aa b/mbone/rat/patches/patch-aa
index ec61d4900ef..cd0f591b954 100644
--- a/mbone/rat/patches/patch-aa
+++ b/mbone/rat/patches/patch-aa
@@ -101,38 +101,6 @@
+
#ifdef SunOS_5
#define OSNAME "Solaris"
-*** tcl/init.tcl~ Wed Mar 5 07:39:39 1997
---- tcl/init.tcl Thu Mar 5 16:44:45 1998
-***************
-*** 16,20 ****
- error "version mismatch: library\nscripts expect Tcl version 7.5b1 or later but the loaded version is\nonly [info patchlevel]"
- }
-! package require -exact Tcl 7.6
- if [catch {set auto_path $env(TCLLIBPATH)}] {
- set auto_path ""
---- 16,20 ----
- error "version mismatch: library\nscripts expect Tcl version 7.5b1 or later but the loaded version is\nonly [info patchlevel]"
- }
-! package require -exact Tcl 8.0
- if [catch {set auto_path $env(TCLLIBPATH)}] {
- set auto_path ""
-*** tk/aatk.tcl~ Wed Mar 5 07:41:01 1997
---- tk/aatk.tcl Thu Mar 5 16:44:54 1998
-***************
-*** 14,19 ****
- # Insist on running with compatible versions of Tcl and Tk.
-
-! package require -exact Tk 4.2
-! package require -exact Tcl 7.6
-
- # Add Tk's directory to the end of the auto-load search path, if it
---- 14,19 ----
- # Insist on running with compatible versions of Tcl and Tk.
-
-! package require -exact Tk 8.0
-! package require -exact Tcl 8.0
-
- # Add Tk's directory to the end of the auto-load search path, if it
*** /dev/null Thu Mar 5 16:59:30 1998
--- Makefile_NetBSD_1 Thu Mar 5 16:41:44 1998
***************
@@ -156,8 +124,8 @@
+ * AUTHOR: Isidor Kouvelas
+ * MODIFIED: Colin Perkins
+ *
-+ * $Revision: 1.1 $
-+ * $Date: 1998/03/05 22:26:25 $
++ * $Revision: 1.2 $
++ * $Date: 1998/05/04 23:42:39 $
+ *
+ * Copyright (c) 1995,1996 University College London
+ * All rights reserved.