From owner-svn-ports-all@FreeBSD.ORG Sun Mar 9 13:55:20 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D93F6301; Sun, 9 Mar 2014 13:55:20 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C6026B7F; Sun, 9 Mar 2014 13:55:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s29DtKSE070961; Sun, 9 Mar 2014 13:55:20 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s29DtK8q070960; Sun, 9 Mar 2014 13:55:20 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201403091355.s29DtK8q070960@svn.freebsd.org> From: Olli Hauer Date: Sun, 9 Mar 2014 13:55:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347571 - head/www/mod_vhs 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: Sun, 09 Mar 2014 13:55:20 -0000 Author: ohauer Date: Sun Mar 9 13:55:20 2014 New Revision: 347571 URL: http://svnweb.freebsd.org/changeset/ports/347571 QAT: https://qat.redports.org/buildarchive/r347571/ Log: - add stage support - add LICENSE - fix PORTDOCS Modified: head/www/mod_vhs/Makefile Modified: head/www/mod_vhs/Makefile ============================================================================== --- head/www/mod_vhs/Makefile Sun Mar 9 13:34:32 2014 (r347570) +++ head/www/mod_vhs/Makefile Sun Mar 9 13:55:20 2014 (r347571) @@ -10,6 +10,8 @@ DIST_SUBDIR= apache2 MAINTAINER= kiwi@oav.net COMMENT= Mass virtual hosting using mod_ldap or mod_dbd with Apache 2.2.x +LICENSE= APACHE11 + MANUAL_PACKAGE_BUILD= needs apr with LDAP and DBD options enabled USE_APACHE= 22+ @@ -20,7 +22,6 @@ AP_FAST_BUILD= yes AP_GENPLIST= yes SRC_FILE= *.c - AP_INC+= ${LOCALBASE}/include/home \ -I ${LOCALBASE}/include/php \ -I ${LOCALBASE}/include/php/Zend \ @@ -28,7 +29,7 @@ AP_INC+= ${LOCALBASE}/include/home \ -I ${LOCALBASE}/include/php/main AP_EXTRAS+= -DHAVE_MOD_PHP_SUPPORT -PORTDOCS= ChangeLog AUTHORS README README.logs README.mod_suphp WARNING \ +PORTDOCS= ChangeLog AUTHORS README README.logs README.mod_suphp \ README.phpopt THANKS WARNING WARNING.THREADS README.LDAP OPTIONS_DEFINE= LDAP DBD ITK VDEBUG DOCS @@ -38,7 +39,6 @@ DBD_DESC= mod_dbd support ITK_DESC= mpm-itk support (needs a specific apache) VDEBUG_DESC= debug version (very verbose !) -NO_STAGE= yes .include ### mod_vhs options @@ -67,12 +67,8 @@ AP_EXTRAS+= -DVH_DEBUG .endif post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR}/ -.for f in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ -.endfor -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} # TODO : # Add suphp support