diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2013-10-27 03:29:59 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2013-10-27 03:29:59 +0000 |
commit | fed5a045aa6ad58244eb80fe44b29207cd9dd5a2 (patch) | |
tree | fa4e5302c8d2818c0a154722f0e167cc2fb91678 /mail/postfix/files/patch-makedefs | |
parent | - Remove CHOWN command for staging (diff) |
- Update to 2.10.2
Notes
Notes:
svn path=/head/; revision=331746
Diffstat (limited to 'mail/postfix/files/patch-makedefs')
-rw-r--r-- | mail/postfix/files/patch-makedefs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix/files/patch-makedefs b/mail/postfix/files/patch-makedefs index 5e222a30f2f7..7fe62c2ee1f1 100644 --- a/mail/postfix/files/patch-makedefs +++ b/mail/postfix/files/patch-makedefs @@ -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 |