Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  9 Sep 2004 14:52:18 +0200 (CEST)
From:      Christian Laursen <xi@borderworlds.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/71524: update port: mail/mlmmj to 1.0.0 
Message-ID:  <20040909125218.D3C4FB87B@borg.borderworlds.dk>
Resent-Message-ID: <200409091300.i89D0mse077248@freefall.freebsd.org>

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

>Number:         71524
>Category:       ports
>Synopsis:       update port: mail/mlmmj to 1.0.0
>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:   Thu Sep 09 13:00:47 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Christian Laursen
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
The Border Worlds 
>Environment:
System: FreeBSD borg.borderworlds.dk 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #28: Thu Jul 1 12:24:53 CEST 2004 root@borg.borderworlds.dk:/usr/obj/usr/src/sys/BORG i386


	
>Description:
Changes in 1.0.0:
 o Replace index() with strchr()
 o Add parenthesis around realloc call to make sure we alloc correctly
 o Make header matching case insensitive
 o Fix dumping of addresses to requeue
 o Make the time an address can bounce before unsubscribed configurable with
   listdir/control/bouncelife
 o Correct mlmmj-make-ml.sh cronentry line to include -F
 o Add manual pages. Thanks Soeren Boll for the initial ones
 o Make random numbers lowercase hex since gmail is lowercasing the address
   it replies to.
 o Also make sanity check in mlmmj-maintd to ensure it's invoke either
   as root or as listdir owner
	
>How-To-Repeat:
	
>Fix:

	

--- mlmmj.diff begins here ---
diff -urN /usr/ports/mail/mlmmj/Makefile mlmmj/Makefile
--- /usr/ports/mail/mlmmj/Makefile	Thu Sep  2 12:30:03 2004
+++ mlmmj/Makefile	Thu Sep  9 14:48:24 2004
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	mlmmj
-PORTVERSION=	1.0.0.r4
+PORTVERSION=	1.0.0
 CATEGORIES=	mail
 MASTER_SITES=	http://mlmmj.mmj.dk/files/
-DISTNAME=	mlmmj-1.0.0-RC4
 
 MAINTAINER=	xi@borderworlds.dk
 COMMENT=	Mailing list managing made joyful
@@ -49,6 +48,8 @@
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--prefix=${PREFIX}
+
+MAN1=		mlmmj-bounce.1 mlmmj-maintd.1 mlmmj-make-ml.1 mlmmj-process.1 mlmmj-recieve.1 mlmmj-send.1 mlmmj-sub.1 mlmmj-unsub.1
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/mlmmj-make-ml.sh
diff -urN /usr/ports/mail/mlmmj/distinfo mlmmj/distinfo
--- /usr/ports/mail/mlmmj/distinfo	Thu Sep  2 12:30:03 2004
+++ mlmmj/distinfo	Thu Sep  9 14:48:24 2004
@@ -1,2 +1,2 @@
-MD5 (mlmmj-1.0.0-RC4.tar.bz2) = f62f649bf0c98f800def4dd0da5664fa
-SIZE (mlmmj-1.0.0-RC4.tar.bz2) = 104434
+MD5 (mlmmj-1.0.0.tar.bz2) = a24a8e10e3745547ee57edeaee171569
+SIZE (mlmmj-1.0.0.tar.bz2) = 107764
--- mlmmj.diff ends here ---


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



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