From owner-svn-ports-all@FreeBSD.ORG Tue Apr 15 16:00:50 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 E3D80E04; Tue, 15 Apr 2014 16:00:50 +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 D11711B8F; Tue, 15 Apr 2014 16:00:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FG0oUp006664; Tue, 15 Apr 2014 16:00:50 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3FG0oCZ006662; Tue, 15 Apr 2014 16:00:50 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201404151600.s3FG0oCZ006662@svn.freebsd.org> From: Olli Hauer Date: Tue, 15 Apr 2014 16:00:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351347 - head/www/mod_python3 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 16:00:51 -0000 Author: ohauer Date: Tue Apr 15 16:00:50 2014 New Revision: 351347 URL: http://svnweb.freebsd.org/changeset/ports/351347 QAT: https://qat.redports.org/buildarchive/r351347/ Log: - add stage support - add LICENSE Modified: head/www/mod_python3/Makefile head/www/mod_python3/pkg-plist Modified: head/www/mod_python3/Makefile ============================================================================== --- head/www/mod_python3/Makefile Tue Apr 15 15:58:00 2014 (r351346) +++ head/www/mod_python3/Makefile Tue Apr 15 16:00:50 2014 (r351347) @@ -13,6 +13,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= apache@FreeBSD.org COMMENT= Apache module that embeds the Python interpreter within the server +LICENSE= APACHE20 + USE_APACHE= 22 USE_PYTHON= yes @@ -28,12 +30,8 @@ LDFLAGS+= -L${LOCALBASE}/lib MAKE_ARGS+= APXS=${APXS} MAKE_ENV= EXPR_COMPAT=yes -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} - # You need to install apache & mod_python before you run this regression-test: build - @cd ${WRKSRC} && ${MAKE} check + -@${MAKE} check -C ${WRKSRC} .include Modified: head/www/mod_python3/pkg-plist ============================================================================== --- head/www/mod_python3/pkg-plist Tue Apr 15 15:58:00 2014 (r351346) +++ head/www/mod_python3/pkg-plist Tue Apr 15 16:00:50 2014 (r351347) @@ -1,6 +1,3 @@ -%%APACHEMODDIR%%/%%AP_MODULE%% -@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F -@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F %%PYTHON_SITELIBDIR%%/mod_python/Cookie.py %%PYTHON_SITELIBDIR%%/mod_python/Cookie.pyc %%PYTHON_SITELIBDIR%%/mod_python/Cookie.pyo @@ -38,4 +35,7 @@ %%PYTHON_SITELIBDIR%%/mod_python/util.py %%PYTHON_SITELIBDIR%%/mod_python/util.pyc %%PYTHON_SITELIBDIR%%/mod_python/util.pyo +%%APACHEMODDIR%%/%%AP_MODULE%% +@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F +@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F @dirrm %%PYTHON_SITELIBDIR%%/mod_python