From owner-svn-ports-all@FreeBSD.ORG  Tue Oct 30 13:02:08 2012
Return-Path: <owner-svn-ports-all@FreeBSD.ORG>
Delivered-To: svn-ports-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
 by hub.freebsd.org (Postfix) with ESMTP id A5E55F86;
 Tue, 30 Oct 2012 13:02:08 +0000 (UTC)
 (envelope-from crees@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c])
 by mx1.freebsd.org (Postfix) with ESMTP id 8CE218FC0C;
 Tue, 30 Oct 2012 13:02:08 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
 by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9UD28dc095323;
 Tue, 30 Oct 2012 13:02:08 GMT (envelope-from crees@svn.freebsd.org)
Received: (from crees@localhost)
 by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9UD28HT095319;
 Tue, 30 Oct 2012 13:02:08 GMT (envelope-from crees@svn.freebsd.org)
Message-Id: <201210301302.q9UD28HT095319@svn.freebsd.org>
From: Chris Rees <crees@FreeBSD.org>
Date: Tue, 30 Oct 2012 13:02:08 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r306672 - head/net-p2p/transmission-cli
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 <svn-ports-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 30 Oct 2012 13:02:08 -0000

Author: crees
Date: Tue Oct 30 13:02:07 2012
New Revision: 306672
URL: http://svn.freebsd.org/changeset/ports/306672

Log:
  Use LITE instead of LIGHTWEIGHT with standard description
  
  Suggested by:	danfe
  Feature safe:	yes

Modified:
  head/net-p2p/transmission-cli/Makefile

Modified: head/net-p2p/transmission-cli/Makefile
==============================================================================
--- head/net-p2p/transmission-cli/Makefile	Tue Oct 30 12:50:16 2012	(r306671)
+++ head/net-p2p/transmission-cli/Makefile	Tue Oct 30 13:02:07 2012	(r306672)
@@ -20,9 +20,7 @@ SLAVEPORT?=	cli
 
 CONFLICTS_INSTALL=	${PORTNAME}${PKGNAMESUFFIX}-2.5*
 
-OPTIONS_DEFINE=	LIGHTWEIGHT
-
-LIGHTWEIGHT_DESC=	Build for low memory / low speed devices
+OPTIONS_DEFINE=	LITE
 
 .include <bsd.port.options.mk>
 
@@ -48,7 +46,7 @@ EXTRA_CONF_ARGS?=--enable-cli \
 		 --disable-mac \
 		 --disable-nls
 
-.if ${PORT_OPTIONS:MLIGHTWEIGHT}
+.if ${PORT_OPTIONS:MLITE}
 CONFIGURE_ARGS+=--enable-lightweight
 .endif