From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 10 04:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AA007B72 for ; Wed, 10 Apr 2013 04:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8C2C11F0 for ; Wed, 10 Apr 2013 04:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3A4o1DQ040427 for ; Wed, 10 Apr 2013 04:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3A4o1Tw040426; Wed, 10 Apr 2013 04:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 10 Apr 2013 04:50:01 GMT Resent-Message-Id: <201304100450.r3A4o1Tw040426@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Marshall Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6FF2CA31 for ; Wed, 10 Apr 2013 04:46:34 +0000 (UTC) (envelope-from john.marshall@riverwillow.com.au) Received: from mail1.riverwillow.net.au (mail1.riverwillow.net.au [203.58.93.36]) by mx1.freebsd.org (Postfix) with ESMTP id DD8DD1D5 for ; Wed, 10 Apr 2013 04:46:33 +0000 (UTC) Received: from rwsrv08.mby.riverwillow.net.au (localhost [127.0.0.1]) by mail1.riverwillow.net.au (8.14.6/8.14.6) with ESMTP id r3A4kVGx061957 for ; Wed, 10 Apr 2013 14:46:31 +1000 (AEST) Received: (from john@localhost) by rwsrv08.mby.riverwillow.net.au (8.14.6/8.14.6/Submit) id r3A4kVHl061956; Wed, 10 Apr 2013 14:46:31 +1000 (AEST) Message-Id: <201304100446.r3A4kVHl061956@rwsrv08.mby.riverwillow.net.au> Date: Wed, 10 Apr 2013 14:46:31 +1000 (AEST) From: John Marshall To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/177746: [PATCH] devel/subversion fbsd template 'Sponsored by:' cleanup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: John Marshall List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 04:50:01 -0000 >Number: 177746 >Category: ports >Synopsis: [PATCH] devel/subversion fbsd template 'Sponsored by:' cleanup >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 10 04:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marshall >Release: FreeBSD 9.1-RELEASE-p2 amd64 >Organization: Riverwillow Pty Ltd >Environment: System: FreeBSD rwsrv08.mby.riverwillow.net.au 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #0 r249032: Wed Apr 3 09:12:20 AEDT 2013 root@rwsrv08.mby.riverwillow.net.au:/usr/obj/usr/src/sys/RWSRV08 amd64 >Description: r314983 added 'Sponsored by:' to the FreeBSD template prefix array without incrementing the defined number of elements in the array. The effect is that the 'Sponsored by:' field is added to the commit log template but is never removed. >How-To-Repeat: Commit using the subversion port built since r314983; including the FreeBSD template; and notice that 'Sponsored by:' becomes a permanent feature of every commit log message. >Fix: The attached patch increments the array element count in the fbsd template patch to catch up with addition of the new field. Whether or not to bump PORTREVISION in the port's Makefile is left as an exercise for the committer. --- subversion_fbsd_template.diff begins here --- Index: devel/subversion/files/extra-patch-fbsd-template =================================================================== --- devel/subversion/files/extra-patch-fbsd-template (revision 315774) +++ devel/subversion/files/extra-patch-fbsd-template (working copy) @@ -20,7 +20,7 @@ + * projects that won't be expecting them. + */ + -+#define NPREFIX 7 ++#define NPREFIX 8 +char *prefixes[NPREFIX] = { + "PR:", + "Submitted by:", --- subversion_fbsd_template.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: