Received: by mail.netbsd.org (Postfix, from userid 605) id 9AF1384DB3; Mon, 8 Mar 2021 23:44:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D69A684DB2 for ; Mon, 8 Mar 2021 23:44:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jN5IUW6kSbhY for ; Mon, 8 Mar 2021 23:44:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 38C8D84DAD for ; Mon, 8 Mar 2021 23:44:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 320F6FA95; Mon, 8 Mar 2021 23:44:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1615247093131590" MIME-Version: 1.0 Date: Mon, 8 Mar 2021 23:44:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/meta-pkgs/bulk-medium To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210308234453.320F6FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1615247093131590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Mar 8 23:44:53 UTC 2021 Modified Files: pkgsrc/meta-pkgs/bulk-medium: Makefile Log Message: bulk-medium: switch from removed re-alpine to alpine bump version To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 pkgsrc/meta-pkgs/bulk-medium/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1615247093131590 Content-Disposition: inline Content-Length: 1034 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/bulk-medium/Makefile diff -u pkgsrc/meta-pkgs/bulk-medium/Makefile:1.69 pkgsrc/meta-pkgs/bulk-medium/Makefile:1.70 --- pkgsrc/meta-pkgs/bulk-medium/Makefile:1.69 Sun Feb 28 17:10:54 2021 +++ pkgsrc/meta-pkgs/bulk-medium/Makefile Mon Mar 8 23:44:53 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.69 2021/02/28 17:10:54 taca Exp $ +# $NetBSD: Makefile,v 1.70 2021/03/08 23:44:53 wiz Exp $ -DISTNAME= bulk-medium-20210228 +DISTNAME= bulk-medium-20210309 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -89,7 +89,7 @@ BUILD_DEPENDS+= imap-uw-[0-9]*:../../mai BUILD_DEPENDS+= mailman-[0-9]*:../../mail/mailman BUILD_DEPENDS+= mhonarc-[0-9]*:../../mail/mhonarc BUILD_DEPENDS+= mutt-[0-9]*:../../mail/mutt -BUILD_DEPENDS+= re-alpine-[0-9]*:../../mail/re-alpine +BUILD_DEPENDS+= alpine-[0-9]*:../../mail/alpine BUILD_DEPENDS+= spamassassin-[0-9]*:../../mail/spamassassin BUILD_DEPENDS+= bind>=9.11<9.12:../../net/bind911 BUILD_DEPENDS+= bind>=9.16<9.17:../../net/bind916 --_----------=_1615247093131590--