From owner-svn-ports-branches@freebsd.org Thu Jul 14 15:43:09 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79800B98108; Thu, 14 Jul 2016 15:43:09 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A09C1B47; Thu, 14 Jul 2016 15:43:09 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6EFh8ET069606; Thu, 14 Jul 2016 15:43:08 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6EFh88s069605; Thu, 14 Jul 2016 15:43:08 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201607141543.u6EFh88s069605@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 14 Jul 2016 15:43:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r418536 - branches/2016Q3/textproc/markdown-mode.el X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2016 15:43:09 -0000 Author: rakuco Date: Thu Jul 14 15:43:08 2016 New Revision: 418536 URL: https://svnweb.freebsd.org/changeset/ports/418536 Log: MFH: r418408 Set NO_ARCH=yes. The port only installs an Emacs Lisp file. PR: 210962 Approved by: olgeni (maintainer) Approved by: ports-secteam (junovitch) Modified: branches/2016Q3/textproc/markdown-mode.el/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/textproc/markdown-mode.el/Makefile ============================================================================== --- branches/2016Q3/textproc/markdown-mode.el/Makefile Thu Jul 14 13:22:47 2016 (r418535) +++ branches/2016Q3/textproc/markdown-mode.el/Makefile Thu Jul 14 15:43:08 2016 (r418536) @@ -2,6 +2,7 @@ PORTNAME= markdown-mode.el PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://jblevins.org/projects/markdown-mode/ DISTNAME= markdown-mode.el @@ -12,6 +13,7 @@ EXTRACT_ONLY= # empty MAINTAINER= olgeni@FreeBSD.org COMMENT= Emacs/XEmacs major mode for editing Markdown-formatted text +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes