From 5d1cf83eeec7b5b8d6b04fb9d27e12f3c3be4de3 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 6 Jul 2008 14:56:42 +0000 Subject: [PATCH] Update xmail to 1.25 (#3607) SVN-Revision: 11718 --- mail/xmail/Makefile | 4 ++-- mail/xmail/patches/010-Makefile.common.patch | 4 ++-- mail/xmail/patches/020-Makefile.lnx.patch | 5 ++--- mail/xmail/patches/030-xmail.patch | 7 +++---- mail/xmail/patches/040-honour_opt_flags.patch | 5 ++--- 5 files changed, 11 insertions(+), 14 deletions(-) diff --git a/mail/xmail/Makefile b/mail/xmail/Makefile index 8d526c74be..dff4f0673d 100644 --- a/mail/xmail/Makefile +++ b/mail/xmail/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xmail -PKG_VERSION:=1.24 +PKG_VERSION:=1.25 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.xmailserver.org/ -PKG_MD5SUM:=106730bdbaa4fda9e90a7c22df024114 +PKG_MD5SUM:=675baa512a97057c9e63905272406b69 include $(INCLUDE_DIR)/package.mk diff --git a/mail/xmail/patches/010-Makefile.common.patch b/mail/xmail/patches/010-Makefile.common.patch index c46f69eb28..af6aa709f6 100644 --- a/mail/xmail/patches/010-Makefile.common.patch +++ b/mail/xmail/patches/010-Makefile.common.patch @@ -1,5 +1,5 @@ ---- xmail-1.24.orig/Makefile.common 2006-12-31 20:03:59.000000000 +0100 -+++ xmail-1.24/Makefile.common 2007-02-01 20:41:08.000000000 +0100 +--- a/Makefile.common ++++ b/Makefile.common @@ -76,15 +76,15 @@ SENDMAILOBJS = SendMail.o diff --git a/mail/xmail/patches/020-Makefile.lnx.patch b/mail/xmail/patches/020-Makefile.lnx.patch index 7bda0480ca..3f8866b072 100644 --- a/mail/xmail/patches/020-Makefile.lnx.patch +++ b/mail/xmail/patches/020-Makefile.lnx.patch @@ -1,6 +1,5 @@ -diff -ruaN xmail-1.24.orig/Makefile.lnx xmail-1.24/Makefile.lnx ---- xmail-1.24.orig/Makefile.lnx 2006-12-31 20:03:59.000000000 +0100 -+++ xmail-1.24/Makefile.lnx 2007-02-02 13:11:29.000000000 +0100 +--- a/Makefile.lnx ++++ b/Makefile.lnx @@ -19,9 +19,9 @@ # Davide Libenzi # diff --git a/mail/xmail/patches/030-xmail.patch b/mail/xmail/patches/030-xmail.patch index 520b397606..efb3f2fcbc 100644 --- a/mail/xmail/patches/030-xmail.patch +++ b/mail/xmail/patches/030-xmail.patch @@ -1,12 +1,11 @@ -diff -ruaN xmail-1.24.orig/xmail xmail-1.24/xmail ---- xmail-1.24.orig/xmail 2006-12-31 20:03:59.000000000 +0100 -+++ xmail-1.24/xmail 2007-02-02 13:14:39.000000000 +0100 +--- a/xmail ++++ b/xmail @@ -19,7 +19,7 @@ test -f $DAEMON || exit 0 set -e -ulimit -c 20000 +ulimit -c 10000 + ulimit -s 128 start_xmail() - { diff --git a/mail/xmail/patches/040-honour_opt_flags.patch b/mail/xmail/patches/040-honour_opt_flags.patch index 5440f321ce..51704322cd 100644 --- a/mail/xmail/patches/040-honour_opt_flags.patch +++ b/mail/xmail/patches/040-honour_opt_flags.patch @@ -1,6 +1,5 @@ -diff -ruN xmail-1.24-old/Makefile.common xmail-1.24-new/Makefile.common ---- xmail-1.24-old/Makefile.common 2007-09-01 17:30:57.000000000 +0200 -+++ xmail-1.24-new/Makefile.common 2007-09-01 17:34:00.000000000 +0200 +--- a/Makefile.common ++++ b/Makefile.common @@ -24,10 +24,10 @@ endif -- 2.30.2