pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/sympa 'if [ false ]; then ...' Yeah right... Fix ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac216af0a928
branches:  trunk
changeset: 481695:ac216af0a928
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Oct 10 15:09:23 2004 +0000

description:
'if [ false ]; then ...' Yeah right... Fix my own stupidity.

No need to bump PKGREVISION or something, this was harmless:
some directories were made twice while installing from pkgsrc (by do-install
target and by INSTALL script) and binary packages were safe because the
INSTALL script creates them.

diffstat:

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

diffs (40 lines):

diff -r dac76312a0da -r ac216af0a928 mail/sympa/distinfo
--- a/mail/sympa/distinfo       Sun Oct 10 12:56:31 2004 +0000
+++ b/mail/sympa/distinfo       Sun Oct 10 15:09:23 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2004/09/26 20:13:34 seb Exp $
+$NetBSD: distinfo,v 1.4 2004/10/10 15:09:23 seb Exp $
 
 SHA1 (sympa-4.1.2.tar.gz) = 68a122a8d762874e2b4bb0c80020e36d8bc344fc
 Size (sympa-4.1.2.tar.gz) = 2354843 bytes
-SHA1 (patch-aa) = c77d1fb1024cd0b0f7eed9d08e2f403f085031de
+SHA1 (patch-aa) = 1653a5700572068348e93f659892119230795dae
 SHA1 (patch-ab) = 3b15442e7146dd56bfab698bcb062911a5bba599
 SHA1 (patch-ac) = 77802bab188da024c18810c07bf62064b28e3af1
diff -r dac76312a0da -r ac216af0a928 mail/sympa/patches/patch-aa
--- a/mail/sympa/patches/patch-aa       Sun Oct 10 12:56:31 2004 +0000
+++ b/mail/sympa/patches/patch-aa       Sun Oct 10 15:09:23 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2004/09/26 20:13:34 seb Exp $
+$NetBSD: patch-aa,v 1.3 2004/10/10 15:09:23 seb Exp $
 
 --- Makefile.in.orig   2004-07-16 17:26:51.000000000 +0000
 +++ Makefile.in
@@ -16,7 +16,7 @@
                fi \
        done
 -      @if [ ! -f $(DESTDIR)$(CONFDIR)/sympa.conf ] ; then \
-+      @if [ false ] ; then \
++      @if false ; then \
        echo "First installation : installing conf directories..."; \
        for dir in create_list_templates templates wws_templates scenari \
        task_models general_task_models; do \
@@ -25,7 +25,7 @@
        done \
        fi
 -      @if [ ! -f $(DESTDIR)$(CONFDIR)/sympa.conf ] ; then \
-+      @if [ false ] ; then \
++      @if false ; then \
        echo "First installation : installing spool directories..."; \
        for dir in $(SPOOLDIR) $(SPOOLDIR)/msg $(SPOOLDIR)/digest $(SPOOLDIR)/moderation \
        $(SPOOLDIR)/expire $(SPOOLDIR)/auth $(SPOOLDIR)/outgoing $(SPOOLDIR)/tmp \



Home | Main Index | Thread Index | Old Index