From wahjava@gmail.com  Sun Oct 16 10:10:23 2011
Return-Path: <wahjava@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 48A191065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Oct 2011 10:10:23 +0000 (UTC)
	(envelope-from wahjava@gmail.com)
Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182])
	by mx1.freebsd.org (Postfix) with ESMTP id 143548FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Oct 2011 10:10:22 +0000 (UTC)
Received: by iaky10 with SMTP id y10so6010233iak.13
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Oct 2011 03:10:22 -0700 (PDT)
Received: by 10.68.19.100 with SMTP id d4mr30176431pbe.34.1318758310967;
        Sun, 16 Oct 2011 02:45:10 -0700 (PDT)
Received: from chateau.d.if ([182.68.172.61])
        by mx.google.com with ESMTPS id z3sm45009547pbu.7.2011.10.16.02.45.08
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sun, 16 Oct 2011 02:45:09 -0700 (PDT)
Received: by chateau.d.if (Postfix, from userid 1001)
	id 8629445613; Sun, 16 Oct 2011 15:15:04 +0530 (IST)
Message-Id: <20111016094504.8629445613@chateau.d.if>
Date: Sun, 16 Oct 2011 15:15:04 +0530 (IST)
From: Ashish SHUKLA <ashish@FreeBSD.org>
Sender: Ashish SHUKLA <wahjava@gmail.com>
Reply-To: Ashish SHUKLA <ashish@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] exp-run required for updating emacs-devel version number in bsd.emacs.mk
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         161706
>Category:       ports
>Synopsis:       [patch] exp-run required for updating emacs-devel version number in bsd.emacs.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ashish
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 16 10:20:12 UTC 2011
>Closed-Date:    Fri Nov 11 05:09:05 UTC 2011
>Last-Modified:  Fri Nov 11 05:10:08 UTC 2011
>Originator:     Ashish SHUKLA
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD chateau.d.if 8.2-RELEASE FreeBSD 8.2-RELEASE #10: Sun Aug 7 20:20:14 IST 2011 root@chateau.d.if:/usr/obj/usr/src/sys/CHATEAU amd64

>Description:

As pointed out by rakuco@ in a private email that editors/emacs-devel
defines EMACS_VER to 24.0.90, while bsd.emacs.mk defines it to
24.0.50.

Before committing the change, I would like to request an -exp run.

Thanks
>How-To-Repeat:
>Fix:

Index: bsd.emacs.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.emacs.mk,v
retrieving revision 1.87
diff -u -r1.87 bsd.emacs.mk
--- bsd.emacs.mk	3 Sep 2011 15:36:18 -0000	1.87
+++ bsd.emacs.mk	16 Oct 2011 09:38:25 -0000
@@ -117,7 +117,7 @@
 # Emacs-24.x (development version)
 .elif (${EMACS_PORT_NAME} == "emacs-devel")
 EMACS_NAME=		emacs
-EMACS_VER=		24.0.50
+EMACS_VER=		24.0.90
 EMACS_MAJOR_VER=	24
 EMACS_LIBDIR?=		share/${EMACS_NAME}
 EMACS_LIBDIR_WITH_VER?=	share/${EMACS_NAME}/${EMACS_VER}
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: ashish 
Responsible-Changed-When: Sun Oct 16 10:29:09 UTC 2011 
Responsible-Changed-Why:  
portmgr territory. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161706 
Responsible-Changed-From-To: portmgr->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Mon Nov 7 12:45:42 UTC 2011 
Responsible-Changed-Why:  
Take for exp-run 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161706 
Responsible-Changed-From-To: pav->ashish 
Responsible-Changed-By: pav 
Responsible-Changed-When: Wed Nov 9 22:50:26 UTC 2011 
Responsible-Changed-Why:  
Tested ok, no problems, please commit 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161706 
State-Changed-From-To: open->closed 
State-Changed-By: ashish 
State-Changed-When: Fri Nov 11 05:09:04 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161706: commit references a PR
Date: Fri, 11 Nov 2011 05:07:56 +0000 (UTC)

 ashish      2011-11-11 05:07:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     Mk                   bsd.emacs.mk 
   Log:
   - Update version of editors/emacs-devel in bsd.emacs.mk
   
   PR:             ports/161706
   Reported by:    rakuco (private email)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.88      +2 -2      ports/Mk/bsd.emacs.mk
 _______________________________________________
 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:
