| Summary: | update of editors/emacs-devel to a new cvs snapshot | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Giorgos Keramidas <keramida> | ||||||
| Component: | Individual Port(s) | Assignee: | Andrey Slusar <anray> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->keramida Submitter has GNATS access (via the GNATS Auto Assign Tool) State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) State Changed From-To: feedback->open Patches implicitly approved (made by me). A bit of help from ports committers to test them on a ports tinderbox would be nice, and then we can commit them to the tree :) Responsible Changed From-To: keramida->freebsd-ports Return to the pool of 'ports' PRs. I am not a Ports committer, so someone more experienced will have to approve this. Responsible Changed From-To: freebsd-ports->freebsd-ports-bugs Canonicalize assignment. Responsible Changed From-To: freebsd-ports-bugs->anray I'll take it. anray 2008-01-27 14:26:42 UTC
FreeBSD ports repository
Modified files:
editors/emacs-devel Makefile distinfo pkg-plist
editors/emacs-devel/files patch-Makefile.in
Mk bsd.emacs.mk
Added files:
editors/emacs-devel/files patch-doc-emacs-Makefile.in
patch-doc-lispintro-Makefile.in
patch-doc-lispref-Makefile.in
patch-doc-misc-Makefile.in
Removed files:
editors/emacs-devel/files patch-lispintro-Makefile.in
patch-lispref-Makefile.in
patch-man-Makefile.in
patch-src__alloc.c
Log:
- Update editors/emacs-devel to 23.0.50.20080101 snapshot.
PR: ports/119290
Submitted by: keramida(maintainer)
Revision Changes Path
1.71 +3 -3 ports/Mk/bsd.emacs.mk
1.19 +13 -10 ports/editors/emacs-devel/Makefile
1.11 +3 -3 ports/editors/emacs-devel/distinfo
1.5 +7 -7 ports/editors/emacs-devel/files/patch-Makefile.in
1.1 +20 -0 ports/editors/emacs-devel/files/patch-doc-emacs-Makefile.in (new)
1.1 +19 -0 ports/editors/emacs-devel/files/patch-doc-lispintro-Makefile.in (new)
1.1 +38 -0 ports/editors/emacs-devel/files/patch-doc-lispref-Makefile.in (new)
1.1 +11 -0 ports/editors/emacs-devel/files/patch-doc-misc-Makefile.in (new)
1.5 +0 -11 ports/editors/emacs-devel/files/patch-lispintro-Makefile.in (dead)
1.5 +0 -38 ports/editors/emacs-devel/files/patch-lispref-Makefile.in (dead)
1.5 +0 -11 ports/editors/emacs-devel/files/patch-man-Makefile.in (dead)
1.5 +0 -14 ports/editors/emacs-devel/files/patch-src__alloc.c (dead)
1.12 +471 -151 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: open->closed Committed. Thanks! |
How-To-Repeat: I've uploaded a new distfile for editors/emacs-devel, which updates the port to a snapshot taken from the CVS HEAD branch of GNU Emacs at 2008/01/01 21:19:17 UTC. The files affected in the ports/editors/emacs-devel directory are ... Makefile | 21 - distinfo | 6 files/patch-Makefile.in | 14 files/patch-doc-emacs-Makefile.in | 20 + files/patch-doc-lispintro-Makefile.in | 19 + files/patch-doc-lispref-Makefile.in | 38 ++ files/patch-doc-misc-Makefile.in | 11 files/patch-lispintro-Makefile.in | 11 files/patch-lispref-Makefile.in | 38 -- files/patch-man-Makefile.in | 11 files/patch-src-alloc.c | 15 files/patch-src__alloc.c | 14 pkg-plist | 622 +++++++++++++++++++++++++--------- 13 files changed, 596 insertions(+), 244 deletions(-) Attached below are two patches: (1) patchfile-emacs-23.0.50-port The updates to ports/editors/emacs-devel (2) patchfile-emacs-23.0.50-bsd.emacs.mk Version updates to ports/Mk/bsd.emacs.mk The distfile is already online at: ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/keramida so this should be usable as a drop-in replacement of the current (very out of date) emacs-devel port.