View | Details | Raw Unified | Return to bug 209879 | Differences between
and this patch

Collapse All | Expand All

(-)ezmlm-idx/Makefile (-4 / +3 lines)
Lines 2-12 Link Here
2
# $FreeBSD: head/mail/ezmlm-idx/Makefile 405721 2016-01-10 16:44:24Z bapt $
2
# $FreeBSD: head/mail/ezmlm-idx/Makefile 405721 2016-01-10 16:44:24Z bapt $
3
3
4
PORTNAME=	ezmlm-idx
4
PORTNAME=	ezmlm-idx
5
PORTVERSION=	7.1.1
5
PORTVERSION=	7.2.2
6
PORTREVISION=	2
6
PORTREVISION=	0
7
CATEGORIES=	mail
7
CATEGORIES=	mail
8
MASTER_SITES=	http://www.ezmlm.org/archive/${PORTVERSION}/ \
8
MASTER_SITES=	http://untroubled.org/ezmlm/archive/${PORTVERSION}/
9
		http://ezmlm.sericyb.com.au/archive/${PORTVERSION}/
10
9
11
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	Improved version of the ezmlm mailing list manager
11
COMMENT=	Improved version of the ezmlm mailing list manager
(-)ezmlm-idx/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (ezmlm-idx-7.1.1.tar.gz) = 0d2a9d99fa410cc26c9d00c000ede4977b606ba9fd483c5a7a00b87bf8db2383
1
TIMESTAMP = 1464599689
2
SIZE (ezmlm-idx-7.1.1.tar.gz) = 718954
2
SHA256 (ezmlm-idx-7.2.2.tar.gz) = 5d8840678ad8c2b84350564a065149c055ace3d3e21b169590ebd5abca30c2a8
3
SIZE (ezmlm-idx-7.2.2.tar.gz) = 742451
(-)ezmlm-idx/files/patch-ezmlm-manage-N (-11 lines)
Lines 1-11 Link Here
1
--- ezmlm-manage.c.orig	Wed Jul 31 16:36:20 2002
2
+++ ezmlm-manage.c	Wed Jul 31 17:25:37 2002
3
@@ -1015,7 +1015,7 @@
4
         strerr_die2x(0,INFO,ERR_UNSUB_NOP);
5
       mod_bottom();
6
       if (r) {				/* success to target */
7
-	qmail_to(&qq,target.s);
8
+	if (flagnotify) qmail_to(&qq,target.s);
9
         if (flagverbose > 1) to_owner();
10
       } else				/* NOP to sender = admin. Will take */
11
         qmail_to(&qq,sender);		/* care of it. No need to tell owner */

Return to bug 209879