summaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-08-10 04:37:24 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-08-10 04:37:24 +0000
commita06b434d30b491f37047a230116c515979225f67 (patch)
treeefdb1044e17b41099afe1582c3479b07a9192c9e /mail/sendmail
parent- Add rc script (diff)
- update to 8.13.8.
Notes
Notes: svn path=/head/; revision=170252
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile3
-rw-r--r--mail/sendmail/distinfo6
-rw-r--r--mail/sendmail/files/patch-queue.c18
3 files changed, 4 insertions, 23 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 7287113319b4..faf7a1018467 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sendmail
-PORTVERSION= 8.13.7
-PORTREVISION= 1
+PORTVERSION= 8.13.8
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 5fba0fe74f3b..c8510aaba44e 100644
--- a/mail/sendmail/distinfo
+++ b/mail/sendmail/distinfo
@@ -1,3 +1,3 @@
-MD5 (sendmail.8.13.7.tar.gz) = 5327e065cb0c1919122c8cecbeddbc28
-SHA256 (sendmail.8.13.7.tar.gz) = 4ed72f2cd43e2ab492c91248319c03e224a272a4d683cfc4c3ee484a79471b22
-SIZE (sendmail.8.13.7.tar.gz) = 2010008
+MD5 (sendmail.8.13.8.tar.gz) = 5f29c94b42e0bb74d546b2ae84203a1e
+SHA256 (sendmail.8.13.8.tar.gz) = 48262059aec2d2f1cbbb45dcd4eaf5eb3ba02bc29ebc25c15ae2e04b606f0123
+SIZE (sendmail.8.13.8.tar.gz) = 2010975
diff --git a/mail/sendmail/files/patch-queue.c b/mail/sendmail/files/patch-queue.c
deleted file mode 100644
index 3c059265f939..000000000000
--- a/mail/sendmail/files/patch-queue.c
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: queue.c
-===================================================================
-RCS file: /cvs/sendmail/queue.c,v
-retrieving revision 8.954
-retrieving revision 8.954.2.2
-diff -u -r8.954 -r8.954.2.2
---- sendmail/queue.c 22 Apr 2006 01:07:00 -0000 8.954
-+++ sendmail/queue.c 14 Jun 2006 21:50:56 -0000 8.954.2.2
-@@ -6695,8 +6695,7 @@
- static time_t nextupdate = 0;
-
- #if SM_CONF_SHM
-- /* only the daemon updates this structure */
-- if (ShmId == SM_SHM_NO_ID || DaemonPid != CurrentPid)
-+ if (ShmId == SM_SHM_NO_ID && DaemonPid != CurrentPid)
- return;
- #endif /* SM_CONF_SHM */
- now = curtime();