ports/57634: [MAINTAINER] mail/cone: update to 0.54.20030928

Matthias Andree matthias.andree at gmx.de
Mon Oct 6 03:50:18 UTC 2003


>Number:         57634
>Category:       ports
>Synopsis:       [MAINTAINER] mail/cone: update to 0.54.20030928
>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:   Sun Oct 05 20:50:16 PDT 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 #9: Mon Oct  6 01:46:22 CEST
>Description:
Fix "cannot execute c_rehash" issue.

- Update to 0.54.20030928

Fixes CHARSET inconvenience (Cone now falls back to reading MM_CHARSET).

ChangeLog since last port release:

2003-09-28  Mr. Sam

        * libmail/nntpxpat.C (processXpatResponse): Fix: filtering in a
        newsgroup may cause an infinite loop.

2003-09-21  Mr. Sam

        * curses/cursesscreen.C (writeText): Use termattrs() to check if
        the terminal can underline.  If not, replace spaces with underscores.

2003-09-17  Mr. Sam

        * cone/gettext.C (defaultCharsetName): Check MM_CHARSET environment
        variable in addition to CHARSET.

        * libmail/smtp.C (starttls): Re-issue EHLO after STARTTLS.

        * curses/cursesscreen.C (runCommand): Correctly hand off terminal
        stop signal to the child process.

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

NOTE THIS PATCH REMOVES "pkg-message". This file is no longer needed.

--- cone-0.54.20030928.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/cone/Makefile /root/cone/Makefile
--- /usr/ports/mail/cone/Makefile	Mon Oct  6 01:29:09 2003
+++ /root/cone/Makefile	Mon Oct  6 05:37:00 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cone
-PORTVERSION=	0.54.20030915
+PORTVERSION=	0.54.20030928
 CATEGORIES=	mail
 # This is for beta versions, leave it in please:
 MASTER_SITES=	http://www.courier-mta.org/beta/${PORTNAME}/
@@ -29,7 +29,7 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	-C --without-db --prefix=${PREFIX} --exec-prefix=${PREFIX}
 
-CONFIGURE_ENV=	REHASH=${SCRIPTDIR}/c_rehash LDFLAGS=-L${LOCALBASE}/lib \
+CONFIGURE_ENV=	REHASH="${PERL} ${SCRIPTDIR}/c_rehash" LDFLAGS=-L${LOCALBASE}/lib \
 		CPPFLAGS=-I${LOCALBASE}/include
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 MAN1=		cone.1 leaf.1 mailtool.1
@@ -43,7 +43,6 @@
 		${INSTALL_SCRIPT} ${WRKSRC}/sysconftool ${PREFIX}/sbin/cone-sysconftool
 		PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PORTNAME} POST-INSTALL
 		${RM} -f ${PREFIX}/share/cone/rootcerts/.0
-		${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.pre.mk>
 
diff -ruN --exclude=CVS /usr/ports/mail/cone/distinfo /root/cone/distinfo
--- /usr/ports/mail/cone/distinfo	Mon Oct  6 01:29:09 2003
+++ /root/cone/distinfo	Mon Oct  6 04:42:02 2003
@@ -1 +1 @@
-MD5 (cone-0.54.20030915.tar.bz2) = 40a08952975fa52c1f935fc7e1d6b22c
+MD5 (cone-0.54.20030928.tar.bz2) = 934b9a65037a1500a80a8e9f85c568b8
diff -ruN --exclude=CVS /usr/ports/mail/cone/pkg-message /root/cone/pkg-message
--- /usr/ports/mail/cone/pkg-message	Fri Aug 15 04:49:44 2003
+++ /root/cone/pkg-message	Thu Jan  1 01:00:00 1970
@@ -1,14 +0,0 @@
-
---------------------------------------------------------------------------
-Note that Cone's CHARSET interpretation is different from FreeBSD's, so if
-you're using Cone with ISO8859* character sets, Cone may not start.
-Export a shell variable like this:
-
-setenv CHARSET ISO-8859-1		(for csh)
-
-CHARSET=ISO-8859-1		
-export CHARSET				(for sh/ksh/bash)
-
-Adjust the charset according to your locale, and mind the first dash.
---------------------------------------------------------------------------
-
--- cone-0.54.20030928.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list