aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-11-03 07:09:33 +0800
committerwg <wg@FreeBSD.org>2013-11-03 07:09:33 +0800
commitbdaea81c4c127417e62239c82eb76511283501a1 (patch)
tree269c0c9acbe9b52c77d739be84570baf0bceb156 /mail
parent0594180b9d467d67bd97b2e895233145a0b1572f (diff)
downloadfreebsd-ports-gnome-bdaea81c4c127417e62239c82eb76511283501a1.tar.gz
freebsd-ports-gnome-bdaea81c4c127417e62239c82eb76511283501a1.tar.zst
freebsd-ports-gnome-bdaea81c4c127417e62239c82eb76511283501a1.zip
mail/mpop: update to 1.0.28
- Update to 1.0.28 [1] - Allow staging - Use options helpers - Convert lib depends to new format PR: ports/181276 [1] Submitted by: Takefu <takefu airport.fm> [1] Approved by: maintainer (timeout)
Diffstat (limited to 'mail')
-rw-r--r--mail/mpop/Makefile41
-rw-r--r--mail/mpop/distinfo4
-rw-r--r--mail/mpop/pkg-descr2
-rw-r--r--mail/mpop/pkg-plist1
4 files changed, 24 insertions, 24 deletions
diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile
index c511859c649b..a57f3ddbdcb9 100644
--- a/mail/mpop/Makefile
+++ b/mail/mpop/Makefile
@@ -2,52 +2,51 @@
# $FreeBSD$
PORTNAME= mpop
-PORTVERSION= 1.0.27
-PORTREVISION= 1
+PORTVERSION= 1.0.28
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= sylvio@FreeBSD.org
COMMENT= MPOP is a small and fast POP3 client
-LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn
+LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn
+
+OPTIONS_DEFINE= GSASL NLS
+OPTIONS_RADIO= SSL
+OPTIONS_RADIO_SSL= GNUTLS OPENSSL
+OPTIONS_SUB= yes
-OPTIONS_DEFINE= GNUTLS GSASL NLS
-GNUTLS_DESC= GNUTLS Enable gnuTLS support
GSASL_DESC= GSASL GNU SASL authentication support
+NLS_USES= gettext
+NLS_CONFIGURE_ENABLE= nls
+
USES= pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libidn
-MAN1= mpop.1
INFO= mpop
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGNUTLS}
-LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-ssl=gnutls
-.else
+.elif ${PORT_OPTIONS:MOPENSSL}
+USE_GCC= yes
USE_OPENSSL= yes
-CONFIGURE_ARGS+= --with-ssl=openssl
-.endif
-
-.if ${PORT_OPTIONS:MGSASL}
-LIB_DEPENDS+= gsasl.16:${PORTSDIR}/security/gsasl
+CONFIGURE_ARGS+= --with-ssl=openssl \
+ libssl_CFLAGS=-I${OPENSSLINC} \
+ libssl_LIBS=-lssl
.else
-CONFIGURE_ARGS+= --without-libgsasl-prefix
+CONFIGURE_ARGS+= --with-ssl=no
.endif
-.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
-CONFIGURE_ARGS+= --enable-nls
-PLIST_SUB= NLS=""
+.if ${PORT_OPTIONS:MGSASL}
+LIB_DEPENDS+= libgsasl.so:${PORTSDIR}/security/gsasl
.else
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB= NLS="@comment "
+CONFIGURE_ARGS+= --without-libgsasl
.endif
.include <bsd.port.mk>
diff --git a/mail/mpop/distinfo b/mail/mpop/distinfo
index 726fdebd419a..d6558893ac40 100644
--- a/mail/mpop/distinfo
+++ b/mail/mpop/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mpop-1.0.27.tar.bz2) = aac265d3e27378a48d8a63bd6d086db9b6142e07e6bb0460ffa99b3ff32de3c3
-SIZE (mpop-1.0.27.tar.bz2) = 288817
+SHA256 (mpop-1.0.28.tar.bz2) = e7e397c932285abc1aa65ce416679217a45d688dc8ea7f5912c6c49a8056b7ea
+SIZE (mpop-1.0.28.tar.bz2) = 289664
diff --git a/mail/mpop/pkg-descr b/mail/mpop/pkg-descr
index 5d4ad83c579a..67b10305e2ae 100644
--- a/mail/mpop/pkg-descr
+++ b/mail/mpop/pkg-descr
@@ -4,4 +4,4 @@ delivery to mbox files, maildir folders, or a mail delivery agent,
a very fast POP3 implementation, many authentication methods,
and good support for TLS/SSL.
-WWW: http://mpop.sourceforge.net
+WWW: http://mpop.sourceforge.net
diff --git a/mail/mpop/pkg-plist b/mail/mpop/pkg-plist
index c985d0a3bbc7..99674f8ea612 100644
--- a/mail/mpop/pkg-plist
+++ b/mail/mpop/pkg-plist
@@ -1,2 +1,3 @@
bin/mpop
+man/man1/mpop.1.gz
%%NLS%%share/locale/de/LC_MESSAGES/mpop.mo