View | Details | Raw Unified | Return to bug 166274
Collapse All | Expand All

(-)/usr/ports/www/mybb/Makefile (-3 / +3 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	mybb
8
PORTNAME=	mybb
9
PORTVERSION=	1.6.6
9
PORTVERSION=	1.6.5
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://cloud.github.com/downloads/mybb/mybb16/
11
MASTER_SITES=	http://cloud.github.com/downloads/mybb/mybb16/
12
DISTNAME=	${PORTNAME}_1606
12
DISTNAME=	${PORTNAME}_1605
13
13
14
MAINTAINER=	miwi@FreeBSD.org
14
MAINTAINER=	miwi@FreeBSD.org
15
COMMENT=	A PHP-based bulletin board / discussion forum system
15
COMMENT=	A PHP-based bulletin board / discussion forum system
Lines 28-34 Link Here
28
	@${MKDIR} ${WWWDIR}
28
	@${MKDIR} ${WWWDIR}
29
	${CP} -R ${WRKSRC}/ ${WWWDIR}
29
	${CP} -R ${WRKSRC}/ ${WWWDIR}
30
	${TOUCH} ${WWWDIR}/inc/config.php
30
	${TOUCH} ${WWWDIR}/inc/config.php
31
	@${CHOWN} ${WWWOWN} ${WWWDIR}/inc/config.php ${WWWDIR}/inc/settings.php
31
	@${CHOWN} ${WWWOWN} ${WWWDIR}/inc/config.php
32
	@${CAT} ${PKGMESSAGE}
32
	@${CAT} ${PKGMESSAGE}
33
33
34
create-plist:
34
create-plist:
(-)/usr/ports/www/mybb/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (mybb_1606.zip) = 0321bc8cc0b247c981ccd203f49462c476ab2f29b4fd8686c884f61ca9bef273
1
SHA256 (mybb_1605.zip) = 8ade210c11a2a2448776991d89839f79661ac7e7758504e25e429df1b7fba125
2
SIZE (mybb_1606.zip) = 1927467
2
SIZE (mybb_1605.zip) = 1926651
(-)/usr/ports/www/mybb/pkg-plist (-1 lines)
Lines 708-714 Link Here
708
%%WWWDIR%%/install/resources/upgrade2.php
708
%%WWWDIR%%/install/resources/upgrade2.php
709
%%WWWDIR%%/install/resources/upgrade20.php
709
%%WWWDIR%%/install/resources/upgrade20.php
710
%%WWWDIR%%/install/resources/upgrade21.php
710
%%WWWDIR%%/install/resources/upgrade21.php
711
%%WWWDIR%%/install/resources/upgrade22.php
712
%%WWWDIR%%/install/resources/upgrade3.php
711
%%WWWDIR%%/install/resources/upgrade3.php
713
%%WWWDIR%%/install/resources/upgrade4.php
712
%%WWWDIR%%/install/resources/upgrade4.php
714
%%WWWDIR%%/install/resources/upgrade5.php
713
%%WWWDIR%%/install/resources/upgrade5.php

Return to bug 166274