The attached patch updates editors/emacs-devel/ to the 22.0.99 pretest tarball released by the GNU Emacs developers.
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer)
Responsible Changed From-To: freebsd-ports-bugs->keramida Submitter has GNATS access
State Changed From-To: open->feedback Awaiting maintainers feedback
Responsible Changed From-To: keramida->clsung I'll take it.
This PR lacks the change of EMACS_VER in Mk/bsd.emacs.mk attached below. BTW, it seems that there are confusions around here. clsung, keramida@ceid.upatras.gr is an alias of keramida@FreeBSD.org. This PR can be committed as submitter is maintainer. Giorgos, how about to change MAINTAINER line to keramida@FreeBSD.org so that your submission from @FreeBSD.org address would be processed automatically? -- NIIMI Satoshi
On 2007-04-29 03:23, NIIMI Satoshi <sa2c@sa2c.net> wrote: > This PR lacks the change of EMACS_VER in Mk/bsd.emacs.mk attached below. Cheng-Lung Sung has already caught the EMACS_VER update in Mk/bsd.emacs.mk, but thank you for the heads up email :) > BTW, it seems that there are confusions around here. > > clsung, keramida@ceid.upatras.gr is an alias of keramida@FreeBSD.org. > This PR can be committed as submitter is maintainer. > > Giorgos, how about to change MAINTAINER line to keramida@FreeBSD.org so > that your submission from @FreeBSD.org address would be processed > automatically? No, that wouldn't be a good idea. The MAINTAINER line is set to <keramida@ceid.upatras.gr> to indicate that I'm not a ports committer, so someone else has to commit updates for me. > Index: Mk/bsd.emacs.mk > =================================================================== > RCS file: /home/ncvs/ports/Mk/bsd.emacs.mk,v > retrieving revision 1.63 > diff -u -r1.63 bsd.emacs.mk > --- Mk/bsd.emacs.mk 23 Apr 2007 02:09:07 -0000 1.63 > +++ Mk/bsd.emacs.mk 28 Apr 2007 17:53:26 -0000 > @@ -115,7 +115,7 @@ > # Emacs-22.x > .elif (${EMACS_PORT_NAME} == "emacs22") > EMACS_NAME= emacs > -EMACS_VER= 22.0.98 > +EMACS_VER= 22.0.99 > EMACS_MAJOR_VER= 22 > EMACS_LIBDIR?= share/${EMACS_NAME} > EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER}
clsung 2007-04-29 08:27:33 UTC FreeBSD ports repository Modified files: Mk bsd.emacs.mk editors/emacs-devel Makefile distinfo pkg-plist Log: - Update to 22.0.99 PR: ports/112168 Submitted by: matainer (keramida) Revision Changes Path 1.64 +2 -2 ports/Mk/bsd.emacs.mk 1.16 +1 -1 ports/editors/emacs-devel/Makefile 1.10 +3 -3 ports/editors/emacs-devel/distinfo 1.11 +2 -5 ports/editors/emacs-devel/pkg-plist _______________________________________________ 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"
State Changed From-To: feedback->closed Committed. Thank You.