pkgsrc-WIP-changes archive

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

emacs-git: this is now emacs-30.x



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Thu Dec 1 09:11:28 2022 +0100
Changeset:	88dfed8cf4b3129ef0633a124b4ebd7a711371b0

Modified Files:
	emacs-git/Makefile
	emacs-git/version.mk

Log Message:
emacs-git: this is now emacs-30.x

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

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

diffstat:
 emacs-git/Makefile   | 2 +-
 emacs-git/version.mk | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/emacs-git/Makefile b/emacs-git/Makefile
index bb506aa421..ee850e02a4 100644
--- a/emacs-git/Makefile
+++ b/emacs-git/Makefile
@@ -2,7 +2,7 @@
 
 .include	"version.mk"
 DISTNAME=	emacs-${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}
-PKGNAME=	emacs29-${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}
+PKGNAME=	emacs30-${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}
 CATEGORIES=	editors
 GIT_REPO=	git://git.savannah.gnu.org/emacs.git
 
diff --git a/emacs-git/version.mk b/emacs-git/version.mk
index b72299b609..f84b8c9a42 100644
--- a/emacs-git/version.mk
+++ b/emacs-git/version.mk
@@ -1,10 +1,10 @@
 # $NetBSD: version.mk,v 1.9 2014/10/04 09:10:32 makoto Exp $
 
 _EMACS_FLAVOR=	emacs
-_EMACS_REQD=	emacs29>=29
+_EMACS_REQD=	emacs30>=30
 _EMACS_PKGDEP.base=
 _EMACS_PKGDEP.leim=
 
-_EMACS_VERSION_MAJOR=	29
+_EMACS_VERSION_MAJOR=	30
 _EMACS_VERSION_MINOR=	0
 _EMACS_VERSION_MICRO=	50


Home | Main Index | Thread Index | Old Index