diff options
author | pav <pav@FreeBSD.org> | 2007-06-15 05:14:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-06-15 05:14:48 +0800 |
commit | 7a3f3da9e1a2691d85abc2a187489c3c46c32a78 (patch) | |
tree | 00ac724288bbf183fe06853f124055a02ae90667 /www | |
parent | a7fc8593bb457c4682bf9b1ed4fdbed2b6c72700 (diff) | |
download | freebsd-ports-gnome-7a3f3da9e1a2691d85abc2a187489c3c46c32a78.tar.gz freebsd-ports-gnome-7a3f3da9e1a2691d85abc2a187489c3c46c32a78.tar.zst freebsd-ports-gnome-7a3f3da9e1a2691d85abc2a187489c3c46c32a78.zip |
- Update to 1.10.2
PR: ports/113656
Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer)
Diffstat (limited to 'www')
-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 |