1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 2.0

- Fix PHP dependencies
- Remove dummy pkg-plist
- Some minor fixes

PR:		ports/115965
Sumbitted by:	mm
Approved by:	Yuan-Chung Hsiao <ychsiao at ychsiao.org> (maintainer)
This commit is contained in:
Martin Matuska 2007-09-05 08:24:14 +00:00
parent 862d8c993a
commit 7a14f0c682
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198798
5 changed files with 16 additions and 14 deletions

View File

@ -6,24 +6,25 @@
#
PORTNAME= websvn
PORTVERSION= 1.61
PORTVERSION= 2.0
CATEGORIES= devel www
MASTER_SITES= http://websvn.tigris.org/files/documents/1380/14334/
DISTNAME= WebSVN_${PORTVERSION:S/.//}
MASTER_SITES= http://websvn.tigris.org/files/documents/1380/39378/
MAINTAINER= ychsiao@ychsiao.org
COMMENT= Subversion repository web frontend
USE_PHP= pcre zlib
USE_PHP= iconv pcre xml
NO_BUILD= yes
WRKSRC= ${WRKDIR}/WebSVN
WEBSVNDIR?= www/data/WebSVN
WEBSVNDIR?= www/data/websvn
PLIST= ${WRKDIR}/pkg-plist
SUB_FILES= pkg-message
SUB_LIST+= WEBSVNDIR="${WEBSVNDIR}"
pre-install:
@${TR} -d '\r' < ${WRKSRC}/include/distconfig.inc > ${WRKSRC}/include/config.inc
cd ${WRKSRC} && ${FIND} -s * -type f | \
@cd ${WRKSRC} && ${RMDIR} temp www
@cd ${WRKSRC} && ${FIND} -s * -type f | \
${SED} -e 's|^|${WEBSVNDIR}/|' > ${PLIST} \
&& ${FIND} -d * -type d | \
${SED} -e 's|^|@dirrm ${WEBSVNDIR}/|' >> ${PLIST} \

View File

@ -1,3 +1,3 @@
MD5 (WebSVN_161.tar.gz) = 9f81a3793d08bde2e425d2c98f923875
SHA256 (WebSVN_161.tar.gz) = f419aaca535bcfb06dc96b5575e84cefc6d8e1487c52c564c8eebfd633537e08
SIZE (WebSVN_161.tar.gz) = 89305
MD5 (websvn-2.0.tar.gz) = 047e02c0fa2948fdf98a3e348e3f1530
SHA256 (websvn-2.0.tar.gz) = 38104a86d6a90bb3f18a5b0a957b46cf0c1409037bb2a83c09e9f24543cfa2ea
SIZE (websvn-2.0.tar.gz) = 172005

View File

@ -0,0 +1,4 @@
----------------------------------------------------
To setup websvn, please edit the configuration file:
%%PREFIX%%/%%WEBSVNDIR%%/include/config.php
----------------------------------------------------

View File

@ -1,2 +0,0 @@
To make websvn workable, please
Edit ${PREFIX}/${WEBSVNDIR}/include/config.inc manually.

View File

@ -1 +0,0 @@
@comment real PLIST will be generated in pre-install phase