diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-19 15:04:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-19 15:04:44 +0000 |
commit | de3e7175eef8470597fa658324647487c8dac9ff (patch) | |
tree | bc83b918aebee1bc94c3aa7c5bce14d5165f2997 /www/elgg | |
parent | d3d362976cbb3ea6d0ce1f10fe22b7720d138373 (diff) | |
download | ports-de3e7175eef8470597fa658324647487c8dac9ff.tar.gz ports-de3e7175eef8470597fa658324647487c8dac9ff.zip |
Notes
Diffstat (limited to 'www/elgg')
-rw-r--r-- | www/elgg/Makefile | 4 | ||||
-rw-r--r-- | www/elgg/distinfo | 6 | ||||
-rw-r--r-- | www/elgg/files/pkg-message.in | 2 | ||||
-rw-r--r-- | www/elgg/pkg-plist | 4 |
4 files changed, 9 insertions, 7 deletions
diff --git a/www/elgg/Makefile b/www/elgg/Makefile index 135e636851ab..3ed2494ce5b5 100644 --- a/www/elgg/Makefile +++ b/www/elgg/Makefile @@ -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 @@ COMMENT= Blogging and social networking platform 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 --git a/www/elgg/distinfo b/www/elgg/distinfo index c772f0d9a050..759320117cde 100644 --- a/www/elgg/distinfo +++ b/www/elgg/distinfo @@ -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 --git a/www/elgg/files/pkg-message.in b/www/elgg/files/pkg-message.in index 376fa30e2fc3..75f4fc8e400d 100644 --- a/www/elgg/files/pkg-message.in +++ b/www/elgg/files/pkg-message.in @@ -17,7 +17,7 @@ POST-INSTALL CONFIGURATION FOR ELGG 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 --git a/www/elgg/pkg-plist b/www/elgg/pkg-plist index 076c6897b64b..234e4be9dcfa 100644 --- a/www/elgg/pkg-plist +++ b/www/elgg/pkg-plist @@ -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 |