[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / ccache

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/devel/ccache/Makefile between version 1.45 and 1.46

version 1.45, 2019/01/04 23:43:23 version 1.46, 2019/01/15 09:04:17
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       ccache-3.5.1a  DISTNAME=       ccache-3.6
 PKGNAME=        ccache-3.5.1  
 CATEGORIES=     devel  CATEGORIES=     devel
 MASTER_SITES=   http://samba.org/ftp/ccache/  MASTER_SITES=   http://samba.org/ftp/ccache/
 # do not use xz distfile here, xz needs gettext-lib which leads to circular  # do not use xz distfile here, xz needs gettext-lib which leads to circular
Line 13  HOMEPAGE= http://ccache.samba.org/
Line 12  HOMEPAGE= http://ccache.samba.org/
 COMMENT=        Cache for C/C++ compilers  COMMENT=        Cache for C/C++ compilers
 LICENSE=        gnu-gpl-v3 AND modified-bsd AND public-domain AND zlib  LICENSE=        gnu-gpl-v3 AND modified-bsd AND public-domain AND zlib
   
 WRKSRC=         ${WRKDIR}/${PKGNAME_NOREV}  
   
 USE_TOOLS+=             bash:test gmake perl:test  USE_TOOLS+=             bash:test gmake perl:test
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
 TEST_TARGET=            test  TEST_TARGET=            test

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

CVSweb <webmaster@jp.NetBSD.org>