Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_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 5275E1A9239 for ; Wed, 5 Jan 2022 14:03:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C979484E81; Wed, 5 Jan 2022 14:03:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1174B84D2D for ; Wed, 5 Jan 2022 14:03:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id cRRtsBGzHz5k for ; Wed, 5 Jan 2022 14:03:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 67EAA84CFC for ; Wed, 5 Jan 2022 14:03:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6152BFAEC; Wed, 5 Jan 2022 14:03:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164139140766440" MIME-Version: 1.0 Date: Wed, 5 Jan 2022 14:03:27 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/mail/qremote To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20220105140327.6152BFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164139140766440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Wed Jan 5 14:03:27 UTC 2022 Modified Files: pkgsrc/mail/qremote: Makefile Log Message: Now that nacl builds more portably, depend on it. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/qremote/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164139140766440 Content-Disposition: inline Content-Length: 823 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/qremote/Makefile diff -u pkgsrc/mail/qremote/Makefile:1.4 pkgsrc/mail/qremote/Makefile:1.5 --- pkgsrc/mail/qremote/Makefile:1.4 Tue Jan 4 21:03:22 2022 +++ pkgsrc/mail/qremote/Makefile Wed Jan 5 14:03:27 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2022/01/04 21:03:22 schmonz Exp $ +# $NetBSD: Makefile,v 1.5 2022/01/05 14:03:27 schmonz Exp $ DISTNAME= qremote-20131231 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE} EXTRACT_SUFX= .tar.bz2 @@ -11,6 +11,7 @@ HOMEPAGE= https://mojzis.com/software/q COMMENT= Experimental qmail-remote replacement with CurveCP support LICENSE= public-domain +DEPENDS+= nacl>=20110221nb3:../../security/nacl DEPENDS+= {ucspi-tcp6-[0-9]*,ucspi-tcp-[0-9]*}:../../net/ucspi-tcp USE_LANGUAGES= c c++ --_----------=_164139140766440--