From owner-svn-ports-all@FreeBSD.ORG Tue Mar 4 17:55:23 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5850D4C; Tue, 4 Mar 2014 17:55:23 +0000 (UTC) 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 C2BF0245; Tue, 4 Mar 2014 17:55:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s24HtNxS029314; Tue, 4 Mar 2014 17:55:23 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s24HtNoI029313; Tue, 4 Mar 2014 17:55:23 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201403041755.s24HtNoI029313@svn.freebsd.org> From: Thierry Thomas Date: Tue, 4 Mar 2014 17:55:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347049 - head/astro/foxtrotgps 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.17 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: Tue, 04 Mar 2014 17:55:23 -0000 Author: thierry Date: Tue Mar 4 17:55:23 2014 New Revision: 347049 URL: http://svnweb.freebsd.org/changeset/ports/347049 QAT: https://qat.redports.org/buildarchive/r347049/ Log: Define the license. Approved by: maintainer Modified: head/astro/foxtrotgps/Makefile Modified: head/astro/foxtrotgps/Makefile ============================================================================== --- head/astro/foxtrotgps/Makefile Tue Mar 4 17:53:57 2014 (r347048) +++ head/astro/foxtrotgps/Makefile Tue Mar 4 17:55:23 2014 (r347049) @@ -10,6 +10,8 @@ MASTER_SITES= http://www.foxtrotgps.org/ MAINTAINER= crwhipp@gmail.com COMMENT= Lightweight opensource gps moving map application +LICENSE= GPLv2 + LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libexif.so:${PORTSDIR}/graphics/libexif \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup \