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

(-)ports/devel/websvn/Makefile (-8 / +9 lines)
Lines 6-29 Link Here
6
#
6
#
7
7
8
PORTNAME=	websvn
8
PORTNAME=	websvn
9
PORTVERSION=	1.61
9
PORTVERSION=	2.0
10
CATEGORIES=	devel www
10
CATEGORIES=	devel www
11
MASTER_SITES=	http://websvn.tigris.org/files/documents/1380/14334/
11
MASTER_SITES=	http://websvn.tigris.org/files/documents/1380/39378/
12
DISTNAME=	WebSVN_${PORTVERSION:S/.//}
13
12
14
MAINTAINER=	ychsiao@ychsiao.org
13
MAINTAINER=	ychsiao@ychsiao.org
15
COMMENT=	Subversion repository web frontend
14
COMMENT=	Subversion repository web frontend
16
15
17
USE_PHP=	pcre zlib
16
USE_PHP=	iconv pcre xml
18
NO_BUILD=	yes
17
NO_BUILD=	yes
19
WRKSRC=		${WRKDIR}/WebSVN
20
18
21
WEBSVNDIR?=	www/data/WebSVN
19
WEBSVNDIR?=	www/data/websvn
22
PLIST=		${WRKDIR}/pkg-plist
20
PLIST=		${WRKDIR}/pkg-plist
23
21
22
SUB_FILES=	pkg-message
23
SUB_LIST+=	WEBSVNDIR="${WEBSVNDIR}"
24
24
pre-install:
25
pre-install:
25
	@${TR} -d '\r' < ${WRKSRC}/include/distconfig.inc > ${WRKSRC}/include/config.inc
26
	@cd ${WRKSRC} && ${RMDIR} temp www
26
	cd ${WRKSRC} && ${FIND} -s * -type f | \
27
	@cd ${WRKSRC} && ${FIND} -s * -type f | \
27
		${SED} -e 's|^|${WEBSVNDIR}/|' > ${PLIST} \
28
		${SED} -e 's|^|${WEBSVNDIR}/|' > ${PLIST} \
28
		&& ${FIND} -d * -type d | \
29
		&& ${FIND} -d * -type d | \
29
		${SED} -e 's|^|@dirrm ${WEBSVNDIR}/|' >> ${PLIST} \
30
		${SED} -e 's|^|@dirrm ${WEBSVNDIR}/|' >> ${PLIST} \
(-)ports/devel/websvn/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (WebSVN_161.tar.gz) = 9f81a3793d08bde2e425d2c98f923875
1
MD5 (websvn-2.0.tar.gz) = 047e02c0fa2948fdf98a3e348e3f1530
2
SHA256 (WebSVN_161.tar.gz) = f419aaca535bcfb06dc96b5575e84cefc6d8e1487c52c564c8eebfd633537e08
2
SHA256 (websvn-2.0.tar.gz) = 38104a86d6a90bb3f18a5b0a957b46cf0c1409037bb2a83c09e9f24543cfa2ea
3
SIZE (WebSVN_161.tar.gz) = 89305
3
SIZE (websvn-2.0.tar.gz) = 172005
(-)ports/devel/websvn/pkg-message (-2 lines)
Removed Link Here
1
To make websvn workable, please
2
Edit ${PREFIX}/${WEBSVNDIR}/include/config.inc manually.
(-)ports/devel/websvn/pkg-plist (-1 lines)
Removed Link Here
1
@comment real PLIST will be generated in pre-install phase
(-)ports/devel/websvn/files/pkg-message.in (+4 lines)
Added Link Here
1
----------------------------------------------------
2
To setup websvn, please edit the configuration file:
3
%%PREFIX%%/%%WEBSVNDIR%%/include/config.php
4
----------------------------------------------------

Return to bug 115965