Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 58ED11A9239 for ; Sun, 1 Nov 2020 10:31:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C698A84D51; Sun, 1 Nov 2020 10:31:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4F39084D48 for ; Sun, 1 Nov 2020 10:31:23 +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 OMTCHPFwjS00 for ; Sun, 1 Nov 2020 10:31:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A6EEC84CFD for ; Sun, 1 Nov 2020 10:31:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9F505FB28; Sun, 1 Nov 2020 10:31:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160422668226010" MIME-Version: 1.0 Date: Sun, 1 Nov 2020 10:31:22 +0000 From: "S.P.Zeidler" Subject: CVS commit: pkgsrc/devel/rt4 To: pkgsrc-changes@NetBSD.org Reply-To: spz@netbsd.org X-Mailer: log_accum Message-Id: <20201101103122.9F505FB28@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. --_----------=_160422668226010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: spz Date: Sun Nov 1 10:31:22 UTC 2020 Modified Files: pkgsrc/devel/rt4: Makefile Log Message: move comment so it makes more sense To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/rt4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160422668226010 Content-Disposition: inline Content-Length: 1102 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/rt4/Makefile diff -u pkgsrc/devel/rt4/Makefile:1.37 pkgsrc/devel/rt4/Makefile:1.38 --- pkgsrc/devel/rt4/Makefile:1.37 Wed Sep 23 22:54:14 2020 +++ pkgsrc/devel/rt4/Makefile Sun Nov 1 10:31:22 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2020/09/23 22:54:14 mef Exp $ +# $NetBSD: Makefile,v 1.38 2020/11/01 10:31:22 spz Exp $ DISTNAME= rt-4.2.16 PKGNAME= ${DISTNAME:S/rt/rt4/} @@ -90,13 +90,13 @@ DEPENDS+= p5-XML-RSS>=1.05:../../textpro DEPENDS+= p5-HTML-Mason>=1.43:../../www/p5-HTML-Mason # Mailgate dependencies +# Net::SSL is a part of p5-Crypt-SSLeay. DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay #DEPENDS+= {perl>=5,p5-Getopt-Long-[0-9]*}:../../devel/p5-Getopt-Long DEPENDS+= p5-LWP-Protocol-https-[0-9]*:../../www/p5-LWP-Protocol-https # LWP::UserAgent is a part of p5-libwww. DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-Mozilla-CA-[0-9]*:../../security/p5-Mozilla-CA -# Net::SSL is a part of p5-Crypt-SSLeay. #DEPENDS+= {perl>=5.6.0,p5-Pod-Usage-[0-9]*}:../../devel/p5-Pod-Usage # CLI dependencies --_----------=_160422668226010--