svn commit: r480093 - head/devel/ccache

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 19 09:38:25 UTC 2018


Author: amdmi3
Date: Wed Sep 19 09:38:24 2018
New Revision: 480093
URL: https://svnweb.freebsd.org/changeset/ports/480093

Log:
  - Unsilence installation
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/devel/ccache/Makefile
  head/devel/ccache/pkg-descr

Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile	Wed Sep 19 09:08:25 2018	(r480092)
+++ head/devel/ccache/Makefile	Wed Sep 19 09:38:24 2018	(r480093)
@@ -115,7 +115,7 @@ post-patch-MEMCACHED-off:
 
 post-build-TINDERBOX-on:
 	@${MKDIR} ${WRKDIR}/tb/opt
-	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${WRKDIR}/tb/opt
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${WRKDIR}/tb/opt
 .for l in ${CCACHE_COMPILERS}
 	@${LN} -sf ${PORTNAME} ${WRKDIR}/tb/opt/${l}
 .endfor

Modified: head/devel/ccache/pkg-descr
==============================================================================
--- head/devel/ccache/pkg-descr	Wed Sep 19 09:08:25 2018	(r480092)
+++ head/devel/ccache/pkg-descr	Wed Sep 19 09:38:24 2018	(r480093)
@@ -3,4 +3,4 @@ compilers, using the -E compiler switch and a hash to 
 compilation can be satisfied from cache.  This often results in a 5 to 10
 times speedup in common compilations.
 
-WWW: http://ccache.samba.org/
+WWW: https://ccache.samba.org/


More information about the svn-ports-all mailing list