Date: Tue, 31 May 2016 19:31:11 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416214 - head/deskutils/treeline Message-ID: <201605311931.u4VJVBSm063193@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605311931.u4VJVBSm063193>