aboutsummaryrefslogtreecommitdiffstats
path: root/www/elgg
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2009-11-10 10:46:00 +0800
committerwen <wen@FreeBSD.org>2009-11-10 10:46:00 +0800
commitc5c85c7de778bf991852940f42387f6f08a7ee3d (patch)
treefc3734811ae166bf4d091645b1e2871c02c1c209 /www/elgg
parent238d495040055f96698e409f0838736377552155 (diff)
downloadfreebsd-ports-gnome-c5c85c7de778bf991852940f42387f6f08a7ee3d.tar.gz
freebsd-ports-gnome-c5c85c7de778bf991852940f42387f6f08a7ee3d.tar.zst
freebsd-ports-gnome-c5c85c7de778bf991852940f42387f6f08a7ee3d.zip
- 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]
Diffstat (limited to 'www/elgg')
-rw-r--r--www/elgg/Makefile6
-rw-r--r--www/elgg/distinfo6
-rw-r--r--www/elgg/files/patch-htaccess_dist15
-rw-r--r--www/elgg/files/pkg-message.in2
4 files changed, 11 insertions, 18 deletions
diff --git a/www/elgg/Makefile b/www/elgg/Makefile
index 56f294f41d41..948c7018cd12 100644
--- a/www/elgg/Makefile
+++ b/www/elgg/Makefile
@@ -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}
diff --git a/www/elgg/distinfo b/www/elgg/distinfo
index 40a4ea6a5448..bcdf94f68fd5 100644
--- a/www/elgg/distinfo
+++ b/www/elgg/distinfo
@@ -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
diff --git a/www/elgg/files/patch-htaccess_dist b/www/elgg/files/patch-htaccess_dist
index 495a77302c42..26a04a47cf73 100644
--- a/www/elgg/files/patch-htaccess_dist
+++ b/www/elgg/files/patch-htaccess_dist
@@ -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>
diff --git a/www/elgg/files/pkg-message.in b/www/elgg/files/pkg-message.in
index 2e11881abb25..51553c5f348c 100644
--- a/www/elgg/files/pkg-message.in
+++ b/www/elgg/files/pkg-message.in
@@ -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