Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2008 06:45:58 GMT
From:      Wen heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/124704: [Maintainer Update] www/elgg: update to 0.9.2
Message-ID:  <200806180645.m5I6jwPh066693@www.freebsd.org>
Resent-Message-ID: <200806180650.m5I6o2Lr073748@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         124704
>Category:       ports
>Synopsis:       [Maintainer Update] www/elgg: update to 0.9.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 18 06:50:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen heping
>Release:        FreeBSD 7.0 release
>Organization:
ChangAn Middle School
>Environment:
FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
update to 0.9.2 from 0.9.1
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -curN elgg/Makefile elgg.new/Makefile
--- elgg/Makefile	2008-06-06 22:06:50.000000000 +0800
+++ elgg.new/Makefile	2008-06-18 19:10:16.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	elgg
-PORTVERSION=	0.9.1
+PORTVERSION=	0.9.2
 PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	SF
@@ -16,7 +16,7 @@
 
 USE_PHP=	gd gettext
 USE_GETTEXT=	yes
-WRKSRC=		${WRKDIR}/elgg-0.9.1
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 OPTIONS=	MYSQL   "Add support for a MySQL database server" ON \
 		PGSQL   "Add support for a PostgreSQL database server" Off \
diff -curN elgg/distinfo elgg.new/distinfo
--- elgg/distinfo	2008-03-02 14:20:20.000000000 +0800
+++ elgg.new/distinfo	2008-06-18 19:07:15.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (elgg-0.9.1.tar.gz) = 19202fe63a92ec73c79cda06b12036f3
-SHA256 (elgg-0.9.1.tar.gz) = 7e25b6d2db902609f4de76e50c433477c65e937911e96867d2464bdb411a33fb
-SIZE (elgg-0.9.1.tar.gz) = 6298176
+MD5 (elgg-0.9.2.tar.gz) = 3800a7e70afe8eb374394e262ce03ce4
+SHA256 (elgg-0.9.2.tar.gz) = f6106e2e619ad2ea9c97571b449b5e39dcdafab6a8abd3ffd779fedb46a7c13f
+SIZE (elgg-0.9.2.tar.gz) = 6295363
diff -curN elgg/files/pkg-message.in elgg.new/files/pkg-message.in
--- elgg/files/pkg-message.in	2008-03-02 14:20:20.000000000 +0800
+++ elgg.new/files/pkg-message.in	2008-06-18 19:06:43.000000000 +0800
@@ -17,7 +17,7 @@
       Allow from all
    </Directory>
 
-3) Visit your Moodle site with a browser (i.e.,
+3) Visit your Elgg site with a browser (i.e.,
    http://your.server.com/elgg/), and you should
    be taken to the install.php script, which will lead
    you through creating a config.php file and then
diff -curN elgg/pkg-plist elgg.new/pkg-plist
--- elgg/pkg-plist	2008-03-02 14:20:20.000000000 +0800
+++ elgg.new/pkg-plist	2008-06-18 19:24:07.000000000 +0800
@@ -1,4 +1,5 @@
 %%WWWDIR%%/.htaccess
+%%WWWDIR%%/.gitignore
 %%WWWDIR%%/allpostsfeed.php
 %%WWWDIR%%/allpostssummary.php
 %%WWWDIR%%/auth/internal/lib.php
@@ -296,6 +297,7 @@
 %%WWWDIR%%/lib/elgglib.php
 %%WWWDIR%%/lib/engine.php
 %%WWWDIR%%/lib/filelib.php
+%%WWWDIR%%/lib/global.js
 %%WWWDIR%%/lib/html2text.php
 %%WWWDIR%%/lib/iconslib.php
 %%WWWDIR%%/lib/kses.php
@@ -512,6 +514,7 @@
 %%WWWDIR%%/mod/commentwall/postgres7.sql
 %%WWWDIR%%/mod/commentwall/replyto.php
 %%WWWDIR%%/mod/commentwall/template
+%%WWWDIR%%/mod/commentwall/walltowall.php
 %%WWWDIR%%/mod/community/INSTALL
 %%WWWDIR%%/mod/community/LICENSE
 %%WWWDIR%%/mod/community/README
@@ -3225,7 +3228,6 @@
 @dirrm %%WWWDIR%%/mod/commentwall/images
 @dirrm %%WWWDIR%%/mod/commentwall/lib
 @dirrm %%WWWDIR%%/mod/commentwall
-@dirrm %%WWWDIR%%/mod/community/languages
 @dirrm %%WWWDIR%%/mod/community/lib
 @dirrm %%WWWDIR%%/mod/community/templates
 @dirrm %%WWWDIR%%/mod/community


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806180645.m5I6jwPh066693>