diff options
author | jgh <jgh@FreeBSD.org> | 2014-01-04 03:36:06 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2014-01-04 03:36:06 +0800 |
commit | f2a990395891a631035d050e97d87f5804ee5c13 (patch) | |
tree | 97fffbd68b9279faec3bc4deedab187d0e027572 /mail | |
parent | 0342c8d8d41660af9aa8e9c1afb1d2db61275bcc (diff) | |
download | freebsd-ports-gnome-f2a990395891a631035d050e97d87f5804ee5c13.tar.gz freebsd-ports-gnome-f2a990395891a631035d050e97d87f5804ee5c13.tar.zst freebsd-ports-gnome-f2a990395891a631035d050e97d87f5804ee5c13.zip |
- update to 3.1.9 which fixes many minor bugs
- add download mirror
- remove redundant option of DOCS
PR: 185451
Submitted by: maintainer, ahicks@p-o.co.uk
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dbmail/Makefile | 7 | ||||
-rw-r--r-- | mail/dbmail/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile index e5e1e727e1ea..e79250da3895 100644 --- a/mail/dbmail/Makefile +++ b/mail/dbmail/Makefile @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= dbmail -PORTVERSION= 3.1.7 +PORTVERSION= 3.1.9 CATEGORIES= mail -MASTER_SITES= http://www.dbmail.org/download/3.1/ +MASTER_SITES= http://www.dbmail.org/download/3.1/ \ + http://git.dbmail.eu/paul/dbmail/snapshot/ MAINTAINER= ahicks@p-o.co.uk COMMENT= SQL database-based mail system (POP3 and IMAP) @@ -22,7 +23,7 @@ BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \ CONFLICTS= dbmail-2.* dbmail22-[0-9]* -OPTIONS_DEFINE= DOCS LDAP SIEVE THREADS +OPTIONS_DEFINE= LDAP SIEVE THREADS OPTIONS_DEFAULT= THREADS SIEVE_DESC= Build with support for Sieve mail sorting language diff --git a/mail/dbmail/distinfo b/mail/dbmail/distinfo index a36a9344092e..7c5107eb5aeb 100644 --- a/mail/dbmail/distinfo +++ b/mail/dbmail/distinfo @@ -1,2 +1,2 @@ -SHA256 (dbmail-3.1.7.tar.gz) = 657965a87a217495b2bd5f292ef1b4948e85d195e54e9c0e4981d46cf72427aa -SIZE (dbmail-3.1.7.tar.gz) = 2395315 +SHA256 (dbmail-3.1.9.tar.gz) = 665f42700654aae767d24647dde284a4df7aec1702a00d1122d55b3f9f4318dd +SIZE (dbmail-3.1.9.tar.gz) = 2397293 |