From owner-svn-ports-head@freebsd.org Sat Apr 16 01:30:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D4FEAEEC30; Sat, 16 Apr 2016 01:30:30 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E9CC81E70; Sat, 16 Apr 2016 01:30:29 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3G1UTiZ065581; Sat, 16 Apr 2016 01:30:29 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3G1UT4x065579; Sat, 16 Apr 2016 01:30:29 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201604160130.u3G1UT4x065579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 16 Apr 2016 01:30:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413408 - in head/www/e107: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 01:30:30 -0000 Author: wen Date: Sat Apr 16 01:30:28 2016 New Revision: 413408 URL: https://svnweb.freebsd.org/changeset/ports/413408 Log: - Update USE_PHP(add hash, dom and session, replace mysqli with pdo_mysql) - Improve pkg-message(Add the configure for apache-2.4) Modified: head/www/e107/Makefile head/www/e107/files/pkg-message.in Modified: head/www/e107/Makefile ============================================================================== --- head/www/e107/Makefile Sat Apr 16 01:28:21 2016 (r413407) +++ head/www/e107/Makefile Sat Apr 16 01:30:28 2016 (r413408) @@ -3,6 +3,7 @@ PORTNAME= e107 PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20v${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_full @@ -12,7 +13,7 @@ COMMENT= Content management system writt USES= cpe -USE_PHP= mysqli xml exif +USE_PHP= dom exif hash pdo_mysql session xml WRKSRC= ${WRKDIR}/e107 NO_BUILD= yes Modified: head/www/e107/files/pkg-message.in ============================================================================== --- head/www/e107/files/pkg-message.in Sat Apr 16 01:28:21 2016 (r413407) +++ head/www/e107/files/pkg-message.in Sat Apr 16 01:30:28 2016 (r413408) @@ -7,13 +7,23 @@ POST-INSTALL CONFIGURATION FOR e107 2) Add the following to your Apache configuration, and restart the server: - ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later. + For Apache versions earlier than 2.4: + Alias /e107 %%PREFIX%%/%%E107DIR%%/ AcceptPathInfo On AllowOverride None Order Allow,Deny - Allow from all + Allow from all + + + For Apache version 2.4.x or above: + + Alias /e107 %%PREFIX%%/%%E107DIR%%/ + AcceptPathInfo On + + AllowOverride None + Require all granted 3) Visit your e107 site with a browser (i.e.,