svn commit: r389183 - head/security/doorman

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 11 10:17:19 UTC 2015


Author: amdmi3
Date: Thu Jun 11 10:17:18 2015
New Revision: 389183
URL: https://svnweb.freebsd.org/changeset/ports/389183

Log:
  - Add LICENSE
  - Switch to USES=tar:tgz
  - Fix shebangs
  
  MFH:		2015Q2

Modified:
  head/security/doorman/Makefile

Modified: head/security/doorman/Makefile
==============================================================================
--- head/security/doorman/Makefile	Thu Jun 11 10:17:17 2015	(r389182)
+++ head/security/doorman/Makefile	Thu Jun 11 10:17:18 2015	(r389183)
@@ -3,19 +3,24 @@
 
 PORTNAME=	doorman
 PORTVERSION=	0.81
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Port knocking implementation, both daemon and client
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	lsof:${PORTSDIR}/sysutils/lsof
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PATCH_STRIP=	-p1
 
+USES=		shebangfix tar:tgz
+SHEBANG_FILES=	ipfw_add ipfw_delete \
+		pfctl_add pfctl_delete
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	installdirs install-exec install-data
 


More information about the svn-ports-head mailing list