1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Update to 2.5.10

- Update pkg-message
- Take maintainership
This commit is contained in:
Wen Heping 2020-04-25 23:46:28 +00:00
parent 32ae1e2979
commit ba832bf2ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532988
4 changed files with 981 additions and 557 deletions

View File

@ -2,12 +2,12 @@
# $FreeBSD$
PORTNAME= xoops
PORTVERSION= 2.5.8
PORTVERSION= 2.5.10
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/XOOPS%20Core%20%28stable%20releases%29/XOOPS_${PORTVERSION}
DISTNAME= XoopsCore25-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= wen@FreeBSD.org
COMMENT= Dynamic Web CMS
LICENSE= GPLv2

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1471257822
SHA256 (XoopsCore25-2.5.8.tar.gz) = 7e0f64b452f96693b917f77a9b96f9e6b2845786d4fad098c5734929850259ff
SIZE (XoopsCore25-2.5.8.tar.gz) = 6901622
TIMESTAMP = 1587835942
SHA256 (XoopsCore25-2.5.10.tar.gz) = 0947834f3943b9352ae3dc21235d83593a60948092c9490a54dbe02aa95202eb
SIZE (XoopsCore25-2.5.10.tar.gz) = 10257685

View File

@ -4,18 +4,6 @@
1) Add the following to your Apache configuration, and
restart the server:
For Apache versions earlier than 2.4:
Alias /xoops %%WWWDIR%%/
AcceptPathInfo On
<Directory %%WWWDIR%%>
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
For Apache version 2.4.x or above:
Alias /xoops %%WWWDIR%%/
AcceptPathInfo On
<Directory %%WWWDIR%%/>

File diff suppressed because it is too large Load Diff