Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2008 01:43:18 GMT
From:      ShuenBin Hsu <sbhsu@mail.a6.idv.tw>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122029: [PATCH] mail/postfix:Update VDA patch to 2.5.1
Message-ID:  <200803240143.m2O1hItI006493@www.freebsd.org>
Resent-Message-ID: <200803240150.m2O1o18M017976@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122029
>Category:       ports
>Synopsis:       [PATCH] mail/postfix:Update VDA patch to 2.5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 24 01:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     ShuenBin Hsu
>Release:        FreeBSD 7.0-PRERELEASE i386
>Organization:
GigaMedia
>Environment:
FreeBSD iawiki.kbtelecom.net.tw 7.0-STABLE FreeBSD 7.0-STABLE #3: Fri Feb 29 13:12:27 CST 2008
>Description:
- Update VDA patch to 2.5.1
>How-To-Repeat:

>Fix:
> diff -bBru /usr/ports/mail/postfix /tmp/postfix
diff -bBru /usr/ports/mail/postfix/Makefile /tmp/postfix/Makefile
--- /usr/ports/mail/postfix/Makefile    2008-03-12 12:09:19.000000000 +0800
+++ /tmp/postfix/Makefile       2008-03-24 09:33:53.000000000 +0800
@@ -7,8 +7,7 @@
 
 PORTNAME=      postfix
 PORTVERSION=   2.5.1
-PORTREVISION=  1
-PORTEPOCH=     1
+PORTREVISION=  2
 CATEGORIES=    mail ipv6
 MASTER_SITES=  ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
                ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
@@ -185,9 +184,8 @@
 .endif
 
 .if defined(WITH_VDA)
-IGNORE=                        Waiting for a new patch that's work with 2.5.1
 PATCH_SITES+=          http://vda.sourceforge.net/VDA/
-PATCHFILES+=           postfix-2.4.5-vda-ng.patch.gz
+PATCHFILES+=           postfix-2.5.1-vda-ng.patch.gz
 PATCH_DIST_STRIP=      -p1
 .endif
 
diff -bBru /usr/ports/mail/postfix/distinfo /tmp/postfix/distinfo
--- /usr/ports/mail/postfix/distinfo    2008-02-29 09:18:24.000000000 +0800
+++ /tmp/postfix/distinfo       2008-03-24 09:30:24.000000000 +0800
@@ -1,3 +1,7 @@
 MD5 (postfix/postfix-2.5.1.tar.gz) = 95a559c509081fdd07d78eafd4f4c3b4
 SHA256 (postfix/postfix-2.5.1.tar.gz) = bad7ed98d1bbc8fd27d4b4d6d65a8dfe21794c109bc923e5fe45abea5b484037
 SIZE (postfix/postfix-2.5.1.tar.gz) = 3153629
+MD5 (postfix/postfix-2.5.1-vda-ng.patch.gz) = bba9426f8ae9d8603861ce782f117760
+SHA256 (postfix/postfix-2.5.1-vda-ng.patch.gz) = aae719707cea7257081cff915730a596a22e1415c625c574417018700760f423
+SIZE (postfix/postfix-2.5.1-vda-ng.patch.gz) = 12348

Patch attached with submission follows:

diff -bBru /usr/ports/mail/postfix/Makefile /tmp/postfix/Makefile
--- /usr/ports/mail/postfix/Makefile    2008-03-12 12:09:19.000000000 +0800
+++ /tmp/postfix/Makefile       2008-03-24 09:33:53.000000000 +0800
@@ -7,8 +7,7 @@
 
 PORTNAME=      postfix
 PORTVERSION=   2.5.1
-PORTREVISION=  1
-PORTEPOCH=     1
+PORTREVISION=  2
 CATEGORIES=    mail ipv6
 MASTER_SITES=  ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
                ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
@@ -185,9 +184,8 @@
 .endif
 
 .if defined(WITH_VDA)
-IGNORE=                        Waiting for a new patch that's work with 2.5.1
 PATCH_SITES+=          http://vda.sourceforge.net/VDA/
-PATCHFILES+=           postfix-2.4.5-vda-ng.patch.gz
+PATCHFILES+=           postfix-2.5.1-vda-ng.patch.gz
 PATCH_DIST_STRIP=      -p1
 .endif
 
diff -bBru /usr/ports/mail/postfix/distinfo /tmp/postfix/distinfo
--- /usr/ports/mail/postfix/distinfo    2008-02-29 09:18:24.000000000 +0800
+++ /tmp/postfix/distinfo       2008-03-24 09:30:24.000000000 +0800
@@ -1,3 +1,7 @@
 MD5 (postfix/postfix-2.5.1.tar.gz) = 95a559c509081fdd07d78eafd4f4c3b4
 SHA256 (postfix/postfix-2.5.1.tar.gz) = bad7ed98d1bbc8fd27d4b4d6d65a8dfe21794c109bc923e5fe45abea5b484037
 SIZE (postfix/postfix-2.5.1.tar.gz) = 3153629
+MD5 (postfix/postfix-2.5.1-vda-ng.patch.gz) = bba9426f8ae9d8603861ce782f117760
+SHA256 (postfix/postfix-2.5.1-vda-ng.patch.gz) = aae719707cea7257081cff915730a596a22e1415c625c574417018700760f423
+SIZE (postfix/postfix-2.5.1-vda-ng.patch.gz) = 12348


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803240143.m2O1hItI006493>