Bug 112168 - [PATCH] update editors/emacs-devel to 22.0.99 pretest version
Summary: [PATCH] update editors/emacs-devel to 22.0.99 pretest version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-26 22:40 UTC by Giorgos Keramidas
Modified: 2007-04-29 09:30 UTC (History)
1 user (show)

See Also:


Attachments
emacs-22.0.9-update.diff (2.73 KB, patch)
2007-04-26 22:40 UTC, Giorgos Keramidas
no flags Details | Diff
emacsmk.diff (540 bytes, patch)
2007-04-28 19:23 UTC, NIIMI Satoshi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Giorgos Keramidas freebsd_committer freebsd_triage 2007-04-26 22:40:06 UTC
The attached patch updates editors/emacs-devel/ to the 22.0.99 pretest
tarball released by the GNU Emacs developers.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-26 22:40:13 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-26 22:40:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->keramida

Submitter has GNATS access
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-26 22:40:29 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 4 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-04-27 00:01:05 UTC
Responsible Changed
From-To: keramida->clsung

I'll take it.
Comment 5 NIIMI Satoshi 2007-04-28 19:23:06 UTC
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
Comment 6 Giorgos Keramidas freebsd_committer freebsd_triage 2007-04-29 03:40:30 UTC
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}
Comment 7 dfilter service freebsd_committer freebsd_triage 2007-04-29 09:27:38 UTC
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"
Comment 8 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-04-29 09:27:41 UTC
State Changed
From-To: feedback->closed

Committed. Thank You.