From 18fbde77a90bed088c4fdae5513f815ee6baad23 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 3 Jun 2014 13:58:32 +0000 Subject: - Convert security/gsasl to USES=libtool, drop .la files - Bump revisions of dependent ports as gsasl .so version has changed - Convert USE_BZIP2 and USE_XZ to USES in some ports Approved by: portmgr blanket --- mail/anubis/Makefile | 2 +- mail/libvmime/Makefile | 2 +- mail/mpop/Makefile | 4 ++-- mail/msmtp/Makefile | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'mail') diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 548a8df1eac4..7ca38d77ba0d 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -3,7 +3,7 @@ PORTNAME= anubis PORTVERSION= 4.1.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile index ff6646fc1980..53e0cc33f050 100644 --- a/mail/libvmime/Makefile +++ b/mail/libvmime/Makefile @@ -3,7 +3,7 @@ PORTNAME= libvmime PORTVERSION= 0.9.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail MASTER_SITES= SF/vmime/vmime/0.9 diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index a57f3ddbdcb9..3ec365679c32 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -3,6 +3,7 @@ PORTNAME= mpop PORTVERSION= 1.0.28 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF @@ -21,8 +22,7 @@ GSASL_DESC= GSASL GNU SASL authentication support NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -USES= pkgconfig -USE_BZIP2= yes +USES= pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libidn diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index cbb50990fa8a..a0f5b9049111 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -3,6 +3,7 @@ PORTNAME= msmtp PORTVERSION= 1.4.32 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -11,9 +12,8 @@ COMMENT= SMTP plugin for MUAs LICENSE= GPLv3 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= pkgconfig +USES= pkgconfig tar:bzip2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= msmtp -- cgit