Received: by mail.netbsd.org (Postfix, from userid 605) id 4224A84D8A; Fri, 4 Sep 2020 13:17:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BD06584D7F for ; Fri, 4 Sep 2020 13:17: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 GOpJWTL20Ud2 for ; Fri, 4 Sep 2020 13:17:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1F68E84D31 for ; Fri, 4 Sep 2020 13:17:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 18A74FB28; Fri, 4 Sep 2020 13:17:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599225422271040" MIME-Version: 1.0 Date: Fri, 4 Sep 2020 13:17:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/sieve-connect To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200904131702.18A74FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1599225422271040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 4 13:17:02 UTC 2020 Modified Files: pkgsrc/mail/sieve-connect: Makefile Log Message: *: remove p5-Pod-Usage, part of perl To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/sieve-connect/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599225422271040 Content-Disposition: inline Content-Length: 967 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/sieve-connect/Makefile diff -u pkgsrc/mail/sieve-connect/Makefile:1.3 pkgsrc/mail/sieve-connect/Makefile:1.4 --- pkgsrc/mail/sieve-connect/Makefile:1.3 Mon Aug 31 18:10:09 2020 +++ pkgsrc/mail/sieve-connect/Makefile Fri Sep 4 13:17:01 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2020/08/31 18:10:09 wiz Exp $ -# +# $NetBSD: Makefile,v 1.4 2020/09/04 13:17:01 wiz Exp $ DISTNAME= sieve-connect-0.89 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= mail MASTER_SITES= https://people.spodhuis.org/phil.pennock/software/ EXTRACT_SUFX= .tar.bz2 @@ -23,7 +22,6 @@ DEPENDS+= p5-Authen-SASL-[0-9]*:../../s DEPENDS+= p5-IO-Socket-INET6-[0-9]*:../../net/p5-IO-Socket-INET6 DEPENDS+= p5-IO-Socket-SSL>=1.14:../../security/p5-IO-Socket-SSL DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS -DEPENDS+= p5-Pod-Usage-[0-9]*:../../devel/p5-Pod-Usage # optional DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey --_----------=_1599225422271040--