svn commit: r392052 - branches/2015Q3/net/honeyd

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 14 19:40:52 UTC 2015


Author: amdmi3
Date: Tue Jul 14 19:40:51 2015
New Revision: 392052
URL: https://svnweb.freebsd.org/changeset/ports/392052

Log:
  MFH: r392051
  
  - Fix shebangs
  - Add LICENSE_FILE
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/net/honeyd/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/net/honeyd/Makefile
==============================================================================
--- branches/2015Q3/net/honeyd/Makefile	Tue Jul 14 19:39:16 2015	(r392051)
+++ branches/2015Q3/net/honeyd/Makefile	Tue Jul 14 19:40:51 2015	(r392052)
@@ -3,7 +3,7 @@
 
 PORTNAME=	honeyd
 PORTVERSION=	1.5c
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net
 MASTER_SITES=	http://www.honeyd.org/uploads/ \
 		http://www.citi.umich.edu/u/provos/honeyd/
@@ -12,12 +12,14 @@ MAINTAINER=	skreuzer at FreeBSD.org
 COMMENT=	Simulate virtual network hosts (honeypots)
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libevent.so:${PORTSDIR}/devel/libevent2 \
 		libdnet.so:${PORTSDIR}/net/libdnet \
 		libpcre.so:${PORTSDIR}/devel/pcre
 
-USES=		libtool
+USES=		libtool shebangfix
+SHEBANG_FILES=	scripts/*.pl scripts/snmp/*.pl
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libdnet=${LOCALBASE} \


More information about the svn-ports-all mailing list