Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B55F67A20D for ; Fri, 9 Sep 2016 09:44:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 67A3285E68; Fri, 9 Sep 2016 09:44:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EC7FE85E57 for ; Fri, 9 Sep 2016 09:44:52 +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 QbmqBjnLmXsa for ; Fri, 9 Sep 2016 09:44:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8EAA385E22 for ; Fri, 9 Sep 2016 09:44:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 89A7EFBD1; Fri, 9 Sep 2016 09:44:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1473414292241160" MIME-Version: 1.0 Date: Fri, 9 Sep 2016 09:44:52 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-mod_wsgi To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160909094452.89A7EFBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1473414292241160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 9 09:44:52 UTC 2016 Modified Files: pkgsrc/www/py-mod_wsgi: Makefile Log Message: Fix PKGNAME to include apache version as well. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-mod_wsgi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1473414292241160 Content-Disposition: inline Content-Length: 591 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-mod_wsgi/Makefile diff -u pkgsrc/www/py-mod_wsgi/Makefile:1.6 pkgsrc/www/py-mod_wsgi/Makefile:1.7 --- pkgsrc/www/py-mod_wsgi/Makefile:1.6 Sun Aug 28 15:48:36 2016 +++ pkgsrc/www/py-mod_wsgi/Makefile Fri Sep 9 09:44:52 2016 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2016/08/28 15:48:36 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2016/09/09 09:44:52 wiz Exp $ DISTNAME= mod_wsgi-4.4.12 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGNAME= ${PYPKGPREFIX}-${APACHE_PKG_PREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=m/mod_wsgi/} --_----------=_1473414292241160--