pkgsrc-WIP-changes archive

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

emacs-git: version bumped to 32



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri May 8 08:23:35 2026 +0200
Changeset:	ea6af4ace492b069a03b262f00dd741bc834e8e7

Modified Files:
	emacs-git/Makefile
	emacs-git/PLIST
Added Files:
	emacs-git/distinfo
	emacs-git/patches/patch-configure.ac

Log Message:
emacs-git: version bumped to 32

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ea6af4ace492b069a03b262f00dd741bc834e8e7

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

diffstat:
 emacs-git/Makefile                   |  4 ++--
 emacs-git/PLIST                      |  1 +
 emacs-git/distinfo                   |  3 +++
 emacs-git/patches/patch-configure.ac | 13 +++++++++++++
 4 files changed, 19 insertions(+), 2 deletions(-)

diffs:
diff --git a/emacs-git/Makefile b/emacs-git/Makefile
index 1cd2b408f8..26880fcf5d 100644
--- a/emacs-git/Makefile
+++ b/emacs-git/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
-DISTNAME=	emacs-31.0.50
-PKGNAME=	${DISTNAME:S/emacs/emacs31/}
+DISTNAME=	emacs-32.0.50
+PKGNAME=	${DISTNAME:S/emacs/emacs32/}
 CATEGORIES=	editors
 GIT_REPO=	git://git.git.savannah.gnu.org/emacs.git
 GIT_BRANCH=	master
diff --git a/emacs-git/PLIST b/emacs-git/PLIST
index 287170cbc5..e4a6e6367a 100644
--- a/emacs-git/PLIST
+++ b/emacs-git/PLIST
@@ -116,6 +116,7 @@ share/emacs/${PKGVERSION}/etc/NEWS.27
 share/emacs/${PKGVERSION}/etc/NEWS.28
 share/emacs/${PKGVERSION}/etc/NEWS.29
 share/emacs/${PKGVERSION}/etc/NEWS.30
+share/emacs/${PKGVERSION}/etc/NEWS.31
 share/emacs/${PKGVERSION}/etc/NEXTSTEP
 share/emacs/${PKGVERSION}/etc/NXML-NEWS
 share/emacs/${PKGVERSION}/etc/ORG-NEWS
diff --git a/emacs-git/distinfo b/emacs-git/distinfo
new file mode 100644
index 0000000000..3b2099875e
--- /dev/null
+++ b/emacs-git/distinfo
@@ -0,0 +1,3 @@
+$NetBSD$
+
+SHA1 (patch-configure.ac) = 535706b5b2c9c04a41e41c81af396f1fce2ac71e
diff --git a/emacs-git/patches/patch-configure.ac b/emacs-git/patches/patch-configure.ac
new file mode 100644
index 0000000000..6bacd6c70b
--- /dev/null
+++ b/emacs-git/patches/patch-configure.ac
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- configure.ac.orig	2026-05-08 06:07:36.657174184 +0000
++++ configure.ac
+@@ -5108,7 +5108,7 @@ module_env_snippet_31="$srcdir/src/module-env-31.h"
+ module_env_snippet_29="$srcdir/src/module-env-29.h"
+ module_env_snippet_30="$srcdir/src/module-env-30.h"
+ module_env_snippet_31="$srcdir/src/module-env-31.h"
+-module_env_snippet_31="$srcdir/src/module-env-32.h"
++module_env_snippet_32="$srcdir/src/module-env-32.h"
+ emacs_major_version=`AS_ECHO([$PACKAGE_VERSION]) | sed 's/[[.]].*//'`
+ AC_SUBST([emacs_major_version])
+ 


Home | Main Index | Thread Index | Old Index