diff options
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 3 | ||||
-rw-r--r-- | mail/sendmail/distinfo | 5 | ||||
-rw-r--r-- | mail/sendmail/files/patch-conf.h | 12 |
3 files changed, 3 insertions, 17 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index e2cdd8f5bee1..88ea956103ef 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sendmail -PORTVERSION= 8.14.4 -PORTREVISION= 2 +PORTVERSION= 8.14.5 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,} diff --git a/mail/sendmail/distinfo b/mail/sendmail/distinfo index c2b0d1e3305a..cf085b643bd7 100644 --- a/mail/sendmail/distinfo +++ b/mail/sendmail/distinfo @@ -1,3 +1,2 @@ -MD5 (sendmail.8.14.4.tar.gz) = 1b23d5000c8e7bfe82ec1a27f2f5fdc5 -SHA256 (sendmail.8.14.4.tar.gz) = bc0109437c5018b3ea8999edb63506db2f3b31c4c1ab4367cb56236a7df97cb1 -SIZE (sendmail.8.14.4.tar.gz) = 2080472 +SHA256 (sendmail.8.14.5.tar.gz) = fb65a86a0f87f12aefb933ee8990540f7a680a594f7fedfdd28918f3934bfb88 +SIZE (sendmail.8.14.5.tar.gz) = 2092508 diff --git a/mail/sendmail/files/patch-conf.h b/mail/sendmail/files/patch-conf.h deleted file mode 100644 index 98b2c554a9ae..000000000000 --- a/mail/sendmail/files/patch-conf.h +++ /dev/null @@ -1,12 +0,0 @@ ---- include/sm/conf.h.orig 2009-06-17 09:41:32.000000000 +1000 -+++ include/sm/conf.h 2010-02-27 09:31:33.000000000 +1100 -@@ -1014,6 +1014,9 @@ - # if __FreeBSD_version >= 222000 /* 2.2.2-release and later */ - # define HASSETUSERCONTEXT 1 /* BSDI-style login classes */ - # endif /* __FreeBSD_version >= 222000 */ -+# if __FreeBSD_version >= 300000 /* 3.0.0-release and later */ -+# define HAVE_NANOSLEEP 1 /* has nanosleep(2) */ -+# endif /* __FreeBSD_version >= 300000 */ - # if __FreeBSD_version >= 330000 /* 3.3.0-release and later */ - # ifndef SMRSH_CMDDIR - # define SMRSH_CMDDIR "/usr/libexec/sm.bin" |