svn commit: r394810 - head/devel/ccache

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 19 20:16:29 UTC 2015


Author: amdmi3
Date: Wed Aug 19 20:16:28 2015
New Revision: 394810
URL: https://svnweb.freebsd.org/changeset/ports/394810

Log:
  - Remove obsolete clang links
  
  Approved by:	bdrewery (maintainer, implicit)

Modified:
  head/devel/ccache/Makefile

Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile	Wed Aug 19 19:47:17 2015	(r394809)
+++ head/devel/ccache/Makefile	Wed Aug 19 20:16:28 2015	(r394810)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ccache
 PORTVERSION=	3.2.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	http://www.samba.org/ftp/ccache/ \
 		LOCAL/bdrewery
@@ -52,7 +52,7 @@ GNU_COMPILERS+=		34 42 43 44 45 46 47 48
 CCACHE_COMPILERS+=	cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
 
 .if ${PORT_OPTIONS:MCLANGLINK}
-CLANG_COMPILERS+=	31 32 33 34 35 36 37 -devel
+CLANG_COMPILERS+=	33 34 35 36 37 -devel
 CCACHE_COMPILERS+=	clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|}
 .endif
 


More information about the svn-ports-all mailing list