svn commit: r477362 - head/editors/codelite

Mahdi Mokhtari mmokhi at FreeBSD.org
Thu Aug 16 16:38:37 UTC 2018


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 at 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


More information about the svn-ports-head mailing list