pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/emacs29



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 21 20:18:57 UTC 2024

Modified Files:
        pkgsrc/editors/emacs29: Makefile distinfo version.mk

Log Message:
emacs29: update to 29.2.

* Changes in Emacs 29.2

This is a bug-fix release with no new features.

* Changes in Specialized Modes and Packages in Emacs 29.2

** Tramp

*** New user option 'tramp-show-ad-hoc-proxies'.
When non-nil, ad-hoc definitions are kept in remote file names instead
of showing the shortcuts.

* Incompatible Lisp Changes in Emacs 29.2

** 'with-sqlite-transaction' rolls back changes if its BODY fails.
If the BODY of the macro signals an error, or committing the results
of the transaction fails, the changes will now be rolled back.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/emacs29/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/emacs29/distinfo \
    pkgsrc/editors/emacs29/version.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/emacs29/Makefile
diff -u pkgsrc/editors/emacs29/Makefile:1.9 pkgsrc/editors/emacs29/Makefile:1.10
--- pkgsrc/editors/emacs29/Makefile:1.9 Wed Nov 15 20:00:36 2023
+++ pkgsrc/editors/emacs29/Makefile     Sun Jan 21 20:18:57 2024
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2023/11/15 20:00:36 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/01/21 20:18:57 wiz Exp $
 
 CONFLICTS+=    emacs29-nox11-[0-9]*
 
-PKGREVISION=   8
-
 .include "../../editors/emacs29/Makefile.common"
 
 .include "options.mk"

Index: pkgsrc/editors/emacs29/distinfo
diff -u pkgsrc/editors/emacs29/distinfo:1.1 pkgsrc/editors/emacs29/distinfo:1.2
--- pkgsrc/editors/emacs29/distinfo:1.1 Mon Jul 31 15:03:33 2023
+++ pkgsrc/editors/emacs29/distinfo     Sun Jan 21 20:18:57 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2023/07/31 15:03:33 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2024/01/21 20:18:57 wiz Exp $
 
-BLAKE2s (emacs-29.1.tar.xz) = 7dd23c25b0d63dbf7d611ed013a743362e000df35f1cb61fb9050be16cd87b59
-SHA512 (emacs-29.1.tar.xz) = de10f2af462682019af680e6a82fd33feb05ce6d995bedf5756264fa06e29d90cab02c5884b0aeade1c5ab39cf064e0fb6ff9f78d9eedbd162f0a985945b9ec2
-Size (emacs-29.1.tar.xz) = 52081008 bytes
+BLAKE2s (emacs-29.2.tar.xz) = 620da10b874c520c0dc92d4153b1b555702dafb891dfa64fd804dc6fe8a081aa
+SHA512 (emacs-29.2.tar.xz) = 293fdc2387d58dfa506ae1960b05ccdb4c16ec53c4f55a1a6b665a4fe2815cabfad6257f2b62231040889ab3843d56a01ef62fc9efc1118bf833d7773c64820a
+Size (emacs-29.2.tar.xz) = 52162080 bytes
 SHA1 (patch-Makefile.in) = cb43792c8996c781f382ae102ea771af8f3d3190
Index: pkgsrc/editors/emacs29/version.mk
diff -u pkgsrc/editors/emacs29/version.mk:1.1 pkgsrc/editors/emacs29/version.mk:1.2
--- pkgsrc/editors/emacs29/version.mk:1.1       Mon Jul 31 15:03:33 2023
+++ pkgsrc/editors/emacs29/version.mk   Sun Jan 21 20:18:57 2024
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.1 2023/07/31 15:03:33 ryoon Exp $
+# $NetBSD: version.mk,v 1.2 2024/01/21 20:18:57 wiz Exp $
 
 _EMACS_FLAVOR= emacs
 _EMACS_REQD=   emacs29>=29.1<30
 
 _EMACS_VERSION_MAJOR=  29
-_EMACS_VERSION_MINOR=  1
+_EMACS_VERSION_MINOR=  2



Home | Main Index | Thread Index | Old Index