Received: by mail.netbsd.org (Postfix, from userid 605) id DD53685054; Mon, 30 Apr 2018 13:20:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 621038505A for ; Mon, 30 Apr 2018 13:20:21 +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 nwrIvPXcnRyO for ; Mon, 30 Apr 2018 13:20:21 +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 C162685054 for ; Mon, 30 Apr 2018 13:20:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B6D2EFBEC; Mon, 30 Apr 2018 13:20:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152509442043630" MIME-Version: 1.0 Date: Mon, 30 Apr 2018 13:20:20 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/www/ap2-passenger To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20180430132020.B6D2EFBEC@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. --_----------=_152509442043630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Mon Apr 30 13:20:20 UTC 2018 Modified Files: pkgsrc/www/ap2-passenger: Makefile Log Message: Allow PKGREVISION'd passenger package as dependency. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ap2-passenger/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152509442043630 Content-Disposition: inline Content-Length: 764 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ap2-passenger/Makefile diff -u pkgsrc/www/ap2-passenger/Makefile:1.2 pkgsrc/www/ap2-passenger/Makefile:1.3 --- pkgsrc/www/ap2-passenger/Makefile:1.2 Sun Apr 29 21:32:07 2018 +++ pkgsrc/www/ap2-passenger/Makefile Mon Apr 30 13:20:20 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2018/04/29 21:32:07 adam Exp $ +# $NetBSD: Makefile,v 1.3 2018/04/30 13:20:20 fhajny Exp $ PKGNAME= ${APACHE_PKG_PREFIX}-${RUBY_PKGPREFIX}-${DISTNAME} PKGREVISION= 1 @@ -6,7 +6,7 @@ COMMENT= Passenger module for Apache 2. BUILDLINK_DEPMETHOD.curl= build -DEPENDS+= ${RUBY_PKGPREFIX}-${DISTNAME}:../../www/passenger +DEPENDS+= ${RUBY_PKGPREFIX}-${DISTNAME}{,nb*}:../../www/passenger .include "../../www/passenger/Makefile.common" --_----------=_152509442043630--