From owner-svn-ports-all@freebsd.org Thu Nov 2 00:39:56 2017 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 DB976E67CED; Thu, 2 Nov 2017 00:39:56 +0000 (UTC) (envelope-from db@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 A94A863F9C; Thu, 2 Nov 2017 00:39:56 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA20dtxG007791; Thu, 2 Nov 2017 00:39:55 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA20dt2T007790; Thu, 2 Nov 2017 00:39:55 GMT (envelope-from db@FreeBSD.org) Message-Id: <201711020039.vA20dt2T007790@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Thu, 2 Nov 2017 00:39:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453328 - head/comms/qtel X-SVN-Group: ports-head X-SVN-Commit-Author: db X-SVN-Commit-Paths: head/comms/qtel X-SVN-Commit-Revision: 453328 X-SVN-Commit-Repository: ports 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.23 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, 02 Nov 2017 00:39:57 -0000 Author: db Date: Thu Nov 2 00:39:55 2017 New Revision: 453328 URL: https://svnweb.freebsd.org/changeset/ports/453328 Log: Unbreak: fix PR#451999 portlint(1) compliant add license_file PR: ports/223355 Submitted by: takefu@airport.fm Modified: head/comms/qtel/Makefile Modified: head/comms/qtel/Makefile ============================================================================== --- head/comms/qtel/Makefile Thu Nov 2 00:13:46 2017 (r453327) +++ head/comms/qtel/Makefile Thu Nov 2 00:39:55 2017 (r453328) @@ -7,16 +7,17 @@ PORTREVISION= 1 MAINTAINER= hamradio@FreeBSD.org COMMENT= Qtel Echolink client -BROKEN= Invalid checksum - LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYRIGHT -LIB_DEPENDS= libecholib.so:comms/svxlink +LIB_DEPENDS= libecholib.so:comms/svxlink \ + libgsm.so:audio/gsm MASTERDIR= ${.CURDIR}/../svxlink USE_QT4= corelib gui network qmake_build linguist_build moc_build rcc_build uic_build PKGDIR= ${.CURDIR} CMAKE_ARGS+= -DUSE_QT:BOOL=YES \ -DQT_ONLY:BOOL=YES +USE_GNOME= libsigc++20 .include "${MASTERDIR}/Makefile"