- Update to 1.6.1
- Add missing dependence [1] - Minor changes to pkg-message.in - Minor changes to patch-htaccess_dist - Update my mail address to FreeBSD Submitted by: David Gessel <gessel@blackrosetech.com> (via Email) [1]
This commit is contained in:
parent
edc7863fe9
commit
8994d1fa6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244051
4 changed files with 11 additions and 18 deletions
|
@ -6,15 +6,15 @@
|
|||
#
|
||||
|
||||
PORTNAME= elgg
|
||||
PORTVERSION= 1.6
|
||||
PORTVERSION= 1.6.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://elgg.org/download/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Blogging and social networking platform
|
||||
|
||||
USE_PHP= mysql gd json soap dom
|
||||
USE_PHP= mysql gd json soap dom xml
|
||||
USE_GETTEXT= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (elgg1.6.tar.gz) = 2b66bf0c6d59d800d72ee1f9fab547ae
|
||||
SHA256 (elgg1.6.tar.gz) = 9efaed2b72682fb31367dae064d1b925a573852ee4cab2c2c3715048549efae5
|
||||
SIZE (elgg1.6.tar.gz) = 1647323
|
||||
MD5 (elgg1.6.1.tar.gz) = c82248bb735a35c9268a55b6a761ff88
|
||||
SHA256 (elgg1.6.1.tar.gz) = c2349771d94921ce728c9089511a9d64c972aba3cc4b7d5cd3d12dd63ed62c89
|
||||
SIZE (elgg1.6.1.tar.gz) = 1576041
|
||||
|
|
|
@ -1,18 +1,11 @@
|
|||
--- htaccess_dist.orig 2008-08-22 16:25:51.000000000 +0200
|
||||
+++ htaccess_dist 2008-09-26 10:18:45.000000000 +0200
|
||||
@@ -65,7 +65,7 @@
|
||||
--- htaccess_dist.orig 2009-11-10 10:21:19.000000000 +0800
|
||||
+++ htaccess_dist 2009-11-10 10:22:15.000000000 +0800
|
||||
@@ -114,7 +114,7 @@
|
||||
# If you're not running Elgg in a subdirectory on your site, but still getting lots
|
||||
# of 404 errors beyond the front page, you could instead try:
|
||||
#
|
||||
-#RewriteBase /
|
||||
+RewriteBase /elgg
|
||||
|
||||
RewriteRule ^cron\/$ engine/handlers/cron_handler.php
|
||||
RewriteRule ^action\/([A-Za-z0-9\_\-\/]+)$ engine/handlers/action_handler.php?action=$1
|
||||
|
||||
@@ -84,4 +84,4 @@
|
||||
RewriteRule xml-rpc.php engine/handlers/xml-rpc_handler.php
|
||||
RewriteRule mt/mt-xmlrpc.cgi engine/handlers/xml-rpc_handler.php
|
||||
|
||||
-</IfModule>
|
||||
\ No newline at end of file
|
||||
+</IfModule>
|
||||
|
|
|
@ -15,7 +15,7 @@ and change the AllowOverride setting of the DocumentRoot to
|
|||
Alias /elgg %%WWWDIR%%/
|
||||
AcceptPathInfo On
|
||||
<Directory %%WWWDIR%%>
|
||||
AllowOverride None
|
||||
AllowOverride All
|
||||
Options Indexes FollowSymLinks
|
||||
Order Allow,Deny
|
||||
Allow from all
|
||||
|
|
Loading…
Reference in a new issue