pkgsrc-WIP-changes archive

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

Updated wip/emacs-git to 27.0.50, (+include graphics/libimagequant/blk3)



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-SX2) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Mon Sep 18 22:38:25 2017 +0900
Changeset:	8f1072455d5bf61e1dd04a5b23a79b41bc976e09

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

Log Message:
Updated wip/emacs-git to 27.0.50, (+include graphics/libimagequant/blk3)

 +.include "../../graphics/libimagequant/buildlink3.mk"
 and adjusting PLIST as usual update

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

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

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

diffs:
diff --git a/emacs-git/Makefile b/emacs-git/Makefile
index a9c6dd9661..937316dcdc 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=	emacs26-${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}
+PKGNAME=	emacs27-${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}
 CATEGORIES=	editors
 MASTER_SITES=	#
 
@@ -63,5 +63,6 @@ pre-configure:
 
 .include "../../wip/mk/git-package.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../graphics/libimagequant/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/emacs-git/PLIST b/emacs-git/PLIST
index 795f6d5c18..d97637b3e6 100644
--- a/emacs-git/PLIST
+++ b/emacs-git/PLIST
@@ -110,6 +110,7 @@ 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/NEWS.26
 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 9ba2d9ffe3..4f5a6bc0ff 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=	emacs26>=26
+_EMACS_REQD=	emacs27>=27
 _EMACS_PKGDEP.base=
 _EMACS_PKGDEP.leim=
 
-_EMACS_VERSION_MAJOR=	26
+_EMACS_VERSION_MAJOR=	27
 _EMACS_VERSION_MINOR=	0
 _EMACS_VERSION_MICRO=	50


Home | Main Index | Thread Index | Old Index