diff options
author | wen <wen@FreeBSD.org> | 2009-09-29 08:44:38 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-09-29 08:44:38 +0800 |
commit | 552545cfd8931141855ea4dbdbbd012fe1fefdc8 (patch) | |
tree | 69b441647a151ff4fce3855bce06f1bb6a9f7339 /www/b2evolution | |
parent | 2fe8cad34983523c650e06ac1b343323da35867a (diff) | |
download | freebsd-ports-gnome-552545cfd8931141855ea4dbdbbd012fe1fefdc8.tar.gz freebsd-ports-gnome-552545cfd8931141855ea4dbdbbd012fe1fefdc8.tar.zst freebsd-ports-gnome-552545cfd8931141855ea4dbdbbd012fe1fefdc8.zip |
- Update to 3.3.1
- Take maintainership
PR: ports/139192
Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru>(maintainer)
Approved by: miwi(mentor)
Feature safe: yes
Diffstat (limited to 'www/b2evolution')
-rw-r--r-- | www/b2evolution/Makefile | 8 | ||||
-rw-r--r-- | www/b2evolution/distinfo | 6 | ||||
-rw-r--r-- | www/b2evolution/pkg-message | 10 |
3 files changed, 17 insertions, 7 deletions
diff --git a/www/b2evolution/Makefile b/www/b2evolution/Makefile index cfad532f28b0..4b580d9afd71 100644 --- a/www/b2evolution/Makefile +++ b/www/b2evolution/Makefile @@ -6,12 +6,12 @@ # PORTNAME= b2evolution -PORTVERSION= 2.4.6 +PORTVERSION= 3.3.1 CATEGORIES= www -MASTER_SITES= SF/evocms/${PORTNAME}/b2evo%20${PORTVERSION}-stable +MASTER_SITES= SF/evocms/${PORTNAME}/b2evo-${PORTVERSION}-stable DISTNAME= ${PORTNAME}-${PORTVERSION}-${B2EVO_DATE} -MAINTAINER= svysh@pn.sinp.msu.ru +MAINTAINER= wen@FreeBSD.org COMMENT= A multilingual, multiuser, multi-blog engine PATCH_DEPENDS= unzip:${PORTSDIR}/archivers/unzip @@ -19,7 +19,7 @@ PATCH_DEPENDS= unzip:${PORTSDIR}/archivers/unzip USE_ZIP= YES USE_DOS2UNIX= YES -B2EVO_DATE?= stable-2009-01-12-lc +B2EVO_DATE?= stable-2009-08-08 USE_PHP= mysql pcre session xml NO_BUILD= YES WANT_PHP_WEB= YES diff --git a/www/b2evolution/distinfo b/www/b2evolution/distinfo index 90832d7f20cf..d563402bfc8b 100644 --- a/www/b2evolution/distinfo +++ b/www/b2evolution/distinfo @@ -1,3 +1,3 @@ -MD5 (b2evolution-2.4.6-stable-2009-01-12-lc.zip) = b9e6e9df810fe1efca43d62680b67721 -SHA256 (b2evolution-2.4.6-stable-2009-01-12-lc.zip) = 55ea86168a9d68ef5a972ad30a3935cca419c1a09a175fffae8ab86577f73817 -SIZE (b2evolution-2.4.6-stable-2009-01-12-lc.zip) = 3560775 +MD5 (b2evolution-3.3.1-stable-2009-08-08.zip) = 2e95c82729d6713fe33149d92c8e1981 +SHA256 (b2evolution-3.3.1-stable-2009-08-08.zip) = 816a3dfbc227c9590fc6516e8813ef3219cbabf5b2171bb07204d0e35d2e604c +SIZE (b2evolution-3.3.1-stable-2009-08-08.zip) = 4577052 diff --git a/www/b2evolution/pkg-message b/www/b2evolution/pkg-message index 808a53305054..cb7d39419ee3 100644 --- a/www/b2evolution/pkg-message +++ b/www/b2evolution/pkg-message @@ -24,6 +24,12 @@ you may need to perform the following steps. # Directives to allow use of b2evolution # Alias /%%B2EVO_URL%% "%%PREFIX%%/%%B2EVO_DIR%%/" + AcceptPathInfo On + <Directory /usr/local/www/Wikka-1.2> + AllowOverride None + Order Allow,Deny + Allow from all + </Directory> # 5. Open b2evo installation page in your web browser @@ -41,4 +47,8 @@ you may need to perform the following steps. http://manual.b2evolution.net/Upgrade_from_an_older_version + +More detailed information please visit: + http://manual.b2evolution.net/Install_b2evolution + ================================================================== |