Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2018 09:38:24 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480093 - head/devel/ccache
Message-ID:  <201809190938.w8J9cOD0048847@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809190938.w8J9cOD0048847>