Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by David Kowis (26e3673ac96f9b4a37f7829cff4732025ef36341)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by David Kowis (26e3673ac96f9b4a37f7829cff4732025ef36341)
  • Date: Tue, 30 May 2006 15:52:40 -0500

GIT changes to test grimoire by David Kowis <dkowis AT shlrm.org>:

mail/courier-imap/HISTORY | 3 +++
mail/courier-imap/PREPARE | 15 ---------------
mail/deliver/BUILD | 19 +------------------
mail/deliver/DETAILS | 5 ++---
mail/deliver/HISTORY | 4 ++++
mail/procmail/DEPENDS | 1 +
mail/procmail/HISTORY | 3 +++
7 files changed, 14 insertions(+), 36 deletions(-)

New commits:
commit 26e3673ac96f9b4a37f7829cff4732025ef36341
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

fixing bug 11345

commit fd38b4e8db2afd577ef3a00bc99d9b1781b8e385
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

Fixed bug 11335

commit 5a197e2bf177486c376971c34955407e79896637
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

Fixing bug 11314

diff --git a/mail/courier-imap/HISTORY b/mail/courier-imap/HISTORY
index e14fcfb..5d3cdf6 100644
--- a/mail/courier-imap/HISTORY
+++ b/mail/courier-imap/HISTORY
@@ -1,3 +1,6 @@
+2006-05-30 David Kowis <dkowis AT shlrm.org>
+ * PREPARE: removed... don't need no stinkin warning
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/mail/courier-imap/PREPARE b/mail/courier-imap/PREPARE
deleted file mode 100755
index 21039c7..0000000
--- a/mail/courier-imap/PREPARE
+++ /dev/null
@@ -1,15 +0,0 @@
-message ""
-message "${PROBLEM_COLOR}If you are upgrading ${SPELL}, and depending on the
version you are currently running, this could be a major upgrade which might
break things."
-message ""
-message "See
${DEFAULT_COLOR}http://www.courier-mta.org/imap/INSTALL.html#upgrading${PROBLEM_COLOR}
for more information."
-message ""
-message "Please make sure you have backed up your data and configuration
files, and that you have run a test install before putting this into a
production environment."
-message ""
-message "Consider this to be your official warning.${DEFAULT_COLOR}"
-message ""
-
-if ! query "Are you comfortable with continuing the install?" n
-then
- return 1
-fi
-
diff --git a/mail/deliver/BUILD b/mail/deliver/BUILD
index ea58bf9..4eb47cf 100755
--- a/mail/deliver/BUILD
+++ b/mail/deliver/BUILD
@@ -1,23 +1,6 @@
-(
-
sedit "s:OSHEADER = os-dummy.h:OSHEADER = os-linux.h:" Makefile
sedit "s:extern void usleep();:/* extern void usleep(); */:" sysdep.c
sedit "s:/usr/mail:/var/spool/mail:" conf/finish-os.h
sedit "s:/usr/spool/mail:/var/spool/mail:" conf/finish-os.h

- make &&
-
- prepare_install &&
-
- make install &&
-
- mkdir /usr/doc/deliver &&
-
- cp INSTALL /usr/doc/deliver &&
- cp MMDF /usr/doc/deliver &&
- cp README /usr/doc/deliver &&
- cp SENDMAIL /usr/doc/deliver &&
- cp -r samples /usr/doc/deliver
-
-) > $C_FIFO 2>&1
-
+ make
diff --git a/mail/deliver/DETAILS b/mail/deliver/DETAILS
index 4843910..799edc8 100755
--- a/mail/deliver/DETAILS
+++ b/mail/deliver/DETAILS
@@ -1,4 +1,5 @@
SPELL=deliver
+ BUILD_API=2
VERSION=2.1.14
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
@@ -8,12 +9,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
WEB_SITE=http://deliver.sourceforge.net
ENTERED=20020414
UPDATED=20020414
+ DOCS="${DOCS} INSTALL MMDF README SENDMAIL samples"
LICENSE=http://deliver.sourceforge.net
KEYWORDS="mail"
SHORT="Deliver is a program for reliable and flexible local mail
delivery"
- MENU_ITEM[0]=${SPELL}
- MENU_EXEC[0]=${SPELL}
- MENU_DESC[0]=${SHORT}
cat << EOF
Deliver

diff --git a/mail/deliver/HISTORY b/mail/deliver/HISTORY
index 9245073..e7d9fa6 100644
--- a/mail/deliver/HISTORY
+++ b/mail/deliver/HISTORY
@@ -1,3 +1,7 @@
+2006-05-30 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: updated to BUILD_API=2 Added DOCS
+ * BUILD: updated to BUILD_API=2 cleaned it up
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/mail/procmail/DEPENDS b/mail/procmail/DEPENDS
new file mode 100755
index 0000000..81538a4
--- /dev/null
+++ b/mail/procmail/DEPENDS
@@ -0,0 +1 @@
+depends SENDMAIL
diff --git a/mail/procmail/HISTORY b/mail/procmail/HISTORY
index bee6d2e..77bc1f9 100644
--- a/mail/procmail/HISTORY
+++ b/mail/procmail/HISTORY
@@ -1,3 +1,6 @@
+2006-05-30 David Kowis <dkowis AT shlrm.org>
+ * DEPENDS: added a dependency on SENDMAIL
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS




  • [SM-Commit] GIT changes to test grimoire by David Kowis (26e3673ac96f9b4a37f7829cff4732025ef36341), David Kowis, 05/30/2006

Archive powered by MHonArc 2.6.24.

Top of Page