diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-10-22 19:45:47 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-10-22 19:45:47 +0000 |
commit | 2cb450688dd21c425a5b15b8431500c3cca3cf18 (patch) | |
tree | e96a667643a62e4bb0421edc990fa6c4ebd2e089 /mail/postfix22 | |
parent | fcfb950de100d27e2bdb039878720eddcaeebde3 (diff) |
Notes
Diffstat (limited to 'mail/postfix22')
-rw-r--r-- | mail/postfix22/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix22/distinfo | 6 | ||||
-rw-r--r-- | mail/postfix22/files/patch-makedefs | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile index c14063f95ec6..07c62d096c5a 100644 --- a/mail/postfix22/Makefile +++ b/mail/postfix22/Makefile @@ -15,7 +15,7 @@ # NOTE: PCRE is enabled by default unless you specifically disable it. PORTNAME= postfix -PORTVERSION= 2.2.11 +PORTVERSION= 2.2.12 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ diff --git a/mail/postfix22/distinfo b/mail/postfix22/distinfo index 72cf39b50cb1..5ffd57ada742 100644 --- a/mail/postfix22/distinfo +++ b/mail/postfix22/distinfo @@ -1,6 +1,6 @@ -MD5 (postfix/postfix-2.2.11.tar.gz) = 03f416410110bf46352004dcae67a5fe -SHA256 (postfix/postfix-2.2.11.tar.gz) = 07d3959a20f0d47785cad3dddf22676b041a57c798cb7bad43c405389abf1d12 -SIZE (postfix/postfix-2.2.11.tar.gz) = 2448022 +MD5 (postfix/postfix-2.2.12.tar.gz) = e73299c07407da60a53c0cf089b4abe8 +SHA256 (postfix/postfix-2.2.12.tar.gz) = a736ed4936ad20c2b012fde699a033360c38ae6201ebb8a98d3bfaca6737d4b3 +SIZE (postfix/postfix-2.2.12.tar.gz) = 2445491 MD5 (postfix/postfix-libspf2-2.2.0-5.patch) = 80be36e0f14e1a1f39a3b30b9b2d4115 SHA256 (postfix/postfix-libspf2-2.2.0-5.patch) = b43c29d3424a552ea990dca8031bd4110cb49b3ecb927f6bacc4cd1442f2dbed SIZE (postfix/postfix-libspf2-2.2.0-5.patch) = 26077 diff --git a/mail/postfix22/files/patch-makedefs b/mail/postfix22/files/patch-makedefs index b51d82fec882..e7a6437e4fd0 100644 --- a/mail/postfix22/files/patch-makedefs +++ b/mail/postfix22/files/patch-makedefs @@ -1,11 +1,13 @@ ---- makedefs.orig Tue Jan 3 19:50:25 2006 -+++ makedefs Wed Jan 4 23:14:21 2006 -@@ -118,6 +118,8 @@ +--- makedefs.orig 2006-01-03 19:50:25.000000000 -0200 ++++ makedefs 2007-10-22 17:00:38.000000000 -0200 +@@ -118,6 +118,10 @@ ;; FreeBSD.6*) SYSTYPE=FREEBSD6 ;; + FreeBSD.7*) SYSTYPE=FREEBSD6 + ;; ++ FreeBSD.8*) SYSTYPE=FREEBSD6 ++ ;; OpenBSD.2*) SYSTYPE=OPENBSD2 ;; OpenBSD.3*) SYSTYPE=OPENBSD3 |