mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 1.6.6
PR: 166274 Submitted by: Terry Sposato <tabmow@freenode.net>
This commit is contained in:
parent
e2e1a6a497
commit
fd5917ddaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294504
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= mybb
|
||||
PORTVERSION= 1.6.5
|
||||
PORTVERSION= 1.6.6
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://cloud.github.com/downloads/mybb/mybb16/
|
||||
DISTNAME= ${PORTNAME}_1605
|
||||
DISTNAME= ${PORTNAME}_1606
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= A PHP-based bulletin board / discussion forum system
|
||||
@ -28,7 +28,7 @@ do-install:
|
||||
@${MKDIR} ${WWWDIR}
|
||||
${CP} -R ${WRKSRC}/ ${WWWDIR}
|
||||
${TOUCH} ${WWWDIR}/inc/config.php
|
||||
@${CHOWN} ${WWWOWN} ${WWWDIR}/inc/config.php
|
||||
@${CHOWN} ${WWWOWN} ${WWWDIR}/inc/config.php ${WWWDIR}/inc/settings.php
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
create-plist:
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mybb_1605.zip) = 8ade210c11a2a2448776991d89839f79661ac7e7758504e25e429df1b7fba125
|
||||
SIZE (mybb_1605.zip) = 1926651
|
||||
SHA256 (mybb_1606.zip) = 0321bc8cc0b247c981ccd203f49462c476ab2f29b4fd8686c884f61ca9bef273
|
||||
SIZE (mybb_1606.zip) = 1927467
|
||||
|
@ -708,6 +708,7 @@
|
||||
%%WWWDIR%%/install/resources/upgrade2.php
|
||||
%%WWWDIR%%/install/resources/upgrade20.php
|
||||
%%WWWDIR%%/install/resources/upgrade21.php
|
||||
%%WWWDIR%%/install/resources/upgrade22.php
|
||||
%%WWWDIR%%/install/resources/upgrade3.php
|
||||
%%WWWDIR%%/install/resources/upgrade4.php
|
||||
%%WWWDIR%%/install/resources/upgrade5.php
|
||||
|
Loading…
Reference in New Issue
Block a user