svn commit: r331746 - in head/mail/postfix: . files
Sahil Tandon
sahil at FreeBSD.org
Sun Oct 27 03:30:00 UTC 2013
Author: sahil
Date: Sun Oct 27 03:29:59 2013
New Revision: 331746
URL: http://svnweb.freebsd.org/changeset/ports/331746
Log:
- Update to 2.10.2
Modified:
head/mail/postfix/Makefile
head/mail/postfix/distinfo
head/mail/postfix/files/patch-makedefs (contents, props changed)
head/mail/postfix/files/patch-src::util::sys_defs.h (contents, props changed)
Modified: head/mail/postfix/Makefile
==============================================================================
--- head/mail/postfix/Makefile Sun Oct 27 03:19:10 2013 (r331745)
+++ head/mail/postfix/Makefile Sun Oct 27 03:29:59 2013 (r331746)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postfix
-PORTVERSION= 2.10.1
+PORTVERSION= 2.10.2
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
Modified: head/mail/postfix/distinfo
==============================================================================
--- head/mail/postfix/distinfo Sun Oct 27 03:19:10 2013 (r331745)
+++ head/mail/postfix/distinfo Sun Oct 27 03:29:59 2013 (r331746)
@@ -1,5 +1,5 @@
-SHA256 (postfix/postfix-2.10.1.tar.gz) = 2e85a62e97418bbb022b4d4433098a7f25adc7dc707c37d9984db2c2f314b1c1
-SIZE (postfix/postfix-2.10.1.tar.gz) = 3827595
+SHA256 (postfix/postfix-2.10.2.tar.gz) = f1a735a5a9ffeac8fca59046c437c3b76e7f923fb4249db2a55b2bff0306ddd4
+SIZE (postfix/postfix-2.10.2.tar.gz) = 3828326
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
SHA256 (postfix/postfix-vda-v13-2.10.0.patch) = 6208021eb0b37ac6482e334e538ed5700cc22c4d4dd66ed9e975ae5f20bf935f
Modified: head/mail/postfix/files/patch-makedefs
==============================================================================
--- head/mail/postfix/files/patch-makedefs Sun Oct 27 03:19:10 2013 (r331745)
+++ head/mail/postfix/files/patch-makedefs Sun Oct 27 03:29:59 2013 (r331746)
@@ -1,13 +1,13 @@
---- makedefs.orig 2011-06-15 22:36:37.000000000 +0000
-+++ makedefs 2011-11-06 00:37:30.699815339 +0000
-@@ -146,6 +146,10 @@
+--- makedefs.orig 2013-10-27 02:32:39.000000000 +0000
++++ makedefs 2013-10-27 02:33:48.000000000 +0000
+@@ -155,6 +155,10 @@
;;
- FreeBSD.8*) SYSTYPE=FREEBSD8
+ FreeBSD.9*) SYSTYPE=FREEBSD9
;;
-+ FreeBSD.9*) SYSTYPE=FREEBSD9
-+ ;;
+ FreeBSD.10*) SYSTYPE=FREEBSD10
+ ;;
++ FreeBSD.11*) SYSTYPE=FREEBSD11
++ ;;
OpenBSD.2*) SYSTYPE=OPENBSD2
;;
OpenBSD.3*) SYSTYPE=OPENBSD3
Modified: head/mail/postfix/files/patch-src::util::sys_defs.h
==============================================================================
--- head/mail/postfix/files/patch-src::util::sys_defs.h Sun Oct 27 03:19:10 2013 (r331745)
+++ head/mail/postfix/files/patch-src::util::sys_defs.h Sun Oct 27 03:29:59 2013 (r331746)
@@ -1,11 +1,12 @@
---- src/util/sys_defs.h.orig 2013-01-19 18:30:14.000000000 +0000
-+++ src/util/sys_defs.h 2013-01-19 18:31:50.000000000 +0000
-@@ -25,7 +25,7 @@
+--- src/util/sys_defs.h.orig 2012-09-24 23:53:56.000000000 +0000
++++ src/util/sys_defs.h 2013-10-27 01:17:14.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-head
mailing list