Date: Fri, 20 Sep 2002 11:33:00 +0200 (CEST) From: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/42981: Update port: security/hping strip binary Message-ID: <20020920093300.6305D5532@silver.hsc.fr>
next in thread | raw e-mail | index | archive | help
>Number: 42981 >Category: ports >Synopsis: Update port: security/hping strip binary >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 20 02:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Nicolas Jombart >Release: FreeBSD 5.0-CURRENT i386 >Organization: HSC >Environment: System: FreeBSD silver.hsc.fr 5.0-CURRENT FreeBSD 5.0-CURRENT #7: Fri Aug 16 16:29:38 CEST 2002 ecu@silver.hsc.fr:/usr/obj/usr/src/sys/SILVER i386 >Description: . Strip binary . Bump PORTREVISION No files added or deleted. >How-To-Repeat: >Fix: --- hping.diff begins here --- diff -ruN /usr/ports/security/hping/Makefile hping/Makefile --- /usr/ports/security/hping/Makefile Mon Sep 17 07:50:40 2001 +++ hping/Makefile Fri Sep 20 11:26:29 2002 @@ -7,7 +7,7 @@ PORTNAME= hping PORTVERSION= 2.0.0r1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security net MASTER_SITES= http://www.hping.org/ @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --force-libpcap USE_GMAKE= yes -MAN8= hping.8 +MAN8= hping.8 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hping2 ${PREFIX}/sbin/hping @@ -31,5 +31,8 @@ ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${PREFIX}/share/doc/hping/ .endfor .endif + +post-install: + strip ${PREFIX}/sbin/hping .include <bsd.port.mk> --- hping.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020920093300.6305D5532>