Date: Thu, 16 Aug 2018 16:38:36 +0000 (UTC) From: Mahdi Mokhtari <mmokhi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477362 - head/editors/codelite Message-ID: <201808161638.w7GGcaOq082922@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mmokhi Date: Thu Aug 16 16:38:36 2018 New Revision: 477362 URL: https://svnweb.freebsd.org/changeset/ports/477362 Log: editors/codelite: Remove obsolete clang support from pkg-plist PR: 229072 Reported by: brooks Sponsored by: The FreeBSD Foundation Modified: head/editors/codelite/Makefile head/editors/codelite/pkg-plist Modified: head/editors/codelite/Makefile ============================================================================== --- head/editors/codelite/Makefile Thu Aug 16 16:34:38 2018 (r477361) +++ head/editors/codelite/Makefile Thu Aug 16 16:38:36 2018 (r477362) @@ -3,7 +3,7 @@ PORTNAME= codelite PORTVERSION= 11.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors devel MAINTAINER= mmokhi@FreeBSD.org Modified: head/editors/codelite/pkg-plist ============================================================================== --- head/editors/codelite/pkg-plist Thu Aug 16 16:34:38 2018 (r477361) +++ head/editors/codelite/pkg-plist Thu Aug 16 16:38:36 2018 (r477362) @@ -9,10 +9,6 @@ bin/codelite_fix_files bin/codelite_indexer bin/codelite_kill_children bin/codelite_xterm -%%CLANG37%%bin/codelite-lldb -%%CLANG37%%lib/codelite/LLDBDebugger.so -%%CLANG38%%bin/codelite-lldb -%%CLANG38%%lib/codelite/LLDBDebugger.so lib/codelite/AutoSave.so lib/codelite/CMakePlugin.so lib/codelite/CallGraph.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808161638.w7GGcaOq082922>