ports/127347: [PATCH] devel/subversion: Fix typo in message
Herve Quiroz
hq at FreeBSD.org
Sat Sep 13 10:40:03 UTC 2008
>Number: 127347
>Category: ports
>Synopsis: [PATCH] devel/subversion: Fix typo in message
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Sep 13 10:40:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Herve Quiroz
>Release: FreeBSD 6.2-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD 6.2-RELEASE-p11 FreeBSD 6.2-RELEASE-p11 #0: Wed Feb 13 06:44:57 UTC 2008
>Description:
There is some unneeded character at the end of a message
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- .patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/subversion/Makefile,v
retrieving revision 1.123
diff -u -u -r1.123 Makefile
--- Makefile 7 Jul 2008 10:37:56 -0000 1.123
+++ Makefile 13 Sep 2008 10:04:48 -0000
@@ -133,7 +133,7 @@
@${ECHO_MSG} "asvn will be installed"
@${ECHO_MSG} ""
.endif
- @${ECHO_MSG} "Many useful scripts will be installed into ${DATADIR}}"
+ @${ECHO_MSG} "Many useful scripts will be installed into ${DATADIR}"
pre-configure:
@if [ ! -x ${APR_APU_DIR}/${APR_CONFIG} -o ! -x ${APR_APU_DIR}/${APU_CONFIG} ] ; then \
--- .patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list