- 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
This commit is contained in:
parent
cd2f5a6cbe
commit
446c3c3c05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242214
3 changed files with 17 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
==================================================================
|
||||
|
|
Loading…
Reference in a new issue