Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2014 20:54:15 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367979 - head/security/ipfilter2dshield
Message-ID:  <201409112054.s8BKsFmb050545@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Sep 11 20:54:14 2014
New Revision: 367979
URL: http://svnweb.freebsd.org/changeset/ports/367979
QAT: https://qat.redports.org/buildarchive/r367979/

Log:
  - Allow staging as a regular user
  - Shebangfix

Modified:
  head/security/ipfilter2dshield/Makefile

Modified: head/security/ipfilter2dshield/Makefile
==============================================================================
--- head/security/ipfilter2dshield/Makefile	Thu Sep 11 20:37:35 2014	(r367978)
+++ head/security/ipfilter2dshield/Makefile	Thu Sep 11 20:54:14 2014	(r367979)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ipfilter2dshield
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	http://www.dshield.org/clients/
 DISTNAME=	dshield-freebsd.pl
@@ -14,12 +14,14 @@ COMMENT=	Official DShield client for ipf
 
 RUN_DEPENDS=	p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	${DISTNAME}
 
 PKGMESSAGE=	${WRKDIR}/pkg-message
 PKGDEINSTALL=	${WRKDIR}/pkg-deinstall
 
 NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
 
 do-extract:
 	@${MKDIR} ${WRKDIR}
@@ -34,6 +36,6 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${ETCDIR}
 	${INSTALL_DATA} ${WRKDIR}/${DISTNAME} \
 		${STAGEDIR}${ETCDIR}/${DISTNAME}.sample
-	${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 760 ${WRKDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL} -m 760 ${WRKDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/sbin
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409112054.s8BKsFmb050545>