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)
This commit is contained in:
William Grzybowski 2013-11-02 23:09:33 +00:00
parent 04748d659f
commit 3f19f8605f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332552
4 changed files with 24 additions and 24 deletions

View file

@ -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
CONFIGURE_ARGS+= --with-ssl=openssl \
libssl_CFLAGS=-I${OPENSSLINC} \
libssl_LIBS=-lssl
.else
CONFIGURE_ARGS+= --with-ssl=no
.endif
.if ${PORT_OPTIONS:MGSASL}
LIB_DEPENDS+= gsasl.16:${PORTSDIR}/security/gsasl
LIB_DEPENDS+= libgsasl.so:${PORTSDIR}/security/gsasl
.else
CONFIGURE_ARGS+= --without-libgsasl-prefix
.endif
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
CONFIGURE_ARGS+= --enable-nls
PLIST_SUB= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB= NLS="@comment "
CONFIGURE_ARGS+= --without-libgsasl
.endif
.include <bsd.port.mk>

View file

@ -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

View file

@ -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

View file

@ -1,2 +1,3 @@
bin/mpop
man/man1/mpop.1.gz
%%NLS%%share/locale/de/LC_MESSAGES/mpop.mo