From stephen@wilberforce.math.missouri.edu  Sat Jun 18 01:51:52 2011
Return-Path: <stephen@wilberforce.math.missouri.edu>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5041C1065672
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Jun 2011 01:51:52 +0000 (UTC)
	(envelope-from stephen@wilberforce.math.missouri.edu)
Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213])
	by mx1.freebsd.org (Postfix) with ESMTP id 1BE228FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Jun 2011 01:51:51 +0000 (UTC)
Received: from wilberforce.math.missouri.edu (localhost [127.0.0.1])
	by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p5I1ppws046261
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Jun 2011 20:51:51 -0500 (CDT)
	(envelope-from stephen@wilberforce.math.missouri.edu)
Received: (from stephen@localhost)
	by wilberforce.math.missouri.edu (8.14.4/8.14.4/Submit) id p5I1ppOK046260;
	Fri, 17 Jun 2011 20:51:51 -0500 (CDT)
	(envelope-from stephen)
Message-Id: <201106180151.p5I1ppOK046260@wilberforce.math.missouri.edu>
Date: Fri, 17 Jun 2011 20:51:51 -0500 (CDT)
From: Stephen Montgomery-Smith <stephen@freebsd.org>
Reply-To: Stephen Montgomery-Smith <stephen@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Small change to math/octave-forge-octproj
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         157971
>Category:       ports
>Synopsis:       Small change to math/octave-forge-octproj
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    stephen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 18 02:00:24 UTC 2011
>Closed-Date:    Tue Jun 21 01:55:10 UTC 2011
>Last-Modified:  Tue Jun 21 02:00:21 UTC 2011
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD wilberforce 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat May 28 10:38:33 CDT 2011 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	
The Makefile uses
${REINPLACE_CMD} s/CC/CCC/ ${WRKSRC}/Makefile
when the following line would be a better description of the intent.
${REINPLACE_CMD} s/CC/MKOCTFILE/ ${WRKSRC}/Makefile

>How-To-Repeat:
	
>Fix:

	

diff -ur /usr/ports/math/octave-forge-octproj/Makefile octave-forge-octproj/Makefile
--- /usr/ports/math/octave-forge-octproj/Makefile	2011-06-15 05:41:00.000000000 +0000
+++ octave-forge-octproj/Makefile	2011-06-18 01:27:20.000000000 +0000
@@ -19,7 +19,7 @@
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/Mk/bsd.octave.mk"
 post-extract:
-	${REINPLACE_CMD} s/CC/CCC/ ${WRKSRC}/Makefile
+	${REINPLACE_CMD} s/CC/MKOCTFILE/ ${WRKSRC}/Makefile
 
 post-build:
 	cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->stephen 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jun 18 02:00:39 UTC 2011 
Responsible-Changed-Why:  
Submitter is maintainer and has GNATS access (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157971 
State-Changed-From-To: open->closed 
State-Changed-By: stephen 
State-Changed-When: Tue Jun 21 01:54:50 UTC 2011 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157971 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157971: commit references a PR
Date: Tue, 21 Jun 2011 01:50:55 +0000 (UTC)

 stephen     2011-06-21 01:50:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/octave-forge-octproj Makefile 
   Log:
   - Minor style change
   
   PR:             ports/157971
   Submitted by:   stephen
   Approved by:    maho (mentor)
   
   Revision  Changes    Path
   1.4       +1 -1      ports/math/octave-forge-octproj/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
