pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/metamail Do not try to install a nonexistent file...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9853c3a1bbbd
branches:  trunk
changeset: 476689:9853c3a1bbbd
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Jun 20 02:52:28 2004 +0000

description:
Do not try to install a nonexistent file; it stops installation on
some systems.  Noted by jklos@.

diffstat:

 mail/metamail/distinfo         |  4 ++--
 mail/metamail/patches/patch-aa |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r f8342dce24f6 -r 9853c3a1bbbd mail/metamail/distinfo
--- a/mail/metamail/distinfo    Sun Jun 20 02:36:24 2004 +0000
+++ b/mail/metamail/distinfo    Sun Jun 20 02:52:28 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2004/06/17 20:56:56 minskim Exp $
+$NetBSD: distinfo,v 1.13 2004/06/20 02:52:28 minskim Exp $
 
 SHA1 (mm2.7.tar.Z) = 8f213baec9b17c05bcb066f616977a561757d7a6
 Size (mm2.7.tar.Z) = 262881 bytes
-SHA1 (patch-aa) = 59c59d9b00766d2825c29f7c91ba84a12648975e
+SHA1 (patch-aa) = f9c2ea6c11bc41aa52f92bb90af243d11b9972a6
 SHA1 (patch-ab) = d94e83bdd0c9a101f6a09c6ef4e5f8df7c74411d
 SHA1 (patch-ac) = f0b04f7d6b17fb5c71a09b4caaf4298acdcff64e
 SHA1 (patch-ad) = 1626e771d9432be087cd9b2ed87671c6ad96129b
diff -r f8342dce24f6 -r 9853c3a1bbbd mail/metamail/patches/patch-aa
--- a/mail/metamail/patches/patch-aa    Sun Jun 20 02:36:24 2004 +0000
+++ b/mail/metamail/patches/patch-aa    Sun Jun 20 02:52:28 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.8 2004/06/17 20:56:56 minskim Exp $
+$NetBSD: patch-aa,v 1.9 2004/06/20 02:52:28 minskim Exp $
 
 --- Makefile.orig      1994-01-26 11:32:33.000000000 -0600
 +++ Makefile
@@ -66,7 +66,7 @@
  SHELL=/bin/sh
  
 -install: basics
-+BINARIES=     mailto metamail mimencode mmencode richtext richtoatk   \
++BINARIES=     mailto metamail mmencode richtext richtoatk     \
 +              splitmail
 +SCRIPTS=      audiocompose audiosend extcompose getfilename mailserver \
 +              mailto-hebrew metasend patch-metamail rcvAppleSingle    \



Home | Main Index | Thread Index | Old Index