Received: by mail.netbsd.org (Postfix, from userid 605) id 1866184D36; Sun, 23 Jul 2017 18:47:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EB04D84D36 for ; Sun, 23 Jul 2017 18:47:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id suUifjZ7X_9y for ; Sun, 23 Jul 2017 18:47:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4440E84CDC for ; Sun, 23 Jul 2017 18:47:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3AEECFAA3; Sun, 23 Jul 2017 18:47:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150083563075830" MIME-Version: 1.0 Date: Sun, 23 Jul 2017 18:47:10 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/editors To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20170723184710.3AEECFAA3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150083563075830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dholland Date: Sun Jul 23 18:47:10 UTC 2017 Modified Files: pkgsrc/editors/emacs21: Makefile pkgsrc/editors/emacs21-nox11: Makefile pkgsrc/editors/emacs24: Makefile pkgsrc/editors/emacs24-nox11: Makefile pkgsrc/editors/emacs25: Makefile pkgsrc/editors/emacs25-nox11: Makefile Log Message: Belated PKGREVISION bump for 20170617 change re-enabling ASLR. Hi, Joerg. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/editors/emacs21/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/editors/emacs21-nox11/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/editors/emacs24/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/editors/emacs24-nox11/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/editors/emacs25/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/emacs25-nox11/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150083563075830 Content-Disposition: inline Content-Length: 3147 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/emacs21/Makefile diff -u pkgsrc/editors/emacs21/Makefile:1.38 pkgsrc/editors/emacs21/Makefile:1.39 --- pkgsrc/editors/emacs21/Makefile:1.38 Sat Nov 26 04:22:40 2016 +++ pkgsrc/editors/emacs21/Makefile Sun Jul 23 18:47:09 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2016/11/26 04:22:40 dholland Exp $ +# $NetBSD: Makefile,v 1.39 2017/07/23 18:47:09 dholland Exp $ -PKGREVISION= 37 +PKGREVISION= 38 CATEGORIES= editors CONFLICTS+= emacs21-nox11-[0-9]* Index: pkgsrc/editors/emacs21-nox11/Makefile diff -u pkgsrc/editors/emacs21-nox11/Makefile:1.12 pkgsrc/editors/emacs21-nox11/Makefile:1.13 --- pkgsrc/editors/emacs21-nox11/Makefile:1.12 Fri Dec 30 22:18:55 2016 +++ pkgsrc/editors/emacs21-nox11/Makefile Sun Jul 23 18:47:09 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2016/12/30 22:18:55 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/07/23 18:47:09 dholland Exp $ PKGNAME= emacs21-nox11-${EMACSVERSION}a -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= editors COMMENT_EXTRA= : non-X11 version Index: pkgsrc/editors/emacs24/Makefile diff -u pkgsrc/editors/emacs24/Makefile:1.54 pkgsrc/editors/emacs24/Makefile:1.55 --- pkgsrc/editors/emacs24/Makefile:1.54 Sat Apr 22 21:03:34 2017 +++ pkgsrc/editors/emacs24/Makefile Sun Jul 23 18:47:09 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.54 2017/04/22 21:03:34 adam Exp $ +# $NetBSD: Makefile,v 1.55 2017/07/23 18:47:09 dholland Exp $ CONFLICTS+= emacs24-nox11-[0-9]* -PKGREVISION= 19 +PKGREVISION= 20 .include "../../editors/emacs24/Makefile.common" .include "options.mk" Index: pkgsrc/editors/emacs24-nox11/Makefile diff -u pkgsrc/editors/emacs24-nox11/Makefile:1.10 pkgsrc/editors/emacs24-nox11/Makefile:1.11 --- pkgsrc/editors/emacs24-nox11/Makefile:1.10 Sat Mar 5 15:34:13 2016 +++ pkgsrc/editors/emacs24-nox11/Makefile Sun Jul 23 18:47:09 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 15:34:13 gson Exp $ +# $NetBSD: Makefile,v 1.11 2017/07/23 18:47:09 dholland Exp $ PKGNAME= ${DISTNAME:S/emacs/emacs24/:S/-/-nox11-/} -PKGREVISION= 1 +PKGREVISION= 2 CONFLICTS+= emacs24-[0-9]* Index: pkgsrc/editors/emacs25/Makefile diff -u pkgsrc/editors/emacs25/Makefile:1.8 pkgsrc/editors/emacs25/Makefile:1.9 --- pkgsrc/editors/emacs25/Makefile:1.8 Thu Apr 27 13:27:57 2017 +++ pkgsrc/editors/emacs25/Makefile Sun Jul 23 18:47:10 2017 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2017/04/27 13:27:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2017/07/23 18:47:10 dholland Exp $ CONFLICTS+= emacs25-nox11-[0-9]* +PKGREVISION= 1 .include "../../editors/emacs25/Makefile.common" .include "options.mk" Index: pkgsrc/editors/emacs25-nox11/Makefile diff -u pkgsrc/editors/emacs25-nox11/Makefile:1.2 pkgsrc/editors/emacs25-nox11/Makefile:1.3 --- pkgsrc/editors/emacs25-nox11/Makefile:1.2 Wed Sep 21 12:21:51 2016 +++ pkgsrc/editors/emacs25-nox11/Makefile Sun Jul 23 18:47:09 2017 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2016/09/21 12:21:51 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2017/07/23 18:47:09 dholland Exp $ PKGNAME= ${DISTNAME:S/emacs/emacs25/:S/-/-nox11-/} +PKGREVISION= 1 CONFLICTS+= emacs25-[0-9]* --_----------=_150083563075830--