svn commit: r331747 - in head/mail/postfix-current: . files
Sahil Tandon
sahil at FreeBSD.org
Sun Oct 27 03:30:08 UTC 2013
Author: sahil
Date: Sun Oct 27 03:30:06 2013
New Revision: 331747
URL: http://svnweb.freebsd.org/changeset/ports/331747
Log:
- Update to Postfix 2.11 Snapshot 20131001
Modified:
head/mail/postfix-current/Makefile
head/mail/postfix-current/distinfo
head/mail/postfix-current/files/patch-makedefs (contents, props changed)
head/mail/postfix-current/files/patch-src__util__sys_defs.h (contents, props changed)
Modified: head/mail/postfix-current/Makefile
==============================================================================
--- head/mail/postfix-current/Makefile Sun Oct 27 03:29:59 2013 (r331746)
+++ head/mail/postfix-current/Makefile Sun Oct 27 03:30:06 2013 (r331747)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postfix
-DISTVERSION= 2.11-20130825
+DISTVERSION= 2.11-20131001
PORTEPOCH= 4
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
Modified: head/mail/postfix-current/distinfo
==============================================================================
--- head/mail/postfix-current/distinfo Sun Oct 27 03:29:59 2013 (r331746)
+++ head/mail/postfix-current/distinfo Sun Oct 27 03:30:06 2013 (r331747)
@@ -1,4 +1,4 @@
-SHA256 (postfix/postfix-2.11-20130825.tar.gz) = 75d5cb3529c2eb88fa9a8e3465691941a5c66344825c3e450cf6c798bed5a970
-SIZE (postfix/postfix-2.11-20130825.tar.gz) = 3959547
+SHA256 (postfix/postfix-2.11-20131001.tar.gz) = c678ddd6282ab0357132626cc4f583a9c539b2281ff3c8ed6fb075ad89ae1528
+SIZE (postfix/postfix-2.11-20131001.tar.gz) = 3965335
SHA256 (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = e5c38e5bc226cab109c02a4e530ab1aefd3bb06f2169f3e052bdf83d2727aacc
SIZE (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = 8191
Modified: head/mail/postfix-current/files/patch-makedefs
==============================================================================
--- head/mail/postfix-current/files/patch-makedefs Sun Oct 27 03:29:59 2013 (r331746)
+++ head/mail/postfix-current/files/patch-makedefs Sun Oct 27 03:30:06 2013 (r331747)
@@ -1,11 +1,15 @@
---- makedefs.orig 2012-03-04 19:41:47.000000000 -0500
-+++ makedefs 2012-03-06 22:21:30.411183000 -0500
-@@ -155,6 +155,8 @@
+--- makedefs.orig 2013-10-27 03:07:25.000000000 +0000
++++ makedefs 2013-10-27 03:08:36.000000000 +0000
+@@ -158,7 +158,11 @@
;;
FreeBSD.9*) SYSTYPE=FREEBSD9
;;
+- DragonFly.*) SYSTYPE=DRAGONFLY
+ FreeBSD.10*) SYSTYPE=FREEBSD10
+ ;;
++ FreeBSD.11*) SYSTYPE=FREEBSD11
++ ;;
++DragonFly.*) SYSTYPE=DRAGONFLY
+ ;;
OpenBSD.2*) SYSTYPE=OPENBSD2
;;
- OpenBSD.3*) SYSTYPE=OPENBSD3
Modified: head/mail/postfix-current/files/patch-src__util__sys_defs.h
==============================================================================
--- head/mail/postfix-current/files/patch-src__util__sys_defs.h Sun Oct 27 03:29:59 2013 (r331746)
+++ head/mail/postfix-current/files/patch-src__util__sys_defs.h Sun Oct 27 03:30:06 2013 (r331747)
@@ -1,11 +1,12 @@
---- src/util/sys_defs.h.orig 2012-03-06 22:23:23.000000000 -0500
-+++ src/util/sys_defs.h 2012-03-06 22:23:47.000000000 -0500
-@@ -25,7 +25,7 @@
+--- src/util/sys_defs.h.orig 2013-10-27 02:03:59.000000000 +0000
++++ src/util/sys_defs.h 2013-10-27 02:04:50.000000000 +0000
+@@ -25,7 +25,8 @@
*/
#if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
|| defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \
- || defined(FREEBSD8) || defined(FREEBSD9) \
+ || defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10) \
++ || defined(FREEBSD11) \
|| defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
|| defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
|| defined(OPENBSD5) \
More information about the svn-ports-all
mailing list