Received: by mail.netbsd.org (Postfix, from userid 605) id 4626684D5E; Sun, 28 Feb 2021 22:57:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E9D384D53 for ; Sun, 28 Feb 2021 22:57:02 +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 USk2DwG6TTWa for ; Sun, 28 Feb 2021 22:57:02 +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 17B7684CE0 for ; Sun, 28 Feb 2021 22:57:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F278FA95; Sun, 28 Feb 2021 22:57:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614553022257680" MIME-Version: 1.0 Date: Sun, 28 Feb 2021 22:57:02 +0000 From: "John Nemeth" Subject: CVS commit: pkgsrc/comms To: pkgsrc-changes@NetBSD.org Reply-To: jnemeth@netbsd.org X-Mailer: log_accum Message-Id: <20210228225702.0F278FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614553022257680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jnemeth Date: Sun Feb 28 22:57:01 UTC 2021 Modified Files: pkgsrc/comms: Makefile Log Message: asterisk14 was deleted To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 pkgsrc/comms/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614553022257680 Content-Disposition: inline Content-Length: 541 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/comms/Makefile diff -u pkgsrc/comms/Makefile:1.119 pkgsrc/comms/Makefile:1.120 --- pkgsrc/comms/Makefile:1.119 Wed Feb 17 14:09:42 2021 +++ pkgsrc/comms/Makefile Sun Feb 28 22:57:01 2021 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.119 2021/02/17 14:09:42 fcambus Exp $ +# $NetBSD: Makefile,v 1.120 2021/02/28 22:57:01 jnemeth Exp $ # COMMENT= Communication utilities SUBDIR+= asterisk-sounds-de-x9media SUBDIR+= asterisk13 -SUBDIR+= asterisk14 SUBDIR+= asterisk15 SUBDIR+= asterisk16 SUBDIR+= binkd --_----------=_1614553022257680--