From swills@mouf.net  Wed Sep 18 01:23:47 2013
Return-Path: <swills@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 5767613D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Sep 2013 01:23:47 +0000 (UTC)
	(envelope-from swills@mouf.net)
Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 0C53222A3
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Sep 2013 01:23:46 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-107-015-170-205.nc.res.rr.com [107.15.170.205])
	by mouf.net (8.14.5/8.14.5) with ESMTP id r8I1NaYq091040
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Wed, 18 Sep 2013 01:23:41 GMT
	(envelope-from swills@meatwad.mouf.net)
Received: (from swills@localhost)
	by meatwad.mouf.net (8.14.7/8.14.5/Submit) id r8I1NZmF036834;
	Wed, 18 Sep 2013 01:23:35 GMT
	(envelope-from swills)
Message-Id: <201309180123.r8I1NZmF036834@meatwad.mouf.net>
Date: Wed, 18 Sep 2013 01:23:35 GMT
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: citric@cubicone.tmetic.com
Subject: [PATCH] lang/spidermonkey17: Fix typo
X-Send-Pr-Version: 3.113
X-GNATS-Notify: citric@cubicone.tmetic.com

>Number:         182197
>Category:       ports
>Synopsis:       [PATCH] lang/spidermonkey17: Fix typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    koobs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 18 01:30:00 UTC 2013
>Closed-Date:    Fri Oct 25 13:07:55 UTC 2013
>Last-Modified:  Fri Oct 25 13:07:55 UTC 2013
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-ALPHA1 amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-ALPHA1 FreeBSD 10.0-ALPHA1 #6 r255605M: Mon Sep 16 02:19:42 UTC
>Description:
- Fix typo with leftover stuff

Port maintainer (citric@cubicone.tmetic.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- spidermonkey17-1.7.0_1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 327507)
+++ Makefile	(working copy)
@@ -51,7 +51,7 @@
 
 do-configure:
 	${CP} ${WRKSRC}/config/Linux_All.mk \
-		${WRKSRC}/config/${OPSYS}`${UNAME} -r`.mk && \
+		${WRKSRC}/config/${OPSYS}`${UNAME} -r`.mk
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${OPSYS}`${UNAME} -r`_DBG.OBJ/js \
--- spidermonkey17-1.7.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Sep 18 01:30:07 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: citric@cubicone.tmetic.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/182197: [PATCH] lang/spidermonkey17: Fix typo
Date: Wed, 18 Sep 2013 01:30:07 UT

 Maintainer of lang/spidermonkey17,
 
 Please note that PR ports/182197 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182197
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182197: commit references a PR
Date: Fri, 25 Oct 2013 12:50:53 +0000 (UTC)

 Author: koobs
 Date: Fri Oct 25 12:50:46 2013
 New Revision: 331572
 URL: http://svnweb.freebsd.org/changeset/ports/331572
 
 Log:
   lang/spidermonkey17: Fix typo causing configure to fail
   
   - Remove spurious dangling && from configure invocation
   - While im here, pet portlint
   
   PR:		ports/182153
   PR:		ports/182197
   Submitted by:	swills
   Reported by:	Vincent Hoffman-Kazlauskas <vince@unsane.co.uk>
   Approved by:	maintainer timeout (1 month)
 
 Modified:
   head/lang/spidermonkey17/Makefile   (contents, props changed)
 
 Modified: head/lang/spidermonkey17/Makefile
 ==============================================================================
 --- head/lang/spidermonkey17/Makefile	Fri Oct 25 12:42:00 2013	(r331571)
 +++ head/lang/spidermonkey17/Makefile	Fri Oct 25 12:50:46 2013	(r331572)
 @@ -39,7 +39,7 @@ JSH=		jsapi.h jsarena.h jsarray.h jsatom
  
  PLIST_FILES=	bin/js lib/libjs.so lib/libjs.so.1 ${JSH:S,^,include/,}
  WRKSRC=		${WRKDIR}/${SRC_DIR}
 -EXTRACT_AFTER_ARGS= --exclude js/jsd
 +EXTRACT_AFTER_ARGS=	--exclude js/jsd
  
  OPTIONS_DEFINE=	UTF8
  
 @@ -52,7 +52,7 @@ CFLAGS+=	-DJS_C_STRINGS_ARE_UTF8
  
  do-configure:
  	${CP} ${WRKSRC}/config/Linux_All.mk \
 -		${WRKSRC}/config/${OPSYS}`${UNAME} -r`.mk && \
 +		${WRKSRC}/config/${OPSYS}`${UNAME} -r`.mk
  
  do-install:
  	${INSTALL_PROGRAM} ${WRKSRC}/${OPSYS}`${UNAME} -r`_DBG.OBJ/js \
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
Responsible-Changed-From-To: freebsd-ports-bugs->koobs 
Responsible-Changed-By: koobs 
Responsible-Changed-When: Fri Oct 25 13:05:26 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182197 
State-Changed-From-To: feedback->closed 
State-Changed-By: koobs 
State-Changed-When: Fri Oct 25 13:07:55 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks swills! :] 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182197 
>Unformatted:
