From owner-svn-ports-all@freebsd.org Tue May 31 19:31:12 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 B0690B5B1AF; Tue, 31 May 2016 19:31:12 +0000 (UTC) (envelope-from pawel@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 820EA1CB0; Tue, 31 May 2016 19:31:12 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4VJVB99063194; Tue, 31 May 2016 19:31:11 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4VJVBSm063193; Tue, 31 May 2016 19:31:11 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201605311931.u4VJVBSm063193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 31 May 2016 19:31:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416214 - head/deskutils/treeline 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: Tue, 31 May 2016 19:31:12 -0000 Author: pawel Date: Tue May 31 19:31:11 2016 New Revision: 416214 URL: https://svnweb.freebsd.org/changeset/ports/416214 Log: - Fix build by explicit stating sip as build dependency - Remove pkg-install script, plugins directory is created in do-install target, no need to do this twice - Add LICENSE_FILE - Convert to USES=pyqt Deleted: head/deskutils/treeline/pkg-install Modified: head/deskutils/treeline/Makefile Modified: head/deskutils/treeline/Makefile ============================================================================== --- head/deskutils/treeline/Makefile Tue May 31 18:02:42 2016 (r416213) +++ head/deskutils/treeline/Makefile Tue May 31 19:31:11 2016 (r416214) @@ -15,18 +15,18 @@ MAINTAINER= pawel@FreeBSD.org COMMENT= Structured information storage program LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/doc/LICENSE BUILD_DEPENDS= aspell:textproc/aspell -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui \ - ${PYTHON_PKGNAMEPREFIX}qt4-network>=0:net/py-qt4-network \ - aspell:textproc/aspell +RUN_DEPENDS= aspell:textproc/aspell -WRKSRC= ${WRKDIR}/TreeLine -USE_QT4= # empty -USES= python:2 +USES= python:2 pyqt:4 +USE_PYQT= gui network sip_build NO_BUILD= yes NO_ARCH= yes +WRKSRC= ${WRKDIR}/TreeLine + DESKTOP_ENTRIES= "TreeLine" "" "${DATADIR}/icons/tree/treeline.png" \ "${PORTNAME}" "Utility;" false