From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 11 05:30:12 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 696B716A41F for ; Sun, 11 Sep 2005 05:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDE3743D46 for ; Sun, 11 Sep 2005 05:30:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8B5UBNG004138 for ; Sun, 11 Sep 2005 05:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8B5UBWc004137; Sun, 11 Sep 2005 05:30:11 GMT (envelope-from gnats) Resent-Date: Sun, 11 Sep 2005 05:30:11 GMT Resent-Message-Id: <200509110530.j8B5UBWc004137@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus Alves Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A15CA16A41F; Sun, 11 Sep 2005 05:20:19 +0000 (GMT) (envelope-from marcus@marcus.grupos.com.br) Received: from mail.grupos.com.br (mail.grupos.com.br [200.203.183.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2072743D45; Sun, 11 Sep 2005 05:20:19 +0000 (GMT) (envelope-from marcus@marcus.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by mail.grupos.com.br (Postfix) with ESMTP id 4863D11E0DB; Sun, 11 Sep 2005 02:20:17 -0300 (BRT) Received: from marcus.grupos.com.br (unknown [150.162.166.51]) by corp.grupos.com.br (Postfix) with ESMTP id 149F5551A; Sun, 11 Sep 2005 02:20:17 -0300 (BRT) Received: from marcus.grupos.com.br (localhost [127.0.0.1]) by marcus.grupos.com.br (8.13.4/8.13.4) with ESMTP id j8B5KGJl073991; Sun, 11 Sep 2005 02:20:16 -0300 (BRT) (envelope-from marcus@marcus.grupos.com.br) Received: (from root@localhost) by marcus.grupos.com.br (8.13.4/8.13.4/Submit) id j8B5KGXn073990; Sun, 11 Sep 2005 02:20:16 -0300 (BRT) (envelope-from marcus) Message-Id: <200509110520.j8B5KGXn073990@marcus.grupos.com.br> Date: Sun, 11 Sep 2005 02:20:16 -0300 (BRT) From: Marcus Alves Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: edwin@FreeBSD.org Subject: ports/85965: Update port: net/ngrep to 1.44 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcus Alves Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 05:30:12 -0000 >Number: 85965 >Category: ports >Synopsis: Update port: net/ngrep to 1.44 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Sep 11 05:30:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Alves Grando >Release: FreeBSD 6.0-BETA4 i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD marcus.grupos.com.br 6.0-BETA4 FreeBSD 6.0-BETA4 #43: Fri Sep 9 15:54:48 BRT 2005 root@marcus.grupos.com.br:/usr/obj/usr/src/sys/MARCUS i386 >Description: - Update to 1.44 - Update MAINTAINER to @FreeBSD.org - Use OPTIONS - Add IPv6 support >How-To-Repeat: >Fix: --- ngrep.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/ngrep/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 25 Jul 2005 01:30:38 -0000 1.19 +++ Makefile 11 Sep 2005 05:17:41 -0000 @@ -7,21 +7,25 @@ # PORTNAME= ngrep -PORTVERSION= 1.43 +PORTVERSION= 1.44 CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION}-1 -MAINTAINER= edwin@mavetju.org +MAINTAINER= edwin@FreeBSD.org COMMENT= Network grep -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-pcre \ - --disable-pcap-restart \ - --enable-dropprivs-onlyroot \ - --mandir=${PREFIX}/man/ -ALL_TARGET= ngrep +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + USE_BZIP2= yes +ALL_TARGET= ngrep +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --mandir=${PREFIX}/man/ --disable-pcap-restart + +OPTIONS= PCRE "Use PCRE instead of GNU regex" on \ + PORTS_PCAP "Use ports PCAP instead of system PCAP" off \ + IPV6 "Enable IPv6 support" off MAN8= ngrep.8 PLIST_FILES= bin/ngrep @@ -31,11 +35,19 @@ .include +.if defined(WITH_PCRE) +CONFIGURE_ARGS+= --enable-pcre +.endif + .if !defined(WITH_PORTS_PCAP) -CONFIGURE_ARGS+=--with-pcap-includes=/usr/include +CONFIGURE_ARGS+= --with-pcap-includes=/usr/include .else -CONFIGURE_ARGS+=--with-pcap-includes=${LOCALBASE}/include -LIB_DEPENDS= pcap.2:${PORTSDIR}/net/libpcap +CONFIGURE_ARGS+= --with-pcap-includes=${LOCALBASE}/include +LIB_DEPENDS+= pcap.2:${PORTSDIR}/net/libpcap +.endif + +.if defined(WITH_IPV6) +CONFIGURE_ARGS++= --enable-ipv6 .endif post-install: @@ -43,9 +55,9 @@ @${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} @if [ -f ${WRKSRC}/${file} ]; then \ - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}; \ + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}; \ else \ - ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}; \ + ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}; \ fi .endfor .endif Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/ngrep/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- distinfo 24 Feb 2005 06:28:20 -0000 1.7 +++ distinfo 11 Sep 2005 05:17:41 -0000 @@ -1,2 +1,2 @@ -MD5 (ngrep-1.43.tar.bz2) = 835e7b52a45c55637f2435a79c7b570c -SIZE (ngrep-1.43.tar.bz2) = 447819 +MD5 (ngrep-1.44-1.tar.bz2) = c8aed4d0fac077cc09524b3c7d623974 +SIZE (ngrep-1.44-1.tar.bz2) = 451130 --- ngrep.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: