Skip to Content.
Sympa Menu

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

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 (3df1ba4d982f51064c4b0ecb2478ba14a2593e7f)
  • Date: Tue, 30 May 2006 22:38:27 -0500

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

mail/gotmail/DETAILS | 1 +
mail/gotmail/HISTORY | 4 ++++
mail/gotmail/INSTALL | 4 +---
mail/maildrop/HISTORY | 3 +++
mail/maildrop/PREPARE | 15 ---------------
5 files changed, 9 insertions(+), 18 deletions(-)

New commits:
commit 3df1ba4d982f51064c4b0ecb2478ba14a2593e7f
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

fixing bug 11491

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

Fixing bug 11385

diff --git a/mail/gotmail/DETAILS b/mail/gotmail/DETAILS
index 08ee517..613db7d 100755
--- a/mail/gotmail/DETAILS
+++ b/mail/gotmail/DETAILS
@@ -10,6 +10,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
BUILD_API=2
LICENSE=http://www.nongnu.org/gotmail
KEYWORDS="mail"
+ DOCS="${DOCS} sample.gotmailrc"
SHORT="Utility to download mail from Hotmail accounts"
cat << EOF
Gotmail is a utility to non-interactively download email from a Hotmail
diff --git a/mail/gotmail/HISTORY b/mail/gotmail/HISTORY
index 6fff9c6..96403ed 100644
--- a/mail/gotmail/HISTORY
+++ b/mail/gotmail/HISTORY
@@ -1,3 +1,7 @@
+2006-05-30 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: Added DOCS
+ * INSTALL: removed documentation installation and left that up to the
DOCS var
+
2006-04-23 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to 0.8.8

diff --git a/mail/gotmail/INSTALL b/mail/gotmail/INSTALL
index 67f3bdd..fdbab85 100755
--- a/mail/gotmail/INSTALL
+++ b/mail/gotmail/INSTALL
@@ -1,5 +1,3 @@
- [ -d /usr/share/gotmail ] || mkdir /usr/share/gotmail
- [ -d /usr/doc/gotmail ] || mkdir /usr/doc/gotmail
- cp sample.gotmailrc /usr/doc/gotmail &&
+ [ -d /usr/share/gotmail ] || mkdir -p /usr/share/gotmail
cp gotmail /usr/bin/ &&
cp gotmail.1.gz /usr/share/man/man1/
diff --git a/mail/maildrop/HISTORY b/mail/maildrop/HISTORY
index cc422af..f48d3f9 100644
--- a/mail/maildrop/HISTORY
+++ b/mail/maildrop/HISTORY
@@ -1,3 +1,6 @@
+2006-05-30 David Kowis <dkowis AT shlrm.org>
+ * PREPARE: removed warning
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/mail/maildrop/PREPARE b/mail/maildrop/PREPARE
deleted file mode 100755
index 28b75c2..0000000
--- a/mail/maildrop/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/maildrop/changelog.html${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
-



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

Archive powered by MHonArc 2.6.24.

Top of Page