pkgsrc-WIP-changes archive

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

emacs-git: update to 26.0.50 to follow upstream.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Oct 2 20:38:58 2016 +0200
Changeset:	8d1ef94c7d6e0cbf4d54018efe48526f9aad1a89

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

Log Message:
emacs-git: update to 26.0.50 to follow upstream.

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

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

diffs:
diff --git a/emacs-git/Makefile b/emacs-git/Makefile
index 81392d4..4d7754c 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=	emacs25-${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}
+PKGNAME=	emacs26-${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}
 CATEGORIES=	editors
 MASTER_SITES=	#
 
diff --git a/emacs-git/PLIST b/emacs-git/PLIST
index 4c4462d..31b3db4 100644
--- a/emacs-git/PLIST
+++ b/emacs-git/PLIST
@@ -109,6 +109,7 @@ share/emacs/${PKGVERSION}/etc/NEWS.21
 share/emacs/${PKGVERSION}/etc/NEWS.22
 share/emacs/${PKGVERSION}/etc/NEWS.23
 share/emacs/${PKGVERSION}/etc/NEWS.24
+share/emacs/${PKGVERSION}/etc/NEWS.25
 share/emacs/${PKGVERSION}/etc/NEXTSTEP
 share/emacs/${PKGVERSION}/etc/NXML-NEWS
 share/emacs/${PKGVERSION}/etc/ORDERS
diff --git a/emacs-git/version.mk b/emacs-git/version.mk
index e839656..9ba2d9f 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=	emacs25>=25
+_EMACS_REQD=	emacs26>=26
 _EMACS_PKGDEP.base=
 _EMACS_PKGDEP.leim=
 
-_EMACS_VERSION_MAJOR=	25
-_EMACS_VERSION_MINOR=	2
+_EMACS_VERSION_MAJOR=	26
+_EMACS_VERSION_MINOR=	0
 _EMACS_VERSION_MICRO=	50


Home | Main Index | Thread Index | Old Index