Received: by mail.netbsd.org (Postfix, from userid 605) id 8F2F784D92; Sun, 29 Jul 2018 23:51:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C858684D77 for ; Sun, 29 Jul 2018 23:51:03 +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 pSEgMcGIL5s2 for ; Sun, 29 Jul 2018 23:51:03 +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 EA80F84D35 for ; Sun, 29 Jul 2018 23:51:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DCF79FBEC; Sun, 29 Jul 2018 23:51:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1532908262234380" MIME-Version: 1.0 Date: Sun, 29 Jul 2018 23:51:02 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/net/publicfile-run To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20180729235102.DCF79FBEC@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. --_----------=_1532908262234380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sun Jul 29 23:51:02 UTC 2018 Modified Files: pkgsrc/net/publicfile-run: Makefile Log Message: We depend on publicfile, so we don't need to duplicate its dependencies on daemontools and ucspi-tcp{6,}. Bump version. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/publicfile-run/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1532908262234380 Content-Disposition: inline Content-Length: 836 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/publicfile-run/Makefile diff -u pkgsrc/net/publicfile-run/Makefile:1.4 pkgsrc/net/publicfile-run/Makefile:1.5 --- pkgsrc/net/publicfile-run/Makefile:1.4 Wed Jul 25 16:32:34 2018 +++ pkgsrc/net/publicfile-run/Makefile Sun Jul 29 23:51:02 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2018/07/25 16:32:34 schmonz Exp $ +# $NetBSD: Makefile,v 1.5 2018/07/29 23:51:02 schmonz Exp $ -DISTNAME= publicfile-run-20180725 +DISTNAME= publicfile-run-20180730 CATEGORIES= net MASTER_SITES= # empty DISTFILES= # empty @@ -10,8 +10,6 @@ COMMENT= Configures publicfile to serve LICENSE= 2-clause-bsd DEPENDS+= publicfile>=0.52:../../net/publicfile -DEPENDS+= daemontools-[0-9]*:../../sysutils/daemontools -DEPENDS+= ucspi-tcp6-[0-9]*:../../net/ucspi-tcp6 WRKSRC= ${WRKDIR} NO_BUILD= yes --_----------=_1532908262234380--