Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2003 12:32:28 +0100 (CET)
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59545: [MAINTAINER] mail/cone: update to 0.55.20031108
Message-ID:  <20031121113228.1554A1B929@merlin.emma.line.org>
Resent-Message-ID: <200311211140.hALBe61Q008754@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         59545
>Category:       ports
>Synopsis:       [MAINTAINER] mail/cone: update to 0.55.20031108
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 21 03:40:05 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD merlin.emma.line.org 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Mon Nov  3 14:56:20 CET
>Description:
- Update to 0.55.20031108
  - fix custom color handling
  - fix password in context of remote configuration
- Fix up committer messup. We DO need ncurses 5.3, and LIB_DEPENDS doesn't
  provide for that.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- cone-0.55.20031108.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/cone/Makefile /root/cone/Makefile
--- /usr/ports/mail/cone/Makefile	Thu Nov 20 04:49:22 2003
+++ /root/cone/Makefile	Fri Nov 21 12:29:59 2003
@@ -6,21 +6,23 @@
 #
 
 PORTNAME=	cone
-PORTVERSION=	0.55
+PORTVERSION=	0.55.20031108
 CATEGORIES=	mail
 # This is for beta versions, leave it in please:
-#MASTER_SITES=	http://www.courier-mta.org/beta/${PORTNAME}/
+MASTER_SITES=	http://www.courier-mta.org/beta/${PORTNAME}/
 # This is for release versions, leave it in please:
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	courier
+#MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+#MASTER_SITE_SUBDIR=	courier
 
 MAINTAINER=	matthias.andree@gmx.de
 COMMENT=	Console based mail client with POP3/IMAP/SMAP support
 
+# ldconfig -r doesn't allow us to distinguish minor curses versions,
+# cone needs ncurses 5.3.
 LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
-		aspell.15:${PORTSDIR}/textproc/aspell \
-		ncurses.5:${PORTSDIR}/devel/ncurses
-BUILD_DEPENDS=	gpg:${PORTSDIR}/security/gnupg 
+		aspell.15:${PORTSDIR}/textproc/aspell
+BUILD_DEPENDS=	gpg:${PORTSDIR}/security/gnupg \
+		${curses}:${PORTSDIR}/devel/ncurses
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 USE_BZIP2=	yes
@@ -34,6 +36,8 @@
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 MAN1=		cone.1 leaf.1 mailtool.1
 
+curses=		${LOCALBASE}/lib/libncurses.so.5.3
+
 do-install:
 		cd ${WRKSRC} && make install-strip
 		${MKDIR} ${DOCSDIR}
@@ -47,7 +51,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-IGNORE=		"does not build on FreeBSD versions before FreeBSD 5"
+IGNORE=		"does not build on FreeBSD versions before FreeBSD 5 - needs mbrtowc in libc"
 .endif
 
 .include <bsd.port.post.mk>
Binary files /usr/ports/mail/cone/cone-0.55.20031108.tar.bz2.sig and /root/cone/cone-0.55.20031108.tar.bz2.sig differ
diff -ruN --exclude=CVS /usr/ports/mail/cone/distinfo /root/cone/distinfo
--- /usr/ports/mail/cone/distinfo	Thu Nov 20 04:49:22 2003
+++ /root/cone/distinfo	Thu Nov 20 12:50:34 2003
@@ -1 +1 @@
-MD5 (cone-0.55.tar.bz2) = 95c6a67fdf428a83128cdb7588372dbf
+MD5 (cone-0.55.20031108.tar.bz2) = c49c94475bcdbd3d96ba2344d03b7bbe
--- cone-0.55.20031108.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031121113228.1554A1B929>