ports/142357: [PATCH] devel/websvn: update to 2.3.0
Martin Wilke
miwi at FreeBSD.org
Tue Jan 5 18:10:03 UTC 2010
>Number: 142357
>Category: ports
>Synopsis: [PATCH] devel/websvn: update to 2.3.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Jan 05 18:10:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Martin Wilke
>Release: FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD miwi.homeunix.com 8.0-STABLE FreeBSD 8.0-STABLE #13: Sun Dec 20 19:02:56 CET 2009
>Description:
- Update to 2.3.0
Port maintainer (ychsiao at ychsiao.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- websvn-2.3.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/websvn/Makefile,v
retrieving revision 1.13
diff -u -u -r1.13 Makefile
--- Makefile 4 Jun 2009 06:28:27 -0000 1.13
+++ Makefile 5 Jan 2010 17:52:19 -0000
@@ -6,9 +6,9 @@
#
PORTNAME= websvn
-PORTVERSION= 2.2.1
+PORTVERSION= 2.3.0
CATEGORIES= devel www
-MASTER_SITES= http://websvn.tigris.org/files/documents/1380/45918/
+MASTER_SITES= http://websvn.tigris.org/files/documents/1380/47175/
MAINTAINER= ychsiao at ychsiao.org
COMMENT= Subversion repository web frontend
@@ -16,20 +16,19 @@
USE_PHP= iconv pcre xml
NO_BUILD= yes
-WEBSVNDIR?= www/data/websvn
+WEBSVNDIR?= www/${PORTNAME}
PLIST= ${WRKDIR}/pkg-plist
SUB_FILES= pkg-message
SUB_LIST+= WEBSVNDIR="${WEBSVNDIR}"
pre-install:
- @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} \
&& ${ECHO_CMD} @dirrm ${WEBSVNDIR} >> ${PLIST} \
- && ${ECHO_CMD} @dirrmtry www/data >> ${PLIST}
+ && ${ECHO_CMD} @dirrmtry www >> ${PLIST}
do-install:
${MKDIR} ${PREFIX}/${WEBSVNDIR}
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/websvn/distinfo,v
retrieving revision 1.9
diff -u -u -r1.9 distinfo
--- distinfo 4 Jun 2009 06:28:27 -0000 1.9
+++ distinfo 5 Jan 2010 17:52:38 -0000
@@ -1,3 +1,3 @@
-MD5 (websvn-2.2.1.tar.gz) = f7eb3d57840aa3d1917bb0c645794601
-SHA256 (websvn-2.2.1.tar.gz) = 3619f2e1a456e48041d52d9b40a513260e7d5c393e44de0dc2ad5922e5d6847b
-SIZE (websvn-2.2.1.tar.gz) = 664548
+MD5 (websvn-2.3.0.tar.gz) = 189176efa18a245751b3b4404e3d8ca6
+SHA256 (websvn-2.3.0.tar.gz) = d9813c80868f7fb468b4a1226fd74cdad1c5a595723d2714de6c9d8108d73d5a
+SIZE (websvn-2.3.0.tar.gz) = 753998
--- websvn-2.3.0.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list