From owner-svn-ports-all@FreeBSD.ORG Tue Apr 15 18:46:39 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A129E7A; Tue, 15 Apr 2014 18:46:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A6A01DD6; Tue, 15 Apr 2014 18:46:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FIkdYV076846; Tue, 15 Apr 2014 18:46:39 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3FIkclo076839; Tue, 15 Apr 2014 18:46:38 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201404151846.s3FIkclo076839@svn.freebsd.org> From: Olli Hauer Date: Tue, 15 Apr 2014 18:46:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351359 - in head: . devel/viewvc www/mod_python3 www/mod_python33 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 18:46:39 -0000 Author: ohauer Date: Tue Apr 15 18:46:37 2014 New Revision: 351359 URL: http://svnweb.freebsd.org/changeset/ports/351359 QAT: https://qat.redports.org/buildarchive/r351359/ Log: - move www/mod_python3 -> www/mod_python33 - use DIST_SUBDIR - adjust devel/viewvc + add OPTION for www/mod_python35 - add entry to UPDATING and MOVED with hat apache@ Added: head/www/mod_python33/ - copied from r351357, head/www/mod_python3/ Deleted: head/www/mod_python3/ Modified: head/MOVED head/UPDATING head/devel/viewvc/Makefile head/www/mod_python33/Makefile head/www/mod_python33/distinfo Modified: head/MOVED ============================================================================== --- head/MOVED Tue Apr 15 18:33:49 2014 (r351358) +++ head/MOVED Tue Apr 15 18:46:37 2014 (r351359) @@ -5997,3 +5997,4 @@ math/umatrix||2014-04-13|Has expired: Un lang/f77||2014-04-13|Has expired: Unmaintained since 2001 security/labrea||2014-04-14|Has expired: Unmaintained since 2003 lang/dmd|lang/dmd1|2014-04-14|Upline no longer supports dmd 1.X, it is now the secondary dmd port. +www/mod_python3|www/mod_python33|2014-04-15|Port moved to reflect PKGNAMESUFFIX Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Apr 15 18:33:49 2014 (r351358) +++ head/UPDATING Tue Apr 15 18:46:37 2014 (r351359) @@ -5,6 +5,24 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140415: + AFFECTS: Users of mod_python3 + AUTHOR: ohauer@FreeBSD.org + + www/mod_python3 was renamed to www/mod_python33, additional www/mod_python35 + with support for apache24 was added to the portstree. + + To reflect the new port location use: + + pkgng users: + # pkg set -o www/mod_python3:www/mod_python33 + + portmaster users: + # portmaster -o www/mod_python33 www/mod_python3 + + portupgrade users: + # portugrade -o www/mod_python33 www/mod_python3 + 20140414: AFFECTS: Users of dmd 1.X and dmd 2.x. AUTHOR: cy@FreeBSD.org @@ -83,8 +101,8 @@ you update your ports collection, before AFFECTS: users of textproc/elasticsearch AUTHOR: tj@FreeBSD.org - Elasticsearch has been updated to version 1.1.0. If you are updating - from a version prior to 1.0.0 you will need to do a full cluster + Elasticsearch has been updated to version 1.1.0. If you are updating + from a version prior to 1.0.0 you will need to do a full cluster shutdown for this update as it can not be performed in a rolling fashion. Modified: head/devel/viewvc/Makefile ============================================================================== --- head/devel/viewvc/Makefile Tue Apr 15 18:33:49 2014 (r351358) +++ head/devel/viewvc/Makefile Tue Apr 15 18:46:37 2014 (r351359) @@ -18,18 +18,20 @@ OPTIONS_DEFAULT= WEBSRV APACHE SVN OPTIONS_SINGLE= WEBSRV APMOD OPTIONS_SINGLE_WEBSRV= APACHE LIGHTTPD -OPTIONS_SINGLE_APMOD= MODPYTHON3 MODWSGI3 +OPTIONS_SINGLE_APMOD= MODPYTHON33 MODPYTHON35 MODWSGI3 WEBSRV_DESC= Enable web server support APMOD_DESC= depend on optional Apache module MODWSGI3_DESC= Enable mod_wsgi3 support -MODPYTHON3_DESC= Enable mod_python3 support +MODPYTHON33_DESC= Enable mod_python33 support +MODPYTHON35_DESC= Enable mod_python35 support MYSQL_DESC= Bonsai-like repository query facilities APACHE_USE= APACHE_RUN=22+ LIGHTTPD_RUN_DEPENDS= lighttpd:${PORTSDIR}/www/lighttpd -MODPYTHON3_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_python>=3.3:${PORTSDIR}/www/mod_python3 +MODPYTHON33_RUN_DEPENDS=${APACHE_PKGNAMEPREFIX}mod_python33>=3.3:${PORTSDIR}/www/mod_python33 +MODPYTHON35_RUN_DEPENDS=${APACHE_PKGNAMEPREFIX}mod_python35>=3.5:${PORTSDIR}/www/mod_python35 MODWSGI3_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_wsgi3>=3.3:${PORTSDIR}/www/mod_wsgi3 SVN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>=0:${PORTSDIR}/devel/py-subversion MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb Modified: head/www/mod_python33/Makefile ============================================================================== --- head/www/mod_python3/Makefile Tue Apr 15 17:45:54 2014 (r351357) +++ head/www/mod_python33/Makefile Tue Apr 15 18:46:37 2014 (r351359) @@ -3,12 +3,13 @@ PORTNAME= mod_python PORTVERSION= 3.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} MASTER_SITE_SUBDIR= modpython PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} -EXTRACT_SUFX= .tgz +PKGNAMESUFFIX= 33 +DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= Apache module that embeds the Python interpreter within the server @@ -17,10 +18,9 @@ LICENSE= APACHE20 USE_APACHE= 22 USE_PYTHON= yes +USES= tar:tgz INSTALLS_EGGINFO= yes -LATEST_LINK= mod_python3 - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-apxs="${APXS}" \ --with-python="${PYTHON_CMD}" \ Modified: head/www/mod_python33/distinfo ============================================================================== --- head/www/mod_python3/distinfo Tue Apr 15 17:45:54 2014 (r351357) +++ head/www/mod_python33/distinfo Tue Apr 15 18:46:37 2014 (r351359) @@ -1,2 +1,2 @@ -SHA256 (mod_python-3.3.1.tgz) = ad2331fd5fcfd720ef9e3482973fc2d06eff36ba0c44693cfa42056a62175a6b -SIZE (mod_python-3.3.1.tgz) = 447954 +SHA256 (apache2/mod_python-3.3.1.tgz) = ad2331fd5fcfd720ef9e3482973fc2d06eff36ba0c44693cfa42056a62175a6b +SIZE (apache2/mod_python-3.3.1.tgz) = 447954