aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mpop
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-06-18 11:48:21 +0800
committermiwi <miwi@FreeBSD.org>2014-06-18 11:48:21 +0800
commitfe77fd3838334f8a252e84e7228b22632a261e32 (patch)
treed2f7058bc4d98bf107701890b92fb7ecbf2cf842 /mail/mpop
parente79f966d5dd33101a9295ce2d245ccb95f32aa6d (diff)
downloadfreebsd-ports-gnome-fe77fd3838334f8a252e84e7228b22632a261e32.tar.gz
freebsd-ports-gnome-fe77fd3838334f8a252e84e7228b22632a261e32.tar.zst
freebsd-ports-gnome-fe77fd3838334f8a252e84e7228b22632a261e32.zip
- Update to 1.0.29
PR: 191096
Diffstat (limited to 'mail/mpop')
-rw-r--r--mail/mpop/Makefile60
-rw-r--r--mail/mpop/distinfo4
2 files changed, 30 insertions, 34 deletions
diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile
index 67f3c699f6df..77b8ed3c01d2 100644
--- a/mail/mpop/Makefile
+++ b/mail/mpop/Makefile
@@ -2,51 +2,47 @@
# $FreeBSD$
PORTNAME= mpop
-PORTVERSION= 1.0.28
-PORTREVISION= 1
+PORTVERSION= 1.0.29
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
-COMMENT= MPOP is a small and fast POP3 client
+COMMENT= Small and fast POP3 client
-LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn
-
-OPTIONS_DEFINE= GSASL NLS
-OPTIONS_RADIO= SSL
-OPTIONS_RADIO_SSL= GNUTLS OPENSSL
-OPTIONS_SUB= yes
-
-GSASL_DESC= GSASL GNU SASL authentication support
-
-NLS_USES= gettext
-NLS_CONFIGURE_ENABLE= nls
+LICENSE= GPLv3 # (or later)
USES= pkgconfig tar:bzip2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-libidn
+CONFIGURE_ARGS= --disable-silent-rules
+
+INFO= mpop
-INFO= mpop
+OPTIONS_DEFINE= GNOMEKEYRING GSASL IDN NLS
+OPTIONS_RADIO= SSL
+OPTIONS_RADIO_SSL= GNUTLS OPENSSL
+OPTIONS_DEFAULT= IDN OPENSSL
+OPTIONS_SUB= yes
+
+GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring:${PORTSDIR}/security/libgnome-keyring
+GNOMEKEYRING_CONFIGURE_WITH= gnome-keyring
+GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
+GNUTLS_CONFIGURE_ON= --with-ssl=gnutls
+GSASL_DESC= SASL authentication support via GNU SASL
+GSASL_LIB_DEPENDS= libgsasl.so:${PORTSDIR}/security/gsasl
+GSASL_CONFIGURE_OFF= --without-libgsasl
+IDN_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn
+IDN_CONFIGURE_WITH= libidn
+NLS_USES= gettext
+NLS_CONFIGURE_ENABLE= nls
+OPENSSL_USE= openssl=yes
+OPENSSL_CONFIGURE_ON= --with-ssl=openssl \
+ libssl_CFLAGS=-I${OPENSSLINC} \
+ libssl_LIBS="-lssl -lcrypto"
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MGNUTLS}
-LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls
-CONFIGURE_ARGS+= --with-ssl=gnutls
-.elif ${PORT_OPTIONS:MOPENSSL}
-USE_GCC= yes
-USE_OPENSSL= yes
-CONFIGURE_ARGS+= --with-ssl=openssl \
- libssl_CFLAGS=-I${OPENSSLINC} \
- libssl_LIBS=-lssl
-.else
+.if empty(PORT_OPTIONS:MGNUTLS) && empty(PORT_OPTIONS:MOPENSSL)
CONFIGURE_ARGS+= --with-ssl=no
.endif
-.if ${PORT_OPTIONS:MGSASL}
-LIB_DEPENDS+= libgsasl.so:${PORTSDIR}/security/gsasl
-.else
-CONFIGURE_ARGS+= --without-libgsasl
-.endif
-
.include <bsd.port.mk>
diff --git a/mail/mpop/distinfo b/mail/mpop/distinfo
index d6558893ac40..5e2fcdc61c18 100644
--- a/mail/mpop/distinfo
+++ b/mail/mpop/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mpop-1.0.28.tar.bz2) = e7e397c932285abc1aa65ce416679217a45d688dc8ea7f5912c6c49a8056b7ea
-SIZE (mpop-1.0.28.tar.bz2) = 289664
+SHA256 (mpop-1.0.29.tar.bz2) = bd7409741629669969b176ed664e0adec449bf434b9f333e74fed534b28690b8
+SIZE (mpop-1.0.29.tar.bz2) = 292369