diff options
author | mnag <mnag@FreeBSD.org> | 2006-07-19 20:59:11 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-07-19 20:59:11 +0800 |
commit | 558a8ba50c935c05c7fb5d78b53d8e64d5a4920b (patch) | |
tree | 9973da0bd5d4946f1d52ac2570f655f732897b36 /mail/postfix25/files | |
parent | 85dee46cc08ab90ff929e043b31243e007f12baf (diff) | |
download | freebsd-ports-graphics-558a8ba50c935c05c7fb5d78b53d8e64d5a4920b.tar.gz freebsd-ports-graphics-558a8ba50c935c05c7fb5d78b53d8e64d5a4920b.tar.zst freebsd-ports-graphics-558a8ba50c935c05c7fb5d78b53d8e64d5a4920b.zip |
* UPDATING
Add entry about OPTIONS and SPF patch in mail/postfix
* mail/Makefile
Add postfix22
* mail/postfix [1]
Update to 2.3.0
Use OPTIONS instead of scripts
Add message about unsupported POSTFIX_OPTIONS
Remove SPF patch since that's not apply clean
Update pkg-descr
Change rcNG to rc only
Update CONFLICTS
* mail/postfix-current
Now postfix-current are called postfix-current instead of postfix.
Update CONFLICTS
Bump PORTREVISION
Store OPTIONSFILE in another local to not conflict with mail/postfix
Change rcNG to rc only
* mail/postfix1
Update CONFLICTS
* mail/postfix21
Update CONFLICTS
Change rcNG to rc only
* mail/postfix22 [2]
Update CONFLICTS
Change rcNG to rc only
Approved by: maintainer [1]
Repocopy by: marcus [2]
Diffstat (limited to 'mail/postfix25/files')
-rw-r--r-- | mail/postfix25/files/patch-conf::main.cf | 10 | ||||
-rw-r--r-- | mail/postfix25/files/patch-makedefs | 12 | ||||
-rw-r--r-- | mail/postfix25/files/postfix.sh.in | 2 |
3 files changed, 13 insertions, 11 deletions
diff --git a/mail/postfix25/files/patch-conf::main.cf b/mail/postfix25/files/patch-conf::main.cf index 7e3397f23a5..a9cb3c36005 100644 --- a/mail/postfix25/files/patch-conf::main.cf +++ b/mail/postfix25/files/patch-conf::main.cf @@ -1,6 +1,6 @@ ---- conf/main.cf.orig Thu Apr 6 18:26:05 2006 -+++ conf/main.cf Thu Apr 6 18:27:10 2006 -@@ -32,13 +32,13 @@ +--- conf/main.cf.orig Mon Mar 27 15:58:38 2006 ++++ conf/main.cf Mon Mar 27 15:59:02 2006 +@@ -33,13 +33,13 @@ # The command_directory parameter specifies the location of all # postXXX commands. # @@ -16,7 +16,7 @@ # QUEUE AND PROCESS OWNERSHIP # -@@ -237,7 +237,7 @@ +@@ -238,7 +238,7 @@ # #mynetworks_style = class #mynetworks_style = subnet @@ -25,7 +25,7 @@ # Alternatively, you can specify the mynetworks list by hand, in # which case Postfix ignores the mynetworks_style setting. -@@ -608,37 +608,37 @@ +@@ -609,37 +609,37 @@ # sendmail_path: The full pathname of the Postfix sendmail command. # This is the Sendmail-compatible mail posting interface. # diff --git a/mail/postfix25/files/patch-makedefs b/mail/postfix25/files/patch-makedefs index b51d82fec88..a630cc9002d 100644 --- a/mail/postfix25/files/patch-makedefs +++ b/mail/postfix25/files/patch-makedefs @@ -1,10 +1,12 @@ ---- makedefs.orig Tue Jan 3 19:50:25 2006 -+++ makedefs Wed Jan 4 23:14:21 2006 -@@ -118,6 +118,8 @@ +--- makedefs.orig Thu Mar 31 22:55:18 2005 ++++ makedefs Wed Jul 13 17:40:42 2005 +@@ -116,6 +116,10 @@ ;; - FreeBSD.6*) SYSTYPE=FREEBSD6 + FreeBSD.5*) SYSTYPE=FREEBSD5 ;; -+ FreeBSD.7*) SYSTYPE=FREEBSD6 ++ FreeBSD.6*) SYSTYPE=FREEBSD5 ++ ;; ++ FreeBSD.7*) SYSTYPE=FREEBSD5 + ;; OpenBSD.2*) SYSTYPE=OPENBSD2 ;; diff --git a/mail/postfix25/files/postfix.sh.in b/mail/postfix25/files/postfix.sh.in index c44c1d84b05..f2326b56c11 100644 --- a/mail/postfix25/files/postfix.sh.in +++ b/mail/postfix25/files/postfix.sh.in @@ -19,7 +19,7 @@ . %%RC_SUBR%% name="postfix" -rcvar=`set_rcvar` +rcvar=${name}_enable load_rc_config $name |