From owner-svn-ports-all@freebsd.org Sun Jun 26 09:44:16 2016 Return-Path: Delivered-To: svn-ports-all@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 70822B80B62; Sun, 26 Jun 2016 09:44:16 +0000 (UTC) (envelope-from riggs@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 4149D16AD; Sun, 26 Jun 2016 09:44:16 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5Q9iFcp002161; Sun, 26 Jun 2016 09:44:15 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5Q9iFRF002160; Sun, 26 Jun 2016 09:44:15 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201606260944.u5Q9iFRF002160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 26 Jun 2016 09:44:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417516 - head/editors/joe2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2016 09:44:16 -0000 Author: riggs Date: Sun Jun 26 09:44:15 2016 New Revision: 417516 URL: https://svnweb.freebsd.org/changeset/ports/417516 Log: Make dependency on ispell a default OPTION While on it: - Fix typo in makefile (PORTREIVSION -> PORTREVISION) PR: 208914 Submitted by: olexander.v.melnyk@gmail.com Approved by: maintainer timeout Modified: head/editors/joe2/Makefile Modified: head/editors/joe2/Makefile ============================================================================== --- head/editors/joe2/Makefile Sun Jun 26 09:05:19 2016 (r417515) +++ head/editors/joe2/Makefile Sun Jun 26 09:44:15 2016 (r417516) @@ -3,18 +3,19 @@ PORTNAME= joe PORTVERSION= 2.9.8 -PORTREIVSION= 1 +PORTREVISION= 1 CATEGORIES+= editors MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION} +PKGNAMESUFFIX= 2 MAINTAINER?= toasty@dragondata.com COMMENT?= Joe's Own Editor -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS ISPELL +OPTIONS_DEFAULT= DOCS ISPELL -RUN_DEPENDS= ispell:textproc/aspell-ispell +ISPELL_RUN_DEPENDS= ispell:textproc/aspell-ispell -PKGNAMESUFFIX= 2 CONFLICTS= joe-3* GNU_CONFIGURE= yes