Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3d9b5892e5a6d10b5cb26af55c1e42de1fc974d6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3d9b5892e5a6d10b5cb26af55c1e42de1fc974d6)
  • Date: Sun, 31 Aug 2008 05:48:53 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

editors/vim/HISTORY | 4 ++++
editors/vim/PRE_BUILD | 6 ++++++
mail/mutt/HISTORY | 6 ++++++
mail/mutt/patches/PATCH_ORDER | 1 +
mail/mutt/patches/message_count/PATCH | 1 +
mail/mutt/patches/message_count/PATCH_DETAILS | 3 +++
mail/mutt/patches/message_count/mutt-danborn.1.5.18.patch.bz2 |binary
7 files changed, 21 insertions(+)

New commits:
commit 3d9b5892e5a6d10b5cb26af55c1e42de1fc974d6
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

mail/mutt: added the message count patch

commit 9aaad6e501fff70b49a24186c4102b4b2c09122e
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

editors/vim: actually check checksums of distfiles

diff --git a/editors/vim/HISTORY b/editors/vim/HISTORY
index 33998a4..9231b63 100644
--- a/editors/vim/HISTORY
+++ b/editors/vim/HISTORY
@@ -1,3 +1,7 @@
+2008-08-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * PRE_BUILD: added unpack_file ... so checksums actually get
+ checked
+
2008-08-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS, PRE_BUILD: added official patches, increase
PATCHLEVEL
diff --git a/editors/vim/PRE_BUILD b/editors/vim/PRE_BUILD
index f683aa4..bab1710 100755
--- a/editors/vim/PRE_BUILD
+++ b/editors/vim/PRE_BUILD
@@ -1,5 +1,11 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
+unpack_file 2 &&
+unpack_file 3 &&
+unpack_file 4 &&
+unpack_file 5 &&
+unpack_file 6 &&
+unpack_file 7 &&
patch -p0 < ${SOURCE_CACHE}/${SOURCE2} &&
patch -p0 < ${SOURCE_CACHE}/${SOURCE3} &&
patch -p0 < ${SOURCE_CACHE}/${SOURCE4} &&
diff --git a/mail/mutt/HISTORY b/mail/mutt/HISTORY
index 0072e11..2b22be3 100644
--- a/mail/mutt/HISTORY
+++ b/mail/mutt/HISTORY
@@ -1,3 +1,9 @@
+2008-08-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * patches/PATCH_ORDER, patches/message_count/PATCH,
+ patches/message_count/PATCH_DETAILS,
+ patches/message_count/mutt-danborn.1.5.18.patch.bz2:
+ added Dan Born's message count patch
+
2008-08-30 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated stable to 1.4.2.3, devel to 1.5.18
* mutt.gpg: Added key 35853032 to the keyring, 1.5.14+ devel's are
diff --git a/mail/mutt/patches/PATCH_ORDER b/mail/mutt/patches/PATCH_ORDER
index 6ed152a..175122a 100644
--- a/mail/mutt/patches/PATCH_ORDER
+++ b/mail/mutt/patches/PATCH_ORDER
@@ -16,3 +16,4 @@ current_shortcut
indexcolor
libesmtp
xtitles
+message_count
diff --git a/mail/mutt/patches/message_count/PATCH
b/mail/mutt/patches/message_count/PATCH
new file mode 100755
index 0000000..825d19b
--- /dev/null
+++ b/mail/mutt/patches/message_count/PATCH
@@ -0,0 +1 @@
+mutt_default_patch
diff --git a/mail/mutt/patches/message_count/PATCH_DETAILS
b/mail/mutt/patches/message_count/PATCH_DETAILS
new file mode 100755
index 0000000..5958e86
--- /dev/null
+++ b/mail/mutt/patches/message_count/PATCH_DETAILS
@@ -0,0 +1,3 @@
+PATCH_SITE="http://danborn.net/patches/";
+PATCH_BRANCHES="devel cvs"
+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
new file mode 100644
index 0000000..af9eca6
Binary files /dev/null and
b/mail/mutt/patches/message_count/mutt-danborn.1.5.18.patch.bz2 differ



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3d9b5892e5a6d10b5cb26af55c1e42de1fc974d6), Florian Franzmann, 08/31/2008

Archive powered by MHonArc 2.6.24.

Top of Page