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