diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-05 03:30:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-05 03:30:55 +0000 |
commit | bf5c93fdd4f415cc6224e541337f24f80479b8a8 (patch) | |
tree | e162e6d8cbc7708d0aa7057286160b191d494ba8 /mail/dbmail/Makefile | |
parent | ad7014650e73c984ecfb435ff1a57dbbf5941b05 (diff) | |
download | ports-bf5c93fdd4f415cc6224e541337f24f80479b8a8.tar.gz ports-bf5c93fdd4f415cc6224e541337f24f80479b8a8.zip |
Notes
Diffstat (limited to 'mail/dbmail/Makefile')
-rw-r--r-- | mail/dbmail/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile index bda4073c955e..6d4397bbd953 100644 --- a/mail/dbmail/Makefile +++ b/mail/dbmail/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= dbmail -PORTVERSION= 3.1.13 -PORTREVISION= 1 +PORTVERSION= 3.1.15 CATEGORIES= mail -MASTER_SITES= http://www.dbmail.org/download/3.1/ \ - http://git.dbmail.eu/paul/dbmail/snapshot/ +MASTER_SITES= http://git.dbmail.eu/paul/dbmail/snapshot/ MAINTAINER= ahicks@p-o.co.uk COMMENT= SQL database-based mail system (POP3 and IMAP) @@ -22,7 +20,7 @@ BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ xmlto:${PORTSDIR}/textproc/xmlto \ ${LOCALBASE}/share/sgml/docbook/4.5:${PORTSDIR}/textproc/docbook-sgml -CONFLICTS= dbmail-2.* dbmail22-[0-9]* +CONFLICTS= dbmail22-[0-9]* OPTIONS_DEFINE= DOCS LDAP SIEVE THREADS OPTIONS_DEFAULT= THREADS @@ -35,7 +33,7 @@ USE_AUTOTOOLS= autoheader autoconf USE_LDCONFIG= ${PREFIX}/lib/dbmail USE_RC_SUBR= dbmail-pop3d dbmail-lmtpd dbmail-imapd dbmail-timsieved USE_OPENSSL= yes -USES= gmake libtool pkgconfig shebangfix +USES= gmake libtool pkgconfig shebangfix tar:bzip2 SHEBANG_FILES= man/fixsp.pl CPPFLAGS+= -I${LOCALBASE}/include |