Date: Sun, 16 Oct 2011 15:15:04 +0530 (IST) From: Ashish SHUKLA <ashish@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/161706: [patch] exp-run required for updating emacs-devel version number in bsd.emacs.mk Message-ID: <20111016094504.8629445613@chateau.d.if> Resent-Message-ID: <201110161020.p9GAKDmx070920@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 16 10:20:12 UTC 2011 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111016094504.8629445613>