pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ap-uwsgi



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Mar 26 09:34:29 UTC 2018

Modified Files:
        pkgsrc/www/ap-uwsgi: Makefile

Log Message:
ap-uwsgi: added CONFLICT with apache24>=2.4.30 as mod_proxy_uwsgi is built-in


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ap-uwsgi/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/ap-uwsgi/Makefile
diff -u pkgsrc/www/ap-uwsgi/Makefile:1.2 pkgsrc/www/ap-uwsgi/Makefile:1.3
--- pkgsrc/www/ap-uwsgi/Makefile:1.2    Fri Mar 16 23:39:33 2018
+++ pkgsrc/www/ap-uwsgi/Makefile        Mon Mar 26 09:34:29 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/03/16 23:39:33 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2018/03/26 09:34:29 adam Exp $
 
 .include  "../../www/py-uwsgi/Makefile.common"
 
@@ -7,6 +7,8 @@ LICENSE=        apache-2.0
 PKGNAME=       ${APACHE_PKG_PREFIX}-${DISTNAME}
 COMMENT=       Apache proxy backend for the uWSGI protocol
 
+CONFLICTS+=    apache24>=2.4.30
+
 APACHE_MODULE=         YES
 APACHE_MODULE_SRCDIR=  ${WRKSRC}/apache2
 APACHE_MODULE_SRC=     mod_proxy_uwsgi.c



Home | Main Index | Thread Index | Old Index