- Update to 2.1.8
- Remove the lines about apache-2.2 from pkg-message
This commit is contained in:
parent
f46c362648
commit
e01dc4c29b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475136
3 changed files with 4 additions and 16 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= e107
|
||||
PORTVERSION= 2.1.7
|
||||
PORTVERSION= 2.1.8
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20v${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}_full
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1514402645
|
||||
SHA256 (e107_2.1.7_full.tar.gz) = 81da1d1b76dc6e99ef25c1c06120c0986cbf333a93c5890e636933c46a46f45d
|
||||
SIZE (e107_2.1.7_full.tar.gz) = 14864863
|
||||
TIMESTAMP = 1532309558
|
||||
SHA256 (e107_2.1.8_full.tar.gz) = 93bfa733695daa9eb0830df0834bd3fd936970bafca1b51d083ee353834d5da6
|
||||
SIZE (e107_2.1.8_full.tar.gz) = 14968620
|
||||
|
|
|
@ -7,18 +7,6 @@ POST-INSTALL CONFIGURATION FOR e107
|
|||
2) Add the following to your Apache configuration, and
|
||||
restart the server:
|
||||
|
||||
For Apache versions earlier than 2.4:
|
||||
|
||||
Alias /e107 %%PREFIX%%/%%E107DIR%%/
|
||||
AcceptPathInfo On
|
||||
<Directory %%PREFIX%%/%%E107DIR%%>
|
||||
AllowOverride None
|
||||
Order Allow,Deny
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
For Apache version 2.4.x or above:
|
||||
|
||||
Alias /e107 %%PREFIX%%/%%E107DIR%%/
|
||||
AcceptPathInfo On
|
||||
<Directory %%PREFIX%%/%%E107DIR%%/>
|
||||
|
|
Loading…
Reference in a new issue