View | Details | Raw Unified | Return to bug 64939 | Differences between
and this patch

Collapse All | Expand All

(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (phpBB-2.0.8.tar.bz2) = 20d9e163e3f3b575639c2a1fbd9e8690
1
MD5 (phpBB-2.0.8a.tar.bz2) = 44d33a5851800f8f278d3c100fb2fcb3
2
SIZE (phpBB-2.0.8.tar.bz2) = 456585
2
SIZE (phpBB-2.0.8a.tar.bz2) = 457308
(-)Makefile (-3 / +2 lines)
Lines 7-17 Link Here
7
7
8
PORTNAME=	phpbb
8
PORTNAME=	phpbb
9
PORTVERSION=	2.0.8
9
PORTVERSION=	2.0.8
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
DISTNAME=	phpBB-${PORTVERSION}
14
DISTNAME=	phpBB-${PORTVERSION}a
15
15
16
MAINTAINER=	liukang@bjpu.edu.cn
16
MAINTAINER=	liukang@bjpu.edu.cn
17
COMMENT=	A PHP-based bulletin board / discussion forum system
17
COMMENT=	A PHP-based bulletin board / discussion forum system
Lines 61-67 Link Here
61
post-patch:
61
post-patch:
62
	@ ${REINPLACE_CMD} -e "s#\.\./templates#/${PHPBBURL}/templates#" \
62
	@ ${REINPLACE_CMD} -e "s#\.\./templates#/${PHPBBURL}/templates#" \
63
	  ${WRKSRC}/docs/*.html
63
	  ${WRKSRC}/docs/*.html
64
	@ ${RM} ${WRKSRC}/*.orig
65
64
66
post-configure:
65
post-configure:
67
	@ ${SED} \
66
	@ ${SED} \

Return to bug 64939