From owner-svn-ports-all@freebsd.org Mon Nov 7 14:42:09 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 1D995C3438A; Mon, 7 Nov 2016 14:42:09 +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 DE5162F1; Mon, 7 Nov 2016 14:42:08 +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 uA7Eg8g4078645; Mon, 7 Nov 2016 14:42:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7Eg8I2078644; Mon, 7 Nov 2016 14:42:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071442.uA7Eg8I2078644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 14:42:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425628 - head/devel/qconf 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.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: Mon, 07 Nov 2016 14:42:09 -0000 Author: amdmi3 Date: Mon Nov 7 14:42:07 2016 New Revision: 425628 URL: https://svnweb.freebsd.org/changeset/ports/425628 Log: - Add LICENSE Modified: head/devel/qconf/Makefile Modified: head/devel/qconf/Makefile ============================================================================== --- head/devel/qconf/Makefile Mon Nov 7 14:41:21 2016 (r425627) +++ head/devel/qconf/Makefile Mon Nov 7 14:42:07 2016 (r425628) @@ -9,6 +9,9 @@ MASTER_SITES= http://delta.affinix.com/d MAINTAINER= ports@FreeBSD.org COMMENT= Tool to create configure script for qmake-based project +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= tar:bzip2 USE_QT4= corelib xml moc_build qmake_build HAS_CONFIGURE= yes