From owner-freebsd-ports Fri Oct 25 23:10:25 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 928EB37B407 for ; Fri, 25 Oct 2002 23:10:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D214E43E9C for ; Fri, 25 Oct 2002 23:10:01 -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 g9Q6A1x3098084 for ; Fri, 25 Oct 2002 23:10:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9Q6A1Gk098083; Fri, 25 Oct 2002 23:10:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D619037B401 for ; Fri, 25 Oct 2002 23:03:09 -0700 (PDT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9533943E6A for ; Fri, 25 Oct 2002 23:03:09 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9Q6397R094814 for ; Fri, 25 Oct 2002 23:03:09 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9Q6391U094813; Fri, 25 Oct 2002 23:03:09 -0700 (PDT) Message-Id: <200210260603.g9Q6391U094813@www.freebsd.org> Date: Fri, 25 Oct 2002 23:03:09 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44486: Update port: security/find_ddos 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: 44486 >Category: ports >Synopsis: Update port: security/find_ddos >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 25 23:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.7-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Utilize NOPORTDOCS >How-To-Repeat: >Fix: diff -urN /usr/ports/security/find_ddos/Makefile security/find_ddos/Makefile --- /usr/ports/security/find_ddos/Makefile Tue Sep 10 20:26:21 2002 +++ security/find_ddos/Makefile Fri Oct 25 02:53:30 2002 @@ -9,7 +9,8 @@ PORTNAME= find_ddos PORTVERSION= 4.2 CATEGORIES= security -MASTER_SITES= http://ftp.cert.org.tw/tools/Security_Scanner/DDOS/ +MASTER_SITES= http://www.nipc.gov/warnings/alerts/1999/ \ + http://www.ucl.ac.uk/cert/tools/ DISTNAME= find_ddos_v42_linux EXTRACT_SUFX= .tar.Z @@ -23,10 +24,10 @@ @brandelf -t Linux ${WRKSRC}/find_ddos do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/find_ddos ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/find_ddos ${PREFIX}/sbin .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/find_ddos - @${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/find_ddos + @${MKDIR} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} .endif .include diff -urN /usr/ports/security/find_ddos/pkg-plist security/find_ddos/pkg-plist --- /usr/ports/security/find_ddos/pkg-plist Wed Nov 22 09:17:17 2000 +++ security/find_ddos/pkg-plist Fri Oct 25 02:52:45 2002 @@ -1,4 +1,4 @@ @comment $FreeBSD: ports/security/find_ddos/pkg-plist,v 1.4 2000/11/22 00:17:17 obrien Exp $ sbin/find_ddos -share/doc/find_ddos/README -@dirrm share/doc/find_ddos +%%PORTDOCS%%share/doc/find_ddos/README +%%PORTDOCS%%@dirrm share/doc/find_ddos >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message