From owner-svn-ports-all@FreeBSD.ORG Thu Oct 31 23:33:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D6187D76; Thu, 31 Oct 2013 23:33:46 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9D2E2BE7; Thu, 31 Oct 2013 23:33:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9VNXkKq011093; Thu, 31 Oct 2013 23:33:46 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9VNXk5S011091; Thu, 31 Oct 2013 23:33:46 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201310312333.r9VNXk5S011091@svn.freebsd.org> From: Renato Botelho Date: Thu, 31 Oct 2013 23:33:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332300 - head/editors/jed 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.14 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: Thu, 31 Oct 2013 23:33:46 -0000 Author: garga Date: Thu Oct 31 23:33:45 2013 New Revision: 332300 URL: http://svnweb.freebsd.org/changeset/ports/332300 Log: . Add LICENSE . Simplify Makefile Modified: head/editors/jed/Makefile (contents, props changed) head/editors/jed/pkg-plist Modified: head/editors/jed/Makefile ============================================================================== --- head/editors/jed/Makefile Thu Oct 31 23:33:13 2013 (r332299) +++ head/editors/jed/Makefile Thu Oct 31 23:33:45 2013 (r332300) @@ -13,12 +13,15 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-$ MAINTAINER= garga@FreeBSD.org COMMENT= A SLang-based text editor +LICENSE= GPLv2 + LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2 CONFLICTS= jed-devel-[0-9]* OPTIONS_DEFINE= X11 PERMS HOSTLOOKUP DOCS OPTIONS_DEFAULT=X11 HOSTLOOKUP DOCS +OPTIONS_SUB= X11 PERMS_DESC= Respect permissions by Root HOSTLOOKUP_DESC=Look-up for hostname @@ -40,15 +43,10 @@ MAKE_ENV+= JED_DOC_FILES="" \ ALL_TARGET= all getmail -.include +X11_USE= XORG=x11 XORG=ice XORG=xt +X11_ALL_TARGET= xjed -.if ${PORT_OPTIONS:MX11} -USE_XORG= x11 ice xt -ALL_TARGET+= xjed -PLIST_SUB+= XJED="" -.else -PLIST_SUB+= XJED="@comment " -.endif +.include .if empty(PORT_OPTIONS:MHOSTLOOKUP) HOSTNAME_CMD= /bin/hostname @@ -60,10 +58,8 @@ post-patch: -e 's,\.\./info/\*,,' \ -e 's,^\(JED_DOC_.*FILES\) =,\1 \?=,g' \ ${WRKSRC}/src/Makefile.in -.if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} -e '/MKINSDIR.*DEST_DOC_DIR/d' \ ${WRKSRC}/src/Makefile.in -.endif .if empty(PORT_OPTIONS:MPERMS) @${REINPLACE_CMD} 's|jed_file_is_readonly (file, 1)|jed_file_is_readonly (file, 0)|' ${WRKSRC}/src/file.c .endif Modified: head/editors/jed/pkg-plist ============================================================================== --- head/editors/jed/pkg-plist Thu Oct 31 23:33:13 2013 (r332299) +++ head/editors/jed/pkg-plist Thu Oct 31 23:33:45 2013 (r332300) @@ -1,7 +1,7 @@ @comment $FreeBSD$ bin/jed bin/jed-script -%%XJED%%bin/xjed +%%X11%%bin/xjed lib/jed/bin/getmail lib/jed/lib/README lib/jed/lib/abbrev.sl