pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mew



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Jun 20 12:03:04 UTC 2018

Modified Files:
        pkgsrc/mail/mew: Makefile

Log Message:
Support emacs26


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/mail/mew/Makefile

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

Modified files:

Index: pkgsrc/mail/mew/Makefile
diff -u pkgsrc/mail/mew/Makefile:1.96 pkgsrc/mail/mew/Makefile:1.97
--- pkgsrc/mail/mew/Makefile:1.96       Thu Jun  7 18:55:30 2018
+++ pkgsrc/mail/mew/Makefile    Wed Jun 20 12:03:04 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2018/06/07 18:55:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.97 2018/06/20 12:03:04 ryoon Exp $
 
 DISTNAME=      mew-6.8
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -20,7 +20,8 @@ INFO_FILES=   yes
 
 GNU_CONFIGURE= yes
 
-EMACS_VERSIONS_ACCEPTED=       emacs25 emacs25nox
+EMACS_VERSIONS_ACCEPTED=       emacs26 emacs26nox
+EMACS_VERSIONS_ACCEPTED+=      emacs25 emacs25nox
 EMACS_VERSIONS_ACCEPTED+=      emacs21 emacs21nox
 EMACS_MODULES+=                        base
 



Home | Main Index | Thread Index | Old Index