diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-14 21:14:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-14 21:14:48 +0000 |
commit | 09d3ef7b9167c2ac97206a7d3e4441c6a83fe071 (patch) | |
tree | 1b1081f70bdd1123cf13f25415572a6ed320bfe9 /www/b2evolution | |
parent | 0d9f2e67e0a97f7b036c87e1606f98d29417c2c4 (diff) | |
download | ports-09d3ef7b9167c2ac97206a7d3e4441c6a83fe071.tar.gz ports-09d3ef7b9167c2ac97206a7d3e4441c6a83fe071.zip |
Notes
Diffstat (limited to 'www/b2evolution')
-rw-r--r-- | www/b2evolution/Makefile | 6 | ||||
-rw-r--r-- | www/b2evolution/distinfo | 6 | ||||
-rw-r--r-- | www/b2evolution/pkg-message | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/www/b2evolution/Makefile b/www/b2evolution/Makefile index fe78c8571150..49d7f89c5b33 100644 --- a/www/b2evolution/Makefile +++ b/www/b2evolution/Makefile @@ -6,7 +6,7 @@ # PORTNAME= b2evolution -PORTVERSION= 1.9.3 +PORTVERSION= 1.10.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= evocms @@ -20,7 +20,7 @@ PATCH_DEPENDS= unzip:${PORTSDIR}/archivers/unzip USE_ZIP= YES USE_DOS2UNIX= YES -B2EVO_DATE?= 2007-03-10 +B2EVO_DATE?= 2007-06-08 USE_PHP= mysql pcre session xml NO_BUILD= YES WANT_PHP_WEB= YES @@ -49,7 +49,7 @@ do-install: @${CHMOD} 665 ${TARGETDIR}/${B2EVO_DIR}/blogs/conf/_config.php post-install: - @${SED} -e 's|%%TARGETDIR%%|${TARGETDIR}|; s|%%PORTNAME%%|${PORTNAME}|' \ + @${SED} -e 's|%%TARGETDIR%%|${TARGETDIR}|' \ -e 's|%%B2EVO_DIR%%|${B2EVO_DIR}|; s|%%B2EVO_URL%%|${B2EVO_URL}|' \ ${PKGMESSAGE} diff --git a/www/b2evolution/distinfo b/www/b2evolution/distinfo index e44a14548802..936fb132ec21 100644 --- a/www/b2evolution/distinfo +++ b/www/b2evolution/distinfo @@ -1,3 +1,3 @@ -MD5 (b2evolution-1.9.3-2007-03-10.zip) = 1f489cbb100de248d00c1882b2bebdef -SHA256 (b2evolution-1.9.3-2007-03-10.zip) = eceda64a65edfeb7f508705937caaa9216aa2a63841243335ea45bbcd24ceb4a -SIZE (b2evolution-1.9.3-2007-03-10.zip) = 2309651 +MD5 (b2evolution-1.10.2-2007-06-08.zip) = 2d06f979194011b11cc4e87cf356de08 +SHA256 (b2evolution-1.10.2-2007-06-08.zip) = d625ff54618a2a668dd8b7912495fb0fdb473efee33293d359b342aeb5545225 +SIZE (b2evolution-1.10.2-2007-06-08.zip) = 2555991 diff --git a/www/b2evolution/pkg-message b/www/b2evolution/pkg-message index 5f4c7080d0e7..dae6c6d547e7 100644 --- a/www/b2evolution/pkg-message +++ b/www/b2evolution/pkg-message @@ -1,13 +1,13 @@ ================================================================== b2evolution is now installed. If you install it for the first time, -you may have to follow this steps to make it work correctly. +you may need to perform the following steps. 1. Create the MySQL database: # mysqladmin --user=root -p create b2evolution -2. Create a mysql user/password for b2evolution(database): - (change user and/or password if requered) +2. Create a mysql user/password for the b2evolution database: + (change user and/or password if required) # mysql -u root -p mysql> GRANT ALL ON b2evolution.* TO b2evouser@localhost @@ -19,7 +19,7 @@ you may have to follow this steps to make it work correctly. [1;32m# # Directives to allow use of b2evolution # - Alias /%%PORTNAME%% "%%TARGETDIR%%/%%B2EVO_DIR%%/"[m + Alias /%%B2EVO_URL%% "%%TARGETDIR%%/%%B2EVO_DIR%%/"[m 4.Open b2evo installation page in your web browser and login with b2evouser/b2evopassword |