Date: Sun, 26 Jun 2016 09:44:15 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417516 - head/editors/joe2 Message-ID: <201606260944.u5Q9iFRF002160@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606260944.u5Q9iFRF002160>