From owner-svn-ports-all@freebsd.org Thu Jun 23 12:14:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AEBEB73A3E; Thu, 23 Jun 2016 12:14:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AEB219AB; Thu, 23 Jun 2016 12:14:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5NCEiGY040075; Thu, 23 Jun 2016 12:14:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5NCEij7040074; Thu, 23 Jun 2016 12:14:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201606231214.u5NCEij7040074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 23 Jun 2016 12:14:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417370 - head/astro/qmapshack 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.22 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, 23 Jun 2016 12:14:45 -0000 Author: amdmi3 Date: Thu Jun 23 12:14:44 2016 New Revision: 417370 URL: https://svnweb.freebsd.org/changeset/ports/417370 Log: - Clarify LICENSE, add LICENSE_FILE - Fix dependency on qt5-dbus (move to USE_QT5) Approved by: portmgr blanket Modified: head/astro/qmapshack/Makefile Modified: head/astro/qmapshack/Makefile ============================================================================== --- head/astro/qmapshack/Makefile Thu Jun 23 12:13:03 2016 (r417369) +++ head/astro/qmapshack/Makefile Thu Jun 23 12:14:44 2016 (r417370) @@ -9,16 +9,15 @@ MASTER_SITES= https://bitbucket.org/mapr MAINTAINER= bofh@FreeBSD.org COMMENT= Ultimate outdoor aficionado's tool -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE - -LIB_DEPENDS= libQt5DBus.so:devel/dbus-qt5 \ - libgdal.so:graphics/gdal \ +LIB_DEPENDS= libgdal.so:graphics/gdal \ libproj.so:graphics/proj \ libroutino.so:astro/routino USES= cmake compiler:c++11-lib desktop-file-utils -USE_QT5= buildtools core gui linguisttools network printsupport \ +USE_QT5= buildtools core dbus gui linguisttools network printsupport \ qmake script sql sql-sqlite3 webkit widgets xml .include