pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/51253: mail/mpop outdated, more than 3 years old
>Number: 51253
>Category: pkg
>Synopsis: mail/mpop outdated, more than 3 years old
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sat Jun 18 10:10:00 +0000 2016
>Originator: Onno van der Linden
>Release: NetBSD 7.99.29
>Organization:
none
>Environment:
System: NetBSD sheep 7.99.29 NetBSD 7.99.29 (SHEEP) #0: Sun May 1 19:11:17 MEST 2016 onno@sheep:/usr/src/sys/arch/i386/compile/SHEEP i386
Architecture: i386
Machine: i386
>Description:
mpop 1.0.28 was released April 22 2013. mpop 1.2.5 was released May 31, 2016
>How-To-Repeat:
1.0.28 in mail/mpop. 1.2.5 on mpop.sourceforge.net
>Fix:
Couple of minor diffs needed
.xz instead of .bz2
--with-tls instead of --with-ssl
Changes between 1.0.28 and 1.2.5 are on
http://mpop.sourceforge.net/news.html
diff -ur /usr/pkgsrc/mail/mpop/Makefile ./Makefile
--- /usr/pkgsrc/mail/mpop/Makefile 2016-03-06 08:27:15.546410496 +0100
+++ ./Makefile 2016-06-18 11:15:17.591517359 +0200
@@ -1,11 +1,10 @@
# $NetBSD: Makefile,v 1.21 2015/08/23 14:30:38 wiz Exp $
#
-DISTNAME= mpop-1.0.28
-PKGREVISION= 4
+DISTNAME= mpop-1.2.5
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpop/}
-EXTRACT_SUFX= .tar.bz2
+EXTRACT_SUFX= .tar.xz
MAINTAINER= reed%reedmedia.net@localhost
HOMEPAGE= http://mpop.sourceforge.net/
diff -ur /usr/pkgsrc/mail/mpop/options.mk ./options.mk
--- /usr/pkgsrc/mail/mpop/options.mk 2005-11-13 04:09:20.000000000 +0100
+++ ./options.mk 2016-06-18 11:16:27.897270491 +0200
@@ -10,13 +10,13 @@
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mgnutls)
-CONFIGURE_ARGS+= --with-ssl=gnutls
+CONFIGURE_ARGS+= --with-tls=gnutls
. include "../../security/gnutls/buildlink3.mk"
.elif !empty(PKG_OPTIONS:Mssl)
-CONFIGURE_ARGS+= --with-ssl=openssl
+CONFIGURE_ARGS+= --with-tls=openssl
. include "../../security/openssl/buildlink3.mk"
.else
-CONFIGURE_ARGS+= --disable-ssl
+CONFIGURE_ARGS+= --disable-tls
.endif
.if !empty(PKG_OPTIONS:Mgsasl)
Home |
Main Index |
Thread Index |
Old Index