Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Sep 2008 12:07:05 +0200 (CEST)
From:      Herve Quiroz <hq@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/127347: [PATCH] devel/subversion: Fix typo in message
Message-ID:  <200809131007.m8DA7598094228@ks300720.kimsufi.com>
Resent-Message-ID: <200809131040.m8DAe2Sa014691@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809131007.m8DA7598094228>