pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-mod_wsgi



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.

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/}
 



Home | Main Index | Thread Index | Old Index