From owner-svn-ports-head@FreeBSD.ORG Sun Mar 16 08:41:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id BFF2AC39; Sun, 16 Mar 2014 08:41:07 +0000 (UTC) Date: Sun, 16 Mar 2014 08:41:07 +0000 From: Alexey Dokuchaev To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r348394 - in head/x11-wm/wmii: . files Message-ID: <20140316084107.GA79365@FreeBSD.org> References: <201403160838.s2G8cxJw059280@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201403160838.s2G8cxJw059280@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2014 08:41:07 -0000 On Sun, Mar 16, 2014 at 08:38:59AM +0000, Alexey Dokuchaev wrote: > New Revision: 348394 > URL: http://svnweb.freebsd.org/changeset/ports/348394 > > @@ -10,37 +10,30 @@ MASTER_SITES= http://dl.suckless.org/wmi > MAINTAINER= ports@FreeBSD.org > COMMENT= Dynamic, minimalist window manager for X11 > > -LIB_DEPENDS= ixp:${PORTSDIR}/devel/libixp > +LIB_DEPENDS= libixp.so:${PORTSDIR}/devel/libixp > RUN_DEPENDS= dmenu:${PORTSDIR}/x11/dmenu > > +LICENSE= MIT > +LICENSE_FILE= ${WRKSRC}/LICENSE > + > CONFLICTS= wmii-3.9* These knobs are out of order now, sorry! Will be fixed together with wmii-devel. ./danfe