[Midnightbsd-cvs] mports [18362] trunk/www: move mod_python to a versioned version

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 27 12:19:48 EDT 2015


Revision: 18362
          http://svnweb.midnightbsd.org/mports/?rev=18362
Author:   laffer1
Date:     2015-03-27 12:19:47 -0400 (Fri, 27 Mar 2015)
Log Message:
-----------
move mod_python to a versioned version

Modified Paths:
--------------
    trunk/www/Makefile
    trunk/www/mod_python33/Makefile

Added Paths:
-----------
    trunk/www/mod_python33/

Removed Paths:
-------------
    trunk/www/mod_python3/

Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile	2015-03-27 02:37:39 UTC (rev 18361)
+++ trunk/www/Makefile	2015-03-27 16:19:47 UTC (rev 18362)
@@ -52,7 +52,7 @@
 SUBDIR += mod_fastcgi
 SUBDIR += mod_perl2
 SUBDIR += mod_php5
-SUBDIR += mod_python3
+SUBDIR += mod_python33
 SUBDIR += mod_wsgi3
 SUBDIR += moinmoin
 SUBDIR += nanoblogger

Modified: trunk/www/mod_python33/Makefile
===================================================================
--- trunk/www/mod_python3/Makefile	2015-03-27 02:37:39 UTC (rev 18361)
+++ trunk/www/mod_python33/Makefile	2015-03-27 16:19:47 UTC (rev 18362)
@@ -7,6 +7,7 @@
 MASTER_SITES=	${MASTER_SITE_APACHE_HTTPD}
 MASTER_SITE_SUBDIR=	modpython
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
+PKGNAMESUFFIX=        33
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -15,12 +16,11 @@
 LICENSE=	apache2
 
 USE_APACHE=	22
-USE_PYTHON=	yes
+USES=		python
 
 MAKE_ARGS+=	APXS=${APXS}
 
 INSTALLS_EGGINFO=	yes
-LATEST_LINK=	mod_python3
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" \
 		--without-flex



More information about the Midnightbsd-cvs mailing list