ports/181276: [UPDATE] mail/mpop: update to 1.0.28

Takefu takefu at airport.fm
Wed Aug 14 08:50:01 UTC 2013


>Number:         181276
>Category:       ports
>Synopsis:       [UPDATE] mail/mpop: update to 1.0.28
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 14 08:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Takefu
>Release:        FreeBSD 8.4-RELEASE-p1 i386
>Organization:
FOX Amateur Radio Club
>Environment:
System: FreeBSD RELENG84-ix86.localIPv4.airport.fm 8.4-RELEASE-p1 FreeBSD 8.4-RELEASE-p1 #0: Fri Jun 28 03:46:37 UTC 2013
>Description:
- Update to 1.0.28

Port maintainer (sylvio at FreeBSD.org) is cc'd.

>How-To-Repeat:
>Fix:

--- mpop-1.0.28.patch begins here ---
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 at 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
--- mpop-1.0.28.patch ends here ---





>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list