- Update to 1.0.20

Approved by:	itetcu (mentor, implicit)
This commit is contained in:
Sylvio Cesar Teixeira 2010-04-17 20:18:03 +00:00
parent 5d32d6b473
commit 83d663237a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252842
3 changed files with 17 additions and 23 deletions

View file

@ -6,46 +6,39 @@
#
PORTNAME= mpop
PORTVERSION= 1.0.19
PORTVERSION= 1.0.20
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= sylvio@FreeBSD.org
COMMENT= MPOP is a small and fast POP3 client
LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn
OPTIONS= GNUTLS "Enable gnuTLS support" on \
GSASL "GNU SASL authentication support" on
USE_BZIP2= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS+= --with-libidn
MAN1= mpop.1
INFO= mpop
.include <bsd.port.options.mk>
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-ssl=gnutls
.elif defined(WITH_OPENSSL)
.else
USE_OPENSSL= yes
CONFIGURE_ARGS+= --with-ssl=openssl
.else
CONFIGURE_ARGS+= --without-ssl
.endif
.if defined(WITH_GNUTLS) || defined(WITH_OPENSSL)
RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
.endif
.if defined(WITH_GSASL)
LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl
.else
CONFIGURE_ARGS+= --without-gsasl
.endif
.if !defined(WITHOUT_IDN)
LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn
CONFIGURE_ARGS+= --with-libidn
.else
CONFIGURE_ARGS+= --without-libidn
CONFIGURE_ARGS+= --without-libgsasl-prefix
.endif
.if !defined(WITHOUT_NLS)
@ -53,7 +46,7 @@ USE_GETTEXT= yes
CONFIGURE_ARGS+= --enable-nls
PLIST_SUB= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB= NLS="@comment "
.endif

View file

@ -1,3 +1,3 @@
MD5 (mpop-1.0.19.tar.bz2) = 40a48d486121a15075faee944a7b8fb7
SHA256 (mpop-1.0.19.tar.bz2) = 3151f3d0fb34f0f93bcd139ab87ec6c4ba23b3d0768a88c310fe0838c41b6d01
SIZE (mpop-1.0.19.tar.bz2) = 839096
MD5 (mpop-1.0.20.tar.bz2) = c49b50d962b75c7ac26a658ca96227be
SHA256 (mpop-1.0.20.tar.bz2) = 95b33216cf32d2b292aaf4e4b245687c1f81b216453ec21bce911c6d28d78efd
SIZE (mpop-1.0.20.tar.bz2) = 867358

View file

@ -1,3 +1,4 @@
bin/mpop
%%NLS%%share/locale/de/LC_MESSAGES/mpop.mo
%%NLS%%share/locale/es/LC_MESSAGES/mpop.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/mpop.mo