From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 9 13:00:49 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F39D916A4CE for ; Thu, 9 Sep 2004 13:00:48 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E060243D2F for ; Thu, 9 Sep 2004 13:00:48 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i89D0mE6077250 for ; Thu, 9 Sep 2004 13:00:48 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i89D0mse077248; Thu, 9 Sep 2004 13:00:48 GMT (envelope-from gnats) Resent-Date: Thu, 9 Sep 2004 13:00:48 GMT Resent-Message-Id: <200409091300.i89D0mse077248@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christian Laursen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BCE616A4CE for ; Thu, 9 Sep 2004 12:52:21 +0000 (GMT) Received: from ferengi.borderworlds.dk (ferengi.borderworlds.dk [80.166.152.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id E88C343D3F for ; Thu, 9 Sep 2004 12:52:20 +0000 (GMT) (envelope-from xi@borderworlds.dk) Received: from borg.borderworlds.dk (localhost [127.0.0.1]) by ferengi.borderworlds.dk (Postfix) with ESMTP id 076BAB82B for ; Thu, 9 Sep 2004 14:52:19 +0200 (CEST) Received: by borg.borderworlds.dk (Postfix, from userid 1001) id D3C4FB87B; Thu, 9 Sep 2004 14:52:18 +0200 (CEST) Message-Id: <20040909125218.D3C4FB87B@borg.borderworlds.dk> Date: Thu, 9 Sep 2004 14:52:18 +0200 (CEST) From: Christian Laursen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/71524: update port: mail/mlmmj to 1.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christian Laursen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2004 13:00:49 -0000 >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: