From owner-svn-ports-head@FreeBSD.ORG Sat Jul 21 00:00:01 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by hub.freebsd.org (Postfix) with ESMTP id D7C18106566B; Sat, 21 Jul 2012 00:00:00 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from opti.dougb.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 6C79F1537EA; Fri, 20 Jul 2012 23:59:23 +0000 (UTC) Message-ID: <5009F0DA.3060602@FreeBSD.org> Date: Fri, 20 Jul 2012 16:59:22 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120621 Thunderbird/13.0.1 MIME-Version: 1.0 To: Diane Bruce References: <201207202307.q6KN7TAH049880@svn.freebsd.org> In-Reply-To: <201207202307.q6KN7TAH049880@svn.freebsd.org> X-Enigmail-Version: 1.4.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r301261 - head/comms/ktrack X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 21 Jul 2012 00:00:01 -0000 Thanks. :) For anyone interested in the topic more generally I just sent a message about this issue for other ports to ports@. Doug On 07/20/2012 16:07, Diane Bruce wrote: > Author: db > Date: Fri Jul 20 23:07:28 2012 > New Revision: 301261 > URL: http://svn.freebsd.org/changeset/ports/301261 > > Log: > - remove spurious :install Noted by dougb > > Submitted by: dougb > > Modified: > head/comms/ktrack/Makefile > > Modified: head/comms/ktrack/Makefile > ============================================================================== > --- head/comms/ktrack/Makefile Fri Jul 20 22:25:22 2012 (r301260) > +++ head/comms/ktrack/Makefile Fri Jul 20 23:07:28 2012 (r301261) > @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-0.3.0-rc1 > MAINTAINER= db@FreeBSD.org > COMMENT= Amateur Radio satellite tracking and prediction > > -RUN_DEPENDS= xplanet:${PORTSDIR}/astro/xplanet:install > +RUN_DEPENDS= xplanet:${PORTSDIR}/astro/xplanet > LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib \ > jpeg:${PORTSDIR}/graphics/jpeg > > -- Change is hard.