diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-23 17:54:02 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-23 17:54:02 +0800 |
commit | 08fee0328047e79c45f02aba14450e772cf23511 (patch) | |
tree | d13723a66084b6936010f3cea6404da7bbcf103b /mail/anubis/Makefile | |
parent | c432da515fff148f6af04eddd59d3b6131ff1c6c (diff) | |
download | freebsd-ports-gnome-08fee0328047e79c45f02aba14450e772cf23511.tar.gz freebsd-ports-gnome-08fee0328047e79c45f02aba14450e772cf23511.tar.zst freebsd-ports-gnome-08fee0328047e79c45f02aba14450e772cf23511.zip |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine)
Diffstat (limited to 'mail/anubis/Makefile')
-rw-r--r-- | mail/anubis/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 27053a3a6ce7..89be871616cf 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -2,16 +2,15 @@ # $FreeBSD$ PORTNAME= anubis -PORTVERSION= 4.1.1 -PORTREVISION= 10 +PORTVERSION= 4.2 CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= GNU MAINTAINER= jhale@FreeBSD.org COMMENT= Outgoing SMTP mail processor LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= NLS EXAMPLES GUILE GPGME GNUTLS GSASL \ GDBM MYSQL PGSQL PCRE PAM SOCKS LIBWRAP @@ -23,11 +22,12 @@ GSASL_DESC= GSASL support (required for databases) GDBM_DESC= GDBM backend SOCKS_DESC= SOCKS proxy support -USES= makeinfo pkgconfig shebangfix +USES= charsetfix makeinfo pkgconfig shebangfix +CHARSETFIX_MAKEFILEIN= gnulib.mk SHEBANG_FILES= contrib/msg2smtp.pl USE_RC_SUBR= anubis USE_AUTOTOOLS= aclocal autoheader autoconf automake -ACLOCAL_ARGS= -I m4 -I am +ACLOCAL_ARGS= -I m4 -I gint -I am AUTOMAKE_ARGS= --force --add-missing INFO= anubis |