Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (6eb2dca4ab10114ce52fec64ba1084e245a05a5a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (6eb2dca4ab10114ce52fec64ba1084e245a05a5a)
  • Date: Mon, 29 Mar 2010 15:49:19 -0500

GIT changes to master grimoire by Jeremy Blosser <jblosser-smgl AT firinn.org>:

dev/null
|binary
mail/mutt/DETAILS
| 2 -
mail/mutt/HISTORY
| 4 +++
mail/mutt/PREPARE
| 12 +++++-----
mail/mutt/patches/PATCH_ORDER
| 1
mail/mutt/patches/compressed_folders/PATCH_DETAILS
| 2 -
mail/mutt/patches/compressed_folders/patch-1.5.18.rr.compressed.1.bz2
| 0

mail/mutt/patches/compressed_folders/patch-1.5.18.rr.compressed.1.scm.smgl.diff.bz2
| 0
mail/mutt/patches/compressed_folders/patch-1.5.20.rr.compressed.1.bz2
|binary
mail/mutt/patches/message_count/PATCH_DETAILS
| 3 --
mail/mutt/patches/message_count/mutt-danborn.1.5.18.patch.bz2
| 0
mail/mutt/patches/message_count/mutt-danborn.1.5.18.patch.scm.smgl.diff.bz2
| 0
12 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 6eb2dca4ab10114ce52fec64ba1084e245a05a5a
Author: Jeremy Blosser <jblosser-smgl AT firinn.org>
Commit: Jeremy Blosser <jblosser-smgl AT firinn.org>

mutt: 1.5.20; remove dead message_count patch

diff --git a/mail/mutt/DETAILS b/mail/mutt/DETAILS
index 15aa0f9..9482f54 100755
--- a/mail/mutt/DETAILS
+++ b/mail/mutt/DETAILS
@@ -15,7 +15,7 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-mercurial
;;
devel)
- VERSION=1.5.18
+ VERSION=1.5.20
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.asc
SOURCE_URL[0]=ftp://ftp.mutt.org/mutt/devel/${SOURCE}
diff --git a/mail/mutt/HISTORY b/mail/mutt/HISTORY
index 46b7f70..1281df4 100644
--- a/mail/mutt/HISTORY
+++ b/mail/mutt/HISTORY
@@ -1,3 +1,7 @@
+2010-03-29 Jeremy Blosser <jblosser-smgl AT firinn.org>
+ * DETAILS, patches/compressed_folders/*: Updated devel to 1.5.20.
+ * PREPARE, patches/message_count/*: Removed dead message_count patch.
+
2008-09-30 Remko van der Vossen <wich AT sourcemage.org>
* DETAILS, PREPARE, CONFIGURE, DEPENDS: cvs -> mercurial
* PREPARE, patches: removed all patches except for compressed_folder,
diff --git a/mail/mutt/PREPARE b/mail/mutt/PREPARE
index 00d7b3e..5cae79a 100755
--- a/mail/mutt/PREPARE
+++ b/mail/mutt/PREPARE
@@ -1,24 +1,24 @@
# temporary, to migrate old patch preferences
OLD_PATCHES="$PATCHES" &&
-list_remove OLD_PATCHES "compressed_folders" "message_count" "trash_folder"
&&
+list_remove OLD_PATCHES "compressed_folders" "trash_folder" &&
list_remove OLD_PATCHES "-attachment_counting" "-current_shortcut" \
"-date_conditional" "-deepif" "-edit_threads" "-indexcolor" "-isalias" \
- "-libesmpt" "-maildir_header_cache" "-purge_message" "-sidebar" \
+ "-libesmtp" "-maildir_header_cache" "-purge_message" "-sidebar" \
"-signatures_menu" "-xtitles" "-compressed_folders" "-message_count" \
"-trash_folder" &&
-list_remove PATCHES "attachment_counting" "current_shortcut" \
+list_remove PATCHES "attachment_counting" "current_shortcut" "message_count"
\
"date_conditional" "deepif" "edit_threads" "indexcolor" "isalias" \
"libesmtp" "maildir_header_cache" "purge_message" "sidebar" \
"signatures_menu" "xtitles" &&
-list_remove PATCHES "-attachment_counting" "-current_shortcut" \
+list_remove PATCHES "-attachment_counting" "-current_shortcut"
"-message_count" \
"-date_conditional" "-deepif" "-edit_threads" "-indexcolor" "-isalias" \
- "-libesmpt" "-maildir_header_cache" "-purge_message" "-sidebar" \
+ "-libesmtp" "-maildir_header_cache" "-purge_message" "-sidebar" \
"-signatures_menu" "-xtitles" &&

if [[ $OLD_PATCHES ]]; then
message "$PROBLEM_COLOR" &&
message "This new version of the mutt spell only includes the" &&
- message "compressed_folders, trash_folder and message_count patches, you"
&&
+ message "compressed_folders and trash_folder patches, you" &&
message "were using other patches, you can continue casting without these"
&&
message "patches or abort. If you'd like a particular patch to be
available" &&
message "again in the future, please post a request on
bugs.sourcemage.org" &&
diff --git a/mail/mutt/patches/PATCH_ORDER b/mail/mutt/patches/PATCH_ORDER
index c7148e4..750db37 100644
--- a/mail/mutt/patches/PATCH_ORDER
+++ b/mail/mutt/patches/PATCH_ORDER
@@ -3,4 +3,3 @@
# attempted.
compressed_folders
trash_folder
-message_count
diff --git a/mail/mutt/patches/compressed_folders/PATCH_DETAILS
b/mail/mutt/patches/compressed_folders/PATCH_DETAILS
index e91be33..2170f9e 100755
--- a/mail/mutt/patches/compressed_folders/PATCH_DETAILS
+++ b/mail/mutt/patches/compressed_folders/PATCH_DETAILS
@@ -6,6 +6,6 @@ case "${BRANCH}" in
PATCH_SOURCE="patch-1.4.2.3.rr.compressed.1"
;;
devel|scm)
- PATCH_SOURCE="patch-1.5.18.rr.compressed.1"
+ PATCH_SOURCE="patch-1.5.20.rr.compressed.1"
;;
esac
diff --git
a/mail/mutt/patches/compressed_folders/patch-1.5.18.rr.compressed.1.bz2
b/mail/mutt/patches/compressed_folders/patch-1.5.18.rr.compressed.1.bz2
deleted file mode 100644
index 833b5e7..0000000
Binary files
a/mail/mutt/patches/compressed_folders/patch-1.5.18.rr.compressed.1.bz2 and
/dev/null differ
diff --git
a/mail/mutt/patches/compressed_folders/patch-1.5.18.rr.compressed.1.scm.smgl.diff.bz2

b/mail/mutt/patches/compressed_folders/patch-1.5.18.rr.compressed.1.scm.smgl.diff.bz2
deleted file mode 100644
index f141236..0000000
Binary files
a/mail/mutt/patches/compressed_folders/patch-1.5.18.rr.compressed.1.scm.smgl.diff.bz2
and /dev/null differ
diff --git
a/mail/mutt/patches/compressed_folders/patch-1.5.20.rr.compressed.1.bz2
b/mail/mutt/patches/compressed_folders/patch-1.5.20.rr.compressed.1.bz2
new file mode 100644
index 0000000..4db8798
Binary files /dev/null and
b/mail/mutt/patches/compressed_folders/patch-1.5.20.rr.compressed.1.bz2 differ
diff --git a/mail/mutt/patches/message_count/PATCH_DETAILS
b/mail/mutt/patches/message_count/PATCH_DETAILS
deleted file mode 100755
index a9a4ed3..0000000
--- a/mail/mutt/patches/message_count/PATCH_DETAILS
+++ /dev/null
@@ -1,3 +0,0 @@
-PATCH_SITE="http://danborn.net/patches/";
-PATCH_BRANCHES="devel scm"
-PATCH_SOURCE="mutt-danborn.1.5.18.patch"
diff --git a/mail/mutt/patches/message_count/mutt-danborn.1.5.18.patch.bz2
b/mail/mutt/patches/message_count/mutt-danborn.1.5.18.patch.bz2
deleted file mode 100644
index 4e5fed9..0000000
Binary files a/mail/mutt/patches/message_count/mutt-danborn.1.5.18.patch.bz2
and /dev/null differ
diff --git
a/mail/mutt/patches/message_count/mutt-danborn.1.5.18.patch.scm.smgl.diff.bz2
b/mail/mutt/patches/message_count/mutt-danborn.1.5.18.patch.scm.smgl.diff.bz2
deleted file mode 100644
index dbae9db..0000000
Binary files
a/mail/mutt/patches/message_count/mutt-danborn.1.5.18.patch.scm.smgl.diff.bz2
and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (6eb2dca4ab10114ce52fec64ba1084e245a05a5a), Jeremy Blosser, 03/29/2010

Archive powered by MHonArc 2.6.24.

Top of Page