aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-08-23 22:10:03 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-08-23 22:10:03 +0000
commit0ff64121d7c7f63792e069d157e777b5dad5df35 (patch)
treedc84de8287c7ad221dfadcbed5959b96ca29961a
parent2b8b741ac842dd1930b42a1dfcbbac74e3b4bc7d (diff)
downloadports-0ff64121d7c7f63792e069d157e777b5dad5df35.tar.gz
ports-0ff64121d7c7f63792e069d157e777b5dad5df35.zip
Notes
-rw-r--r--mail/dbmail/Makefile27
-rw-r--r--mail/dbmail/distinfo4
2 files changed, 14 insertions, 17 deletions
diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile
index a1d826c64d2f..383ada417ebe 100644
--- a/mail/dbmail/Makefile
+++ b/mail/dbmail/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dbmail
-PORTVERSION= 3.1.1
+PORTVERSION= 3.1.3
CATEGORIES= mail
MASTER_SITES= http://www.dbmail.org/download/3.1/
@@ -11,10 +11,14 @@ COMMENT= SQL database-based mail system (POP3 and IMAP)
LICENSE= GPLv2
-LIB_DEPENDS= gmime-2.6:${PORTSDIR}/mail/gmime26 \
- zdb:${PORTSDIR}/databases/libzdb \
- mhash:${PORTSDIR}/security/mhash \
- event-2:${PORTSDIR}/devel/libevent2
+LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \
+ libzdb.so:${PORTSDIR}/databases/libzdb \
+ libmhash.so:${PORTSDIR}/security/mhash \
+ libevent-2.0.so:${PORTSDIR}/devel/libevent2
+
+BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \
+ xmlto:${PORTSDIR}/textproc/xmlto \
+ ${LOCALBASE}/share/sgml/docbook/4.5:${PORTSDIR}/textproc/docbook-450
CONFLICTS= dbmail-2.*
@@ -24,21 +28,14 @@ SIEVE_DESC= Build with support for Sieve mail sorting language
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MDOCS}
-BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \
- xmlto:${PORTSDIR}/textproc/xmlto
-.endif
-
USE_AUTOTOOLS= libtool autoheader autoconf
-USE_GMAKE= yes
USE_LDCONFIG= ${PREFIX}/lib/dbmail
USE_RC_SUBR= dbmail-pop3d dbmail-lmtpd dbmail-imapd dbmail-timsieved
USE_OPENSSL= yes
-USES= shebangfix
+USES= gmake shebangfix
SHEBANG_FILES= man/fixsp.pl
-WITH_DEBUG= yes
-CFLAGS+= -fPIC ${PTHREAD_CFLAGS} -DDEBUG
+CFLAGS+= -fPIC ${PTHREAD_CFLAGS}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
CONFIGURE_ARGS+= --with-zdb=${LOCALBASE} --sysconfdir=${LOCALBASE}/etc
@@ -69,7 +66,7 @@ PLIST_SUB+= PORTDOCS=""
.if ${PORT_OPTIONS:MSIEVE}
CONFIGURE_ARGS+=--with-sieve=${LOCALBASE}
-LIB_DEPENDS+= sieve:${PORTSDIR}/mail/libsieve
+LIB_DEPENDS+= libsieve.so:${PORTSDIR}/mail/libsieve
PLIST_SUB+= SIEVE=""
.else
CONFIGURE_ARGS+=--without-sieve
diff --git a/mail/dbmail/distinfo b/mail/dbmail/distinfo
index 2936a067cf13..0521b49c9a23 100644
--- a/mail/dbmail/distinfo
+++ b/mail/dbmail/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dbmail-3.1.1.tar.gz) = 4df9f3a8d13af3a5f41dfab480f89a9e338b025e36e42cb76dc4f34b242ac1e0
-SIZE (dbmail-3.1.1.tar.gz) = 2398581
+SHA256 (dbmail-3.1.3.tar.gz) = 508d288f3c5690387eeed94669f96cbd4cc686066bfd4cb9a5f97ec63c7ca304
+SIZE (dbmail-3.1.3.tar.gz) = 2392630