aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2008-07-20 23:38:19 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2008-07-20 23:38:19 +0000
commit84788bce1a47768fb6ab3d93722c2826050b40f4 (patch)
tree3ffc5a54fb069b20dd0938eef6124b91d652aefd /mail/postfix-current
parent6fd62d6d7736b41321f77efbeb2cf37ececef744 (diff)
downloadports-84788bce1a47768fb6ab3d93722c2826050b40f4.tar.gz
ports-84788bce1a47768fb6ab3d93722c2826050b40f4.zip
Notes
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile2
-rw-r--r--mail/postfix-current/distinfo6
-rw-r--r--mail/postfix-current/files/patch-src::global::mail_params.h19
3 files changed, 18 insertions, 9 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 13380c3c55dc..d29d2be8a064 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= postfix
-DISTVERSION= 2.6-20080606
+DISTVERSION= 2.6-20080629
PORTEPOCH= 4
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo
index 65d21ca2d552..17d54402fe08 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -1,3 +1,3 @@
-MD5 (postfix/postfix-2.6-20080606.tar.gz) = 7f7352a046df03621178ebd0445369e1
-SHA256 (postfix/postfix-2.6-20080606.tar.gz) = 705cbb74ac8d4bd0fa970a9376b89f3740c379fe62da17b643dd516c2315bb82
-SIZE (postfix/postfix-2.6-20080606.tar.gz) = 3154088
+MD5 (postfix/postfix-2.6-20080629.tar.gz) = a2ca4d172c71057bef84bd249a7dee5b
+SHA256 (postfix/postfix-2.6-20080629.tar.gz) = feb727a2aba7caeb1db2dbd056ceeb68c603218e3ae69dd10793438a6f93de73
+SIZE (postfix/postfix-2.6-20080629.tar.gz) = 3155534
diff --git a/mail/postfix-current/files/patch-src::global::mail_params.h b/mail/postfix-current/files/patch-src::global::mail_params.h
index 52ea5e9e5c35..0452e1abe3c7 100644
--- a/mail/postfix-current/files/patch-src::global::mail_params.h
+++ b/mail/postfix-current/files/patch-src::global::mail_params.h
@@ -1,6 +1,6 @@
---- src/global/mail_params.h.orig Fri Feb 11 21:53:21 2005
-+++ src/global/mail_params.h Sat Mar 5 11:53:42 2005
-@@ -64,7 +64,7 @@
+--- src/global/mail_params.h.orig 2008-04-28 20:47:26.000000000 -0300
++++ src/global/mail_params.h 2008-07-20 20:21:07.000000000 -0300
+@@ -67,7 +67,7 @@
extern gid_t var_owner_gid;
#define VAR_SGID_GROUP "setgid_group"
@@ -9,7 +9,7 @@
extern char *var_sgid_group;
extern gid_t var_sgid_gid;
-@@ -221,7 +221,7 @@
+@@ -241,7 +241,7 @@
*/
#define VAR_DAEMON_DIR "daemon_directory"
#ifndef DEF_DAEMON_DIR
@@ -18,7 +18,16 @@
#endif
extern char *var_daemon_dir;
-@@ -250,7 +250,7 @@
+@@ -265,7 +265,7 @@
+ */
+ #define VAR_DATA_DIR "data_directory"
+ #ifndef DEF_DATA_DIR
+-#define DEF_DATA_DIR "/var/lib/postfix"
++#define DEF_DATA_DIR "/var/db/postfix"
+ #endif
+ extern char *var_data_dir;
+
+@@ -279,7 +279,7 @@
*/
#define VAR_CONFIG_DIR "config_directory"
#ifndef DEF_CONFIG_DIR