diff options
author | jwise <jwise> | 2001-10-09 17:25:02 +0000 |
---|---|---|
committer | jwise <jwise> | 2001-10-09 17:25:02 +0000 |
commit | 47885825355352dbd28e8b3e6f461012b31d0617 (patch) | |
tree | d188b9c22fc36d898494b7a8387615456831e986 | |
parent | 5a38371edb28b0f6fa03ad88389a3f841230b5b3 (diff) | |
download | pkgsrc-47885825355352dbd28e8b3e6f461012b31d0617.tar.gz |
Narrow a patch's context so as to avoid including an RCS ID.
-rw-r--r-- | www/ap-dtcl/distinfo | 4 | ||||
-rw-r--r-- | www/ap-dtcl/patches/patch-aa | 10 |
2 files changed, 5 insertions, 9 deletions
diff --git a/www/ap-dtcl/distinfo b/www/ap-dtcl/distinfo index e12446ffed3..9c0aebbd183 100644 --- a/www/ap-dtcl/distinfo +++ b/www/ap-dtcl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2001/09/29 00:26:00 jwise Exp $ +$NetBSD: distinfo,v 1.6 2001/10/09 17:25:02 jwise Exp $ SHA1 (mod_dtcl-0.11.2.tar.gz) = a1e89ee3677ee63984ed0d52350541ee49376795 Size (mod_dtcl-0.11.2.tar.gz) = 157550 bytes -SHA1 (patch-aa) = c32b711dfd78ded10b41f117b15936e92f5e2516 +SHA1 (patch-aa) = a3c49a6adfa3383f115c4bfaf5b1139a6de23fe6 diff --git a/www/ap-dtcl/patches/patch-aa b/www/ap-dtcl/patches/patch-aa index 75dedb6ae3b..87b38b66094 100644 --- a/www/ap-dtcl/patches/patch-aa +++ b/www/ap-dtcl/patches/patch-aa @@ -1,8 +1,6 @@ ---- builddtcl.sh.orig Fri Sep 28 19:44:44 2001 -+++ builddtcl.sh Fri Sep 28 19:45:23 2001 -@@ -1,57 +1,6 @@ - #!/bin/sh - # $Id: patch-aa,v 1.5 2001/09/29 00:26:00 jwise Exp $ +--- builddtcl.sh.orig Tue Oct 9 11:45:26 2001 ++++ builddtcl.sh Tue Oct 9 12:04:15 2001 +@@ -3,53 +3,2 @@ -# Name of tclsh - on FreeBSD, this is probably tclsh8.2 -TCLSH=tclsh ######### CHANGEME ########## @@ -56,5 +54,3 @@ -fi - # find location of tclConfig.sh, source it, and export variables to - # make them available to 'make' - |