aboutsummaryrefslogtreecommitdiff
path: root/mail/maildrop
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2018-10-10 11:54:58 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2018-10-10 11:54:58 +0000
commit2dd91743427188c5f005899a6c39ce892036db53 (patch)
tree399643d696effabc6158bcdd3a279dcc7c81ba32 /mail/maildrop
parent8f3f231360bc326e6eaf860fb802e97a57679ce9 (diff)
downloadports-2dd91743427188c5f005899a6c39ce892036db53.tar.gz
ports-2dd91743427188c5f005899a6c39ce892036db53.zip
- Update devel/courier-unicode to 2.1
- Convert to USES localbase - Update mail/cone to 1.0 [1] - Update mail/courier-imap to 5.0.0 - Add LICENSE - Update mail/maildrop to 3.0.0 - Remove IDN option since it's now mandatory - Update mail/sqwebmail to 6.0.0 [2] - Update security/courier-authlib to 0.69.0 - Add note to UPDATING - Silence some portlint warnings PR: 231471 [1] Submitted by: me Approved by: Maintainer timeout [1], oliver@ [2] Differential Revision: https://reviews.freebsd.org/D17234
Notes
Notes: svn path=/head/; revision=481732
Diffstat (limited to 'mail/maildrop')
-rw-r--r--mail/maildrop/Makefile13
-rw-r--r--mail/maildrop/distinfo6
2 files changed, 9 insertions, 10 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index 906e1907d745..6ba54b56869f 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -16,8 +16,7 @@
# MAILDROP_MBOX_DIR=<dir> Specify DEFAULT mailbox location
PORTNAME= maildrop
-PORTVERSION= 2.9.3
-PORTREVISION= 1
+PORTVERSION= 3.0.0
CATEGORIES= mail
MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION}
@@ -27,9 +26,11 @@ COMMENT= Mail delivery agent (MDA) with filtering abilities
LICENSE= GPLv3
LIB_DEPENDS= libpcre.so:devel/pcre \
- libcourier-unicode.so:devel/courier-unicode
+ libcourier-unicode.so:devel/courier-unicode \
+ libidn.so:dns/libidn
-USES= compiler:c++11-lang iconv localbase:ldflags perl5 tar:bzip2
+USES= compiler:c++11-lang iconv localbase:ldflags perl5 pkgconfig \
+ tar:bzip2
USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-syslog=1 \
@@ -63,7 +64,7 @@ OPTIONS_MULTI= AUTHLIB
AUTHLIB_DESC= Courier Auth Library support
.endif
-OPTIONS_DEFINE+= DOVECOTAUTH FAM GDBM IDN MAILWRAPPER DOCS
+OPTIONS_DEFINE+= DOVECOTAUTH FAM GDBM MAILWRAPPER DOCS
DOVECOTAUTH_DESC= Dovecot Authentication support
MAILWRAPPER_DESC= Let configure guess which sendmail binary to use
@@ -72,8 +73,6 @@ OPTIONS_SUB= yes
GDBM_CONFIGURE_ON= --with-db=gdbm
GDBM_CONFIGURE_OFF= --with-db=db
GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
-IDN_CONFIGURE_WITH= libidn
-IDN_LIB_DEPENDS= libidn.so:dns/libidn
MAILWRAPPER_CONFIGURE_OFF= --enable-sendmail=/usr/sbin/sendmail
DOVECOTAUTH_CONFIGURE_ENABLE= dovecotauth
diff --git a/mail/maildrop/distinfo b/mail/maildrop/distinfo
index 6b5caad5bc29..367136b792b8 100644
--- a/mail/maildrop/distinfo
+++ b/mail/maildrop/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512335312
-SHA256 (maildrop-2.9.3.tar.bz2) = fceae3b85dd9caf4d769d76e5d1179c4065b7f3af88623008ad44f9e08299794
-SIZE (maildrop-2.9.3.tar.bz2) = 2079784
+TIMESTAMP = 1537255240
+SHA256 (maildrop-3.0.0.tar.bz2) = 48e91a4a101e276a131fbd3afb94e98401a0cece751961c6d9c2e422d661413c
+SIZE (maildrop-3.0.0.tar.bz2) = 2091018