pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/postfix-current Updated mail/postfix-current to 2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a8be114a16b
branches:  trunk
changeset: 534454:1a8be114a16b
user:      martti <martti%pkgsrc.org@localhost>
date:      Mon Oct 22 06:15:56 2007 +0000

description:
Updated mail/postfix-current to 2.5-20071006

Lost of fixes, see HISTORY for details...

diffstat:

 mail/postfix-current/Makefile         |   4 ++--
 mail/postfix-current/distinfo         |  10 +++++-----
 mail/postfix-current/patches/patch-ai |  18 +++++++++---------
 3 files changed, 16 insertions(+), 16 deletions(-)

diffs (83 lines):

diff -r 9a495b5e8008 -r 1a8be114a16b mail/postfix-current/Makefile
--- a/mail/postfix-current/Makefile     Mon Oct 22 06:15:19 2007 +0000
+++ b/mail/postfix-current/Makefile     Mon Oct 22 06:15:56 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2007/09/23 11:43:42 jlam Exp $
+# $NetBSD: Makefile,v 1.85 2007/10/22 06:15:56 martti Exp $
 
-DISTNAME=      postfix-2.5-20070731
+DISTNAME=      postfix-2.5-20071006
 #PKGREVISION=  1
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/
diff -r 9a495b5e8008 -r 1a8be114a16b mail/postfix-current/distinfo
--- a/mail/postfix-current/distinfo     Mon Oct 22 06:15:19 2007 +0000
+++ b/mail/postfix-current/distinfo     Mon Oct 22 06:15:56 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.37 2007/08/13 07:06:13 martti Exp $
+$NetBSD: distinfo,v 1.38 2007/10/22 06:15:56 martti Exp $
 
-SHA1 (postfix/postfix-2.5-20070731.tar.gz) = 136f5b023d49144ba48cdd6e51e955154fefa97d
-RMD160 (postfix/postfix-2.5-20070731.tar.gz) = d4ad68e5b088863eca4c27551d53bfd5b5efa49c
-Size (postfix/postfix-2.5-20070731.tar.gz) = 2934227 bytes
+SHA1 (postfix/postfix-2.5-20071006.tar.gz) = 963e18616ffcc1ea1615ddbc7bb96e67dde884a5
+RMD160 (postfix/postfix-2.5-20071006.tar.gz) = 6c08011cbca7f5c901cebbd29ddfff01567e84fc
+Size (postfix/postfix-2.5-20071006.tar.gz) = 2940780 bytes
 SHA1 (patch-aa) = 60c51bfd1462f0553587b0ea9a5d496305e55648
 SHA1 (patch-ag) = 4d66026fe81dde97470bd01d529af191f1547228
-SHA1 (patch-ai) = a51da9144023efc321ee4e7ad0cfcfcbd2e04400
+SHA1 (patch-ai) = 7b19361e77d25139134511331a82abcd26b5336d
diff -r 9a495b5e8008 -r 1a8be114a16b mail/postfix-current/patches/patch-ai
--- a/mail/postfix-current/patches/patch-ai     Mon Oct 22 06:15:19 2007 +0000
+++ b/mail/postfix-current/patches/patch-ai     Mon Oct 22 06:15:56 2007 +0000
@@ -1,17 +1,17 @@
-$NetBSD: patch-ai,v 1.18 2007/05/30 07:58:30 martti Exp $
+$NetBSD: patch-ai,v 1.19 2007/10/22 06:15:56 martti Exp $
 
---- makedefs.orig      2007-05-15 03:11:50.000000000 +0300
-+++ makedefs   2007-05-30 10:49:06.000000000 +0300
-@@ -130,6 +130,8 @@
+--- makedefs.orig      2007-08-19 14:28:11.000000000 +0000
++++ makedefs   2007-10-22 05:50:31.000000000 +0000
+@@ -132,6 +132,8 @@
                ;;
-   FreeBSD.6*) SYSTYPE=FREEBSD6
+   FreeBSD.7*) SYSTYPE=FREEBSD7
                ;;
 +  DragonFly.1*)       SYSTYPE=FREEBSD4
 +              ;;
    OpenBSD.2*) SYSTYPE=OPENBSD2
                ;;
    OpenBSD.3*) SYSTYPE=OPENBSD3
-@@ -196,13 +198,6 @@
+@@ -198,13 +200,6 @@
                esac
                ;;
     ULTRIX.4*) SYSTYPE=ULTRIX4
@@ -25,7 +25,7 @@
                for l in syslog resolv; do
                    if [ -f /usr/local/lib/lib$l.a ]; then
                        SYSLIBS="$SYSLIBS -l$l"
-@@ -234,25 +229,8 @@
+@@ -236,25 +231,8 @@
                esac;;
                # Tested with RedHat 3.03 on 20020729.
      Linux.1*) SYSTYPE=LINUX1
@@ -51,7 +51,7 @@
                # GDBM locks the DBM .pag file after open. This breaks postmap.
                # if [ -f /usr/include/gdbm-ndbm.h ]
                # then
-@@ -263,7 +241,6 @@
+@@ -265,7 +243,6 @@
                #     CCARGS="$CCARGS -DHAS_DBM -DPATH_NDBM_H='<gdbm/ndbm.h>'"
                #     GDBM_LIBS=gdbm
                # fi
@@ -59,7 +59,7 @@
                for name in nsl resolv $GDBM_LIBS
                do
                    for lib in /usr/lib64 /lib64 /usr/lib /lib
-@@ -358,25 +335,13 @@
+@@ -360,25 +337,13 @@
  HP-UX.A.09.*) SYSTYPE=HPUX9
                SYSLIBS=-ldbm
                CCARGS="$CCARGS -DMISSING_USLEEP"



Home | Main Index | Thread Index | Old Index