svn commit: r373640 - head/devel/bunny

Emanuel Haupt ehaupt at FreeBSD.org
Sat Nov 29 20:16:16 UTC 2014


Author: ehaupt
Date: Sat Nov 29 20:16:15 2014
New Revision: 373640
URL: https://svnweb.freebsd.org/changeset/ports/373640
QAT: https://qat.redports.org/buildarchive/r373640/

Log:
  - Convert to USES=tar:tgz
  - Add LICENSE

Modified:
  head/devel/bunny/Makefile

Modified: head/devel/bunny/Makefile
==============================================================================
--- head/devel/bunny/Makefile	Sat Nov 29 19:35:08 2014	(r373639)
+++ head/devel/bunny/Makefile	Sat Nov 29 20:16:15 2014	(r373640)
@@ -5,11 +5,15 @@ PORTNAME=	bunny
 PORTVERSION=	0.93
 CATEGORIES=	devel
 MASTER_SITES=	GOOGLE_CODE CRITICAL
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Closed loop, high-performance, general purpose protocol-blind fuzzer
 
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		tar:tgz
+
 PROJECTHOST=	bunny-the-fuzzer
 WRKSRC=		${WRKDIR}/${PORTNAME}
 


More information about the svn-ports-all mailing list