pkgsrc-WIP-changes archive

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

emacs-git: update version and PLIST



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Jun 24 10:06:19 2024 +0200
Changeset:	63a42f6a51b7187decedcf42d85d1b57306f0f80

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

Log Message:
emacs-git: update version and PLIST

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

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/PLIST      | 2 ++
 emacs-git/version.mk | 4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)

diffs:
diff --git a/emacs-git/Makefile b/emacs-git/Makefile
index d4b47a5725..ab7ee1e84e 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=	emacs30-${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}
+PKGNAME=	emacs31-${_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/PLIST b/emacs-git/PLIST
index 7fd56c1c89..af1a217ccb 100644
--- a/emacs-git/PLIST
+++ b/emacs-git/PLIST
@@ -118,6 +118,7 @@ share/emacs/${PKGVERSION}/etc/NEWS.26
 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.unknown
 share/emacs/${PKGVERSION}/etc/NEXTSTEP
 share/emacs/${PKGVERSION}/etc/NXML-NEWS
@@ -259,6 +260,7 @@ share/emacs/${PKGVERSION}/etc/charsets/VSCII.map
 share/emacs/${PKGVERSION}/etc/charsets/stdenc.map
 share/emacs/${PKGVERSION}/etc/charsets/symbol.map
 share/emacs/${PKGVERSION}/etc/compilation.txt
+share/emacs/${PKGVERSION}/etc/copyright-assign.txt
 share/emacs/${PKGVERSION}/etc/e/README
 share/emacs/${PKGVERSION}/etc/e/eterm-color
 share/emacs/${PKGVERSION}/etc/e/eterm-color.ti
diff --git a/emacs-git/version.mk b/emacs-git/version.mk
index f84b8c9a42..c94961ad61 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=	emacs30>=30
+_EMACS_REQD=	emacs31>=31
 _EMACS_PKGDEP.base=
 _EMACS_PKGDEP.leim=
 
-_EMACS_VERSION_MAJOR=	30
+_EMACS_VERSION_MAJOR=	31
 _EMACS_VERSION_MINOR=	0
 _EMACS_VERSION_MICRO=	50


Home | Main Index | Thread Index | Old Index