From owner-svn-ports-head@FreeBSD.ORG Tue Sep 30 10:41:09 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2A0347A; Tue, 30 Sep 2014 10:41:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 DF5492F7; Tue, 30 Sep 2014 10:41:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UAf8tc011210; Tue, 30 Sep 2014 10:41:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UAf8Lf011209; Tue, 30 Sep 2014 10:41:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409301041.s8UAf8Lf011209@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 Sep 2014 10:41:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369582 - head/editors/komodo-edit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 10:41:09 -0000 Author: amdmi3 Date: Tue Sep 30 10:41:08 2014 New Revision: 369582 URL: http://svnweb.freebsd.org/changeset/ports/369582 QAT: https://qat.redports.org/buildarchive/r369582/ Log: - Switch to PLIST_FILES/PORTDATA - Remove always false condition Deleted: head/editors/komodo-edit/pkg-plist Modified: head/editors/komodo-edit/Makefile Modified: head/editors/komodo-edit/Makefile ============================================================================== --- head/editors/komodo-edit/Makefile Tue Sep 30 10:38:54 2014 (r369581) +++ head/editors/komodo-edit/Makefile Tue Sep 30 10:41:08 2014 (r369582) @@ -20,6 +20,10 @@ ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes USE_LINUX= f10 USE_LINUX_APPS= alsalib gtk2 jpeg dbusglib + +PLIST_FILES= bin/komodo +PORTDATA= * + DESKTOP_ENTRIES="Komodo Edit" \ "Free multi-platform editor that makes it easy to write quality code." \ ${DATADIR}/share/icons/komodo48.png \ @@ -27,12 +31,6 @@ DESKTOP_ENTRIES="Komodo Edit" \ "Development;Utility;TextEditor;" \ false -.include - -.if ${OSVERSION} < 800000 -BROKEN= does not build -.endif - do-install: ${MKDIR} ${STAGEDIR}${DESKTOPDIR} cd ${WRKSRC}/INSTALLDIR && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR} @@ -42,4 +40,4 @@ do-install: ${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/lib/mozilla/run-mozilla.sh ${LN} -sf ${DATADIR}/bin/komodo ${STAGEDIR}${PREFIX}/bin/ -.include +.include