Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=PmYc8uPP; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=weU/ZXtF Received: by mail.netbsd.org (Postfix, from userid 605) id 5272F84E9C; Sun, 14 Apr 2024 08:56:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713084964; bh=f7zknXYaV1urCMAcjBM0Z8x/T1Pg0QzRWBUmiwJeezU=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=PmYc8uPPwLaK3C7FgQkkWH5cbdgzzc+Fof0bw1jkJVXP29+6pn8u6MmRysE1SQzjL OVAzWbqAVHsCKy8GYbfyXCTX9z7OXkI90Y+QghCOK5+jApArZwrDGiSZGmbfaP5t4m SgtmR8E37JMqEwB2x6aXQ+wn8SmjE12bB0QK/LD0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 40E5A84D26 for ; Sun, 14 Apr 2024 08:56:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 3J0ChdU0Oh8l for ; Sun, 14 Apr 2024 08:56: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 89FE684D14 for ; Sun, 14 Apr 2024 08:56:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713084962; bh=f7zknXYaV1urCMAcjBM0Z8x/T1Pg0QzRWBUmiwJeezU=; h=Date:From:Subject:To:Reply-To; b=weU/ZXtFyMOEdpJF34GRrSw1Fi7hj1Qh5tXJTSOTueS6BdvidVFrBr1S7CrEMys4o SijuWVNJaUTj4SYBNZjct2EHw0Qw54oYOpijoMX9pu406RHxj0693QGuStEGWRmFLW ktpC2OnTpGLAdZJ+r6FiCkAkDoYCU2OklfhYNfZQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 75BD9FA2C; Sun, 14 Apr 2024 08:56:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713084962138480" MIME-Version: 1.0 Date: Sun, 14 Apr 2024 08:56:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/softether To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240414085602.75BD9FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713084962138480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 14 08:56:02 UTC 2024 Modified Files: pkgsrc/net/softether: Makefile Log Message: softether: insists in readline Bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/softether/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713084962138480 Content-Disposition: inline Content-Length: 914 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/softether/Makefile diff -u pkgsrc/net/softether/Makefile:1.1 pkgsrc/net/softether/Makefile:1.2 --- pkgsrc/net/softether/Makefile:1.1 Thu Mar 7 11:48:35 2024 +++ pkgsrc/net/softether/Makefile Sun Apr 14 08:56:02 2024 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2024/03/07 11:48:35 hauke Exp $ +# $NetBSD: Makefile,v 1.2 2024/04/14 08:56:02 wiz Exp $ NAME= softether VERSION= 5.02.5181 PKGNAME= ${NAME}-${VERSION} +PKGREVISION= 1 DISTNAME= ${GITHUB_PROJECT}-${GITHUB_RELEASE} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=SoftEtherVPN/} @@ -52,7 +53,7 @@ post-install: .endfor .include "../../mk/curses.buildlink3.mk" -.include "../../mk/readline.buildlink3.mk" +.include "../../devel/readline/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../security/libsodium/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" --_----------=_1713084962138480--