FreeBSD Bugzilla – Attachment 136162 Details for
Bug 181276
[UPDATE] mail/mpop: update to 1.0.28
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mpop-1.0.28.patch
mpop-1.0.28.patch (text/plain), 2.40 KB, created by
takefu
on 2013-08-14 09:50:00 UTC
(
hide
)
Description:
mpop-1.0.28.patch
Filename:
MIME Type:
Creator:
takefu
Created:
2013-08-14 09:50:00 UTC
Size:
2.40 KB
patch
obsolete
>diff -ruN /usr/ports/mail/mpop/Makefile ./Makefile >--- /usr/ports/mail/mpop/Makefile 2013-07-05 15:33:58.000000000 +0900 >+++ ./Makefile 2013-08-07 17:34:55.000000000 +0900 >@@ -2,21 +2,19 @@ > # $FreeBSD: mail/mpop/Makefile 322306 2013-07-05 06:33:58Z bapt $ > > 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= idn:${PORTSDIR}/dns/libidn > >-OPTIONS_DEFINE= GNUTLS GSASL NLS >-GNUTLS_DESC= GNUTLS Enable gnuTLS support >+OPTIONS_DEFINE= GNUTLS GSASL OPENSSL NLS > GSASL_DESC= GSASL GNU SASL authentication support > >-USES= pkgconfig >+USES= gettext pkgconfig > USE_BZIP2= yes > GNU_CONFIGURE= yes > CONFIGURE_ARGS+= --with-libidn >@@ -27,21 +25,26 @@ > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MGNUTLS} >-LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls >+LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls > CONFIGURE_ARGS+= --with-ssl=gnutls >-.else >+.elif ${PORT_OPTIONS:MOPENSSL} >+USE_GCC= 4.2+ > 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+= gsasl:${PORTSDIR}/security/gsasl > .else >-CONFIGURE_ARGS+= --without-libgsasl-prefix >+CONFIGURE_ARGS+= --without-libgsasl > .endif > > .if ${PORT_OPTIONS:MNLS} >-USES+= gettext >+USES+= gettext > CONFIGURE_ARGS+= --enable-nls > PLIST_SUB= NLS="" > .else >diff -ruN /usr/ports/mail/mpop/distinfo ./distinfo >--- /usr/ports/mail/mpop/distinfo 2012-07-14 22:54:48.000000000 +0900 >+++ ./distinfo 2013-08-07 16:32:10.000000000 +0900 >@@ -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 -ruN /usr/ports/mail/mpop/pkg-descr ./pkg-descr >--- /usr/ports/mail/mpop/pkg-descr 2012-07-14 22:54:48.000000000 +0900 >+++ ./pkg-descr 2013-03-12 19:56:39.000000000 +0900 >@@ -4,4 +4,4 @@ > a very fast POP3 implementation, many authentication methods, > and good support for TLS/SSL. > >-WWW: http://mpop.sourceforge.net >+WWW: http://mpop.sourceforge.net
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 181276
: 136162