diff options
author | wiz <wiz@pkgsrc.org> | 2002-05-21 12:04:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-05-21 12:04:42 +0000 |
commit | 6d752eab06a146b0a6c62dc0f8e7c3dada7247b8 (patch) | |
tree | be42e9abcbf50b07b4316c338869e386e3297ef7 /www/ap-dtcl | |
parent | 55a42435ca9f54453011fe87d5faa4ea76cfd214 (diff) | |
download | pkgsrc-6d752eab06a146b0a6c62dc0f8e7c3dada7247b8.tar.gz |
Remove $Id$ from patch, and add $NetBSD$.
Diffstat (limited to 'www/ap-dtcl')
-rw-r--r-- | www/ap-dtcl/distinfo | 4 | ||||
-rw-r--r-- | www/ap-dtcl/patches/patch-aa | 12 |
2 files changed, 7 insertions, 9 deletions
diff --git a/www/ap-dtcl/distinfo b/www/ap-dtcl/distinfo index 30dff17bcf1..63572e47a99 100644 --- a/www/ap-dtcl/distinfo +++ b/www/ap-dtcl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2002/04/19 18:32:37 jwise Exp $ +$NetBSD: distinfo,v 1.8 2002/05/21 12:04:42 wiz Exp $ SHA1 (mod_dtcl-0.11.6.tar.gz) = 8a48b2292bb1048b17fd268011d1a4307ef5770e Size (mod_dtcl-0.11.6.tar.gz) = 90374 bytes -SHA1 (patch-aa) = 8dd25eb370d2cf598cac4c42842b863fa0943451 +SHA1 (patch-aa) = 512e310549e475fbd6106eef52d2f789f4a0390b diff --git a/www/ap-dtcl/patches/patch-aa b/www/ap-dtcl/patches/patch-aa index 7e8831dac4b..5d40418ef64 100644 --- a/www/ap-dtcl/patches/patch-aa +++ b/www/ap-dtcl/patches/patch-aa @@ -1,8 +1,8 @@ ---- builddtcl.sh.orig Fri Apr 19 14:19:04 2002 -+++ builddtcl.sh Fri Apr 19 14:19:13 2002 -@@ -1,57 +1,6 @@ - #!/bin/sh - # $Id: patch-aa,v 1.7 2002/04/19 18:32:37 jwise Exp $ +$NetBSD: patch-aa,v 1.8 2002/05/21 12:04:42 wiz Exp $ + +--- builddtcl.sh.orig Tue Oct 9 17:29:47 2001 ++++ builddtcl.sh +@@ -3,53 +3,2 @@ -# Name of tclsh - on FreeBSD, this is probably tclsh8.2 -TCLSH=tclsh ######### CHANGEME ########## @@ -56,5 +56,3 @@ -fi - # find location of tclConfig.sh, source it, and export variables to - # make them available to 'make' - |