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 943091A9239 for ; Mon, 15 Nov 2021 10:09:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D021884D61; Mon, 15 Nov 2021 10:09:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 17F4784D5F for ; Mon, 15 Nov 2021 10:09:24 +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 bgC0XXyXu3tt for ; Mon, 15 Nov 2021 10:09:23 +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 6C8F384CBC for ; Mon, 15 Nov 2021 10:09:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 69E71FAEC; Mon, 15 Nov 2021 10:09:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1636970963299250" MIME-Version: 1.0 Date: Mon, 15 Nov 2021 10:09:23 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/net/ucspi-udp To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20211115100923.69E71FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1636970963299250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Mon Nov 15 10:09:23 UTC 2021 Modified Files: pkgsrc/net/ucspi-udp: Makefile Log Message: Clean up previous. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ucspi-udp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1636970963299250 Content-Disposition: inline Content-Length: 882 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ucspi-udp/Makefile diff -u pkgsrc/net/ucspi-udp/Makefile:1.1 pkgsrc/net/ucspi-udp/Makefile:1.2 --- pkgsrc/net/ucspi-udp/Makefile:1.1 Mon Nov 15 10:08:17 2021 +++ pkgsrc/net/ucspi-udp/Makefile Mon Nov 15 10:09:23 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2021/11/15 10:08:17 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2021/11/15 10:09:23 schmonz Exp $ GITHUB_PROJECT= tsi-ucspi-udp GITHUB_TAG= ea972137e1da3189237aecc954bff2377398cb36 -DISTNAME= ea972137e1da3189237aecc954bff2377398cb36 +DISTNAME= ${GITHUB_TAG} PKGNAME= ucspi-udp-0.88.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=tempestsecurity/} @@ -13,7 +13,5 @@ HOMEPAGE= https://github.com/tempestsecu COMMENT= Unix Client-Server interface utilities for UDP LICENSE= public-domain -MAKE_JOBS_SAFE= no - .include "../../mk/djbware.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1636970963299250--