pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-mod_wsgi Fix PKGNAME to include apache version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ff809544e04
branches:  trunk
changeset: 352202:5ff809544e04
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 09 09:44:52 2016 +0000

description:
Fix PKGNAME to include apache version as well.

diffstat:

 www/py-mod_wsgi/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 78bf2d505eb9 -r 5ff809544e04 www/py-mod_wsgi/Makefile
--- a/www/py-mod_wsgi/Makefile  Fri Sep 09 09:04:52 2016 +0000
+++ b/www/py-mod_wsgi/Makefile  Fri Sep 09 09:44:52 2016 +0000
@@ -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/}
 



Home | Main Index | Thread Index | Old Index