1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 2.5.8

- Add LICENSE
- Add missing php module
This commit is contained in:
Wen Heping 2016-08-15 11:18:56 +00:00
parent 0338e80dcf
commit 4a92a04b07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420227
4 changed files with 660 additions and 782 deletions

View File

@ -2,16 +2,19 @@
# $FreeBSD$
PORTNAME= xoops
PORTVERSION= 2.5.7.1
PORTVERSION= 2.5.8
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/XOOPS%20Core%20%28stable%20releases%29/XOOPS_${PORTVERSION}
DISTNAME= XoopsCore25-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Dynamic Web CMS
LICENSE= GPLv2
BROKEN_powerpc64= Does not build
USE_PHP= mysql
USE_PHP= mysqli filter mbstring iconv xml zlib gd exif
USES= cpe
NO_BUILD= yes
@ -20,12 +23,8 @@ SUB_FILES= pkg-message
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
.for i in checksum.md5 checksum.php
@cd ${WRKSRC} && ${CP} ${i} ${STAGEDIR}${WWWDIR}/
.endfor
.for d in docs extras htdocs
@cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${WWWDIR}
.endfor
@${CHMOD} -R 755 ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (xoops-2.5.7.1.tar.gz) = bf6949ba9854226728b486b0e9885688275774a1aafcb1956e4fc9445e9e9bf6
SIZE (xoops-2.5.7.1.tar.gz) = 5691115
TIMESTAMP = 1471257822
SHA256 (XoopsCore25-2.5.8.tar.gz) = 7e0f64b452f96693b917f77a9b96f9e6b2845786d4fad098c5734929850259ff
SIZE (XoopsCore25-2.5.8.tar.gz) = 6901622

View File

@ -5,7 +5,8 @@ POST-INSTALL CONFIGURATION FOR XOOPS
1) 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 /xoops %%WWWDIR%%/
AcceptPathInfo On
<Directory %%WWWDIR%%>
@ -14,6 +15,15 @@ POST-INSTALL CONFIGURATION FOR XOOPS
Allow from all
</Directory>
For Apache version 2.4.x or above:
Alias /xoops %%WWWDIR%%/
AcceptPathInfo On
<Directory %%WWWDIR%%/>
AllowOverride None
Require all granted
</Directory>
2) Visit your XOOPS site with a browser (i.e.,
http://your.server.com/xoops/htdocs/), and you should
be taken to the install script, which will lead

File diff suppressed because it is too large Load Diff