New commits:
commit fa0a51d7ba07336d798741b08d535f1ac65b743e
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>
Updated to BUILD API2
commit 0210d7a2b11c09cfe70f4e75e875980861c0f31a
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>
Fixed MD5 anomaly and moved to SOURCE_HASH
commit aaf129ab7efb848a607424783834add7e843f70e
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>
Fixing dependency on cyrus-sasl. It's no longer optional
commit 67a874addac4a7d261d045618ef9f537b395221d
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>
Adding config.sub patch to fix bug 11194
commit 3203c03e81fe52ba144d977c35e5c60f5fa1bfab
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>
Fixing bug 11089
commit b803af911acdecdd7a1659dcc41dc1b8574ebae7
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>
Version bumping to 1.2
commit 826eab63d4c17e166b53c3b3c272fabfc464d576
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>
Added dependency on db
commit 55ec781906c4bc80992a48310132f9f58fc2b580
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>
Version bump of getmail
commit c207880363e687f3e2c4947a121ae745df114cac
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>
Fixed dependency on xv to point to z-rejected
commit 8a407298d30193a01787d7304d81b6cbee3bff5c
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>
Added dependency on pine-client within z-rejected
diff --git a/mail/courier/HISTORY b/mail/courier/HISTORY
index 19215d4..2e57ad1 100644
--- a/mail/courier/HISTORY
+++ b/mail/courier/HISTORY
@@ -1,3 +1,6 @@
+2006-05-03 David Kowis <dkowis AT shlrm.org>
+ * PREPARE: removed. got rid of warning
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/mail/courier/PREPARE b/mail/courier/PREPARE
deleted file mode 100755
index 965efaf..0000000
--- a/mail/courier/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/install.html#upgrade${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/cyrus-imapd/DEPENDS b/mail/cyrus-imapd/DEPENDS
index 70eeef9..a8b1bfb 100755
--- a/mail/cyrus-imapd/DEPENDS
+++ b/mail/cyrus-imapd/DEPENDS
@@ -1,3 +1,4 @@
+depends cyrus-sasl &&
optional_depends db \
"--with-dbd" \
"--without-dbd" \
@@ -13,11 +14,6 @@ optional_depends openssl
"--without-openssl" \
"to enable openSSL support" &&
-optional_depends cyrus-sasl \
- "--with-sasl" \
- "--without-sasl" \
- "to enable Cyrus-sasl support" &&
-
optional_depends tcp_wrappers \
"--with-libwrap" \
"--without-libwrap" \
diff --git a/mail/cyrus-imapd/HISTORY b/mail/cyrus-imapd/HISTORY
index d145b35..a536e96 100644
--- a/mail/cyrus-imapd/HISTORY
+++ b/mail/cyrus-imapd/HISTORY
@@ -1,3 +1,10 @@
+2006-05-30 David Kowis <dkowis AT shlrm.org>
+ * DEPENDS: fixed dependency on cyrus-sasl, not optional
+
+2006-05-30 David Kowis <dkowis AT shlrm.org>
+ * PRE_BUILD: added config.sub patch for x86_64
+ * config.sub.patch: patch
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
SOURCE_URL[1]=ftp://download.sourcemage.org/pub/linux/distributions/sourcemage/mirror/$SOURCE
- MD5[0]=9b78bd35bc3adc48cc7e113a08ab9dee
+
SOURCE_HASH=sha512:80133f027488e3390abdf58667bbfd3f95c1d42b230f7af00324792d6918c7b851bbf06f4399fe54c50a263a7f2f5718109e3bb98b58c6ccfeec67ed29073073
WEB_SITE=http://www.spambouncer.org
ENTERED=20020717
UPDATED=20020717
- MAINTAINER=bluebird AT optushome.com.au
LICENSE=GPL
KEYWORDS="mail"
SHORT="A procmail based spam filter and auto LART"
- MENU_ITEM[0]=${SPELL}
- MENU_EXEC[0]=${SPELL}
- MENU_DESC[0]=${SHORT}
cat << EOF
What Does the SpamBouncer Do?
diff --git a/mail/sb/HISTORY b/mail/sb/HISTORY
index adfe5a2..0badfe9 100644
--- a/mail/sb/HISTORY
+++ b/mail/sb/HISTORY
@@ -1,3 +1,11 @@
+2006-05-30 David Kowis <dkowis AT shlrm.org>
+ * INSTALL: created a BUILD_API=2 INSTALL
+ * BUILD: true'd out so it does nothing
+ * DETAILS: upgraded to BUILD_API=2
+
+2006-05-30 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: fixed MD5 anomaly by switching to SOURCE_HASH
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/mail/sb/INSTALL b/mail/sb/INSTALL
new file mode 100755
index 0000000..8303eaa
--- /dev/null
+++ b/mail/sb/INSTALL
@@ -0,0 +1,2 @@
+ mkdir -p /usr/share/sb &&
+ cp -r $SOURCE_DIRECTORY /usr/share/sb
diff --git a/mail/view-x-face/DEPENDS b/mail/view-x-face/DEPENDS
index e489000..60bff0f 100755
--- a/mail/view-x-face/DEPENDS
+++ b/mail/view-x-face/DEPENDS
@@ -1,3 +1,3 @@
depends compface &&
depends netpbm &&
-depends xv
\ No newline at end of file
+depends xv '' '' z-rejected
diff --git a/mail/view-x-face/HISTORY b/mail/view-x-face/HISTORY
index b724eed..83e6a94 100755
--- a/mail/view-x-face/HISTORY
+++ b/mail/view-x-face/HISTORY
@@ -1,3 +1,6 @@
+2006-05-30 David Kowis <dkowis AT shlrm.org>
+ * DEPENDS: fixed depends on xv to point to z-rejected
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
[SM-Commit] GIT changes to test grimoire by David Kowis (fa0a51d7ba07336d798741b08d535f1ac65b743e),
David Kowis, 05/30/2006