svn commit: r355538 - head/net-mgmt/kismet

Antoine Brodin antoine at FreeBSD.org
Tue May 27 16:01:43 UTC 2014


Author: antoine
Date: Tue May 27 16:01:42 2014
New Revision: 355538
URL: http://svnweb.freebsd.org/changeset/ports/355538
QAT: https://qat.redports.org/buildarchive/r355538/

Log:
  Fix make checksum
  
  With hat:	portmgr

Modified:
  head/net-mgmt/kismet/Makefile

Modified: head/net-mgmt/kismet/Makefile
==============================================================================
--- head/net-mgmt/kismet/Makefile	Tue May 27 16:00:36 2014	(r355537)
+++ head/net-mgmt/kismet/Makefile	Tue May 27 16:01:42 2014	(r355538)
@@ -17,7 +17,7 @@ COMMENT=	802.11 layer2 wireless network 
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
-USES=		gmake tar:bzip2
+USES=		gmake tar:xz
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 


More information about the svn-ports-all mailing list