Skip to content

Commit

Permalink
let the mta add a proper date header
Browse files Browse the repository at this point in the history
bump pkgname
  • Loading branch information
jcs committed Oct 16, 2008
1 parent 92816ec commit c42b248
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion sysutils/god/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/08 20:52:27 jcs Exp $
# $OpenBSD: Makefile,v 1.2 2008/10/16 19:40:31 jcs Exp $

COMMENT= system monitoring framework written in Ruby

DISTNAME= god-0.7.3
PKGNAME= ${DISTNAME}p0
CATEGORIES= sysutils

# mit
Expand Down
13 changes: 7 additions & 6 deletions sysutils/god/patches/patch-lib_god_contacts_email_rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
$OpenBSD: patch-lib_god_contacts_email_rb,v 1.1.1.1 2008/10/08 20:52:27 jcs Exp $
--- lib/god/contacts/email.rb.orig Tue Sep 30 00:00:05 2008
+++ lib/god/contacts/email.rb Tue Sep 30 00:00:36 2008
@@ -26,7 +26,6 @@ From: god <#{self.message_settings[:from]}>
$OpenBSD: patch-lib_god_contacts_email_rb,v 1.2 2008/10/16 19:40:31 jcs Exp $
--- lib/god/contacts/email.rb.orig Wed Dec 31 18:00:00 1969
+++ lib/god/contacts/email.rb Thu Oct 16 14:39:40 2008
@@ -25,8 +25,6 @@ module God
From: god <#{self.message_settings[:from]}>
To: #{name} <#{email}>
Subject: [god] #{message}
Date: #{Time.now.httpdate}
-Date: #{Time.now.httpdate}
-Message-Id: <[email protected]>

Message: #{message}
Host: #{host}
@@ -70,4 +69,4 @@ Category: #{category}
@@ -70,4 +68,4 @@ Category: #{category}
end

end
Expand Down

0 comments on commit c42b248

Please sign in to comment.