From owner-freebsd-ports Fri Sep 20 2:40: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B055537B401 for ; Fri, 20 Sep 2002 02:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F080843E6E for ; Fri, 20 Sep 2002 02:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8K9e2Co002003 for ; Fri, 20 Sep 2002 02:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8K9e20B002002; Fri, 20 Sep 2002 02:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C00C737B401 for ; Fri, 20 Sep 2002 02:33:02 -0700 (PDT) Received: from itesec.hsc.fr (itesec.hsc.fr [192.70.106.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EF0643E42 for ; Fri, 20 Sep 2002 02:33:02 -0700 (PDT) (envelope-from ecu@hsc.fr) Received: from silver.hsc.fr (silver.hsc.fr [192.70.106.98]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "silver.hsc.fr", Issuer "HSC CA" (verified OK)) by itesec.hsc.fr (Postfix) with ESMTP id 48FF320F41 for ; Fri, 20 Sep 2002 11:33:01 +0200 (CEST) Received: by silver.hsc.fr (Postfix, from userid 1000) id 6305D5532; Fri, 20 Sep 2002 11:33:00 +0200 (CEST) Message-Id: <20020920093300.6305D5532@silver.hsc.fr> Date: Fri, 20 Sep 2002 11:33:00 +0200 (CEST) From: Nicolas Jombart Reply-To: Nicolas Jombart To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42981: Update port: security/hping strip binary Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 --- 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