svn commit: r363203 - in head/mail/dbmail: . files
William Grzybowski
wg at FreeBSD.org
Mon Jul 28 17:46:25 UTC 2014
Author: wg
Date: Mon Jul 28 17:46:24 2014
New Revision: 363203
URL: http://svnweb.freebsd.org/changeset/ports/363203
QAT: https://qat.redports.org/buildarchive/r363203/
Log:
mail/dbmail: update to 3.1.17
PR: 192189
Submitted by: maintainer
Deleted:
head/mail/dbmail/files/patch-acinclude.m4
Modified:
head/mail/dbmail/Makefile
head/mail/dbmail/distinfo
head/mail/dbmail/files/patch-src_dbmail.h.in
Modified: head/mail/dbmail/Makefile
==============================================================================
--- head/mail/dbmail/Makefile Mon Jul 28 17:45:08 2014 (r363202)
+++ head/mail/dbmail/Makefile Mon Jul 28 17:46:24 2014 (r363203)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= dbmail
-PORTVERSION= 3.1.15
-PORTREVISION= 3
+PORTVERSION= 3.1.17
CATEGORIES= mail
MASTER_SITES= http://git.dbmail.eu/paul/dbmail/snapshot/
Modified: head/mail/dbmail/distinfo
==============================================================================
--- head/mail/dbmail/distinfo Mon Jul 28 17:45:08 2014 (r363202)
+++ head/mail/dbmail/distinfo Mon Jul 28 17:46:24 2014 (r363203)
@@ -1,2 +1,2 @@
-SHA256 (dbmail-3.1.15.tar.bz2) = 08e67c0b2cd81c862c06d11f06cec9e252f249fa56703d14a25adff375c6d107
-SIZE (dbmail-3.1.15.tar.bz2) = 2248627
+SHA256 (dbmail-3.1.17.tar.bz2) = d5cb070d1e042b51aa324b9c54de129189b65ec79aa227eecbf5d052aa318432
+SIZE (dbmail-3.1.17.tar.bz2) = 2238540
Modified: head/mail/dbmail/files/patch-src_dbmail.h.in
==============================================================================
--- head/mail/dbmail/files/patch-src_dbmail.h.in Mon Jul 28 17:45:08 2014 (r363202)
+++ head/mail/dbmail/files/patch-src_dbmail.h.in Mon Jul 28 17:46:24 2014 (r363203)
@@ -1,21 +1,5 @@
--- src/dbmail.h.in.orig
+++ src/dbmail.h.in
-@@ -83,8 +83,14 @@
- #include <mhash.h>
- #include <sys/queue.h>
- #include <event2/event.h>
-+#include <event2/event_compat.h>
- #include <event2/thread.h>
--#include <evhttp.h>
-+#include <event2/http.h>
-+#include <event2/http_struct.h>
-+#include <event2/http_compat.h>
-+#include <event2/buffer.h>
-+#include <event2/buffer_compat.h>
-+#include <event2/keyvalq_struct.h>
- #include <math.h>
- #include <openssl/ssl.h>
-
@@ -154,6 +160,11 @@
#include <endian.h>
#endif
More information about the svn-ports-head
mailing list