From owner-svn-ports-all@FreeBSD.ORG Mon Oct 8 09:44:56 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3812C106564A; Mon, 8 Oct 2012 09:44:56 +0000 (UTC) (envelope-from sbrabez@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 616C58FC0A; Mon, 8 Oct 2012 09:44:55 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id 16so3205759wgi.31 for ; Mon, 08 Oct 2012 02:44:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=P0nwPn16Hp/Qp3ktyrpDxFEXyzBeI8s0UVJj5WwldB8=; b=Vna3DlVz7Ci0g6Of8ZZGA8Tji6UwcMPvcjzJjzkQ59zBJr9uOhTLeMi1iXWFccAII1 dClslwjPSPF28ph7Z6cJZjj2yBWGBSXcpgknyURCygkZFzMIDs2/fuSTGePlSE6rfxOR eMrPkCOizNeUGTS9mqtYJJdWZyYh1Ofwr5TimEovb1HpYxl7FhyWUKqxw5lNlEYM3sPU W34Xu2IozNkXVT6B5TVfmUvdW6sKQFWFavVocLnCX+3gwysP/D9frkIOApnqfTnGgi+F mklg0YENW76Yp5j9AkAZ3fIbAoobSlLi9doPs+VmTTd16f5MmCtvON5rtQkdID2PWmZ9 p4mA== Received: by 10.216.213.100 with SMTP id z78mr9754206weo.180.1349689493768; Mon, 08 Oct 2012 02:44:53 -0700 (PDT) Received: from ogoshi.int.nbs-system.com (home.6dev.net. [88.191.118.8]) by mx.google.com with ESMTPS id a10sm21082484wiz.4.2012.10.08.02.44.52 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 08 Oct 2012 02:44:53 -0700 (PDT) Sender: Sofian Brabez Date: Mon, 8 Oct 2012 11:44:50 +0200 From: Sofian Brabez To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <20121008094450.GA10937@ogoshi.int.nbs-system.com> References: <201210080813.q988D5pK060799@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3MwIy2ne0vdjdPXF" Content-Disposition: inline In-Reply-To: <201210080813.q988D5pK060799@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: Re: svn commit: r305520 - head/security/dsniff X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2012 09:44:56 -0000 --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 08, 2012 at 08:13:05AM +0000, Sofian Brabez wrote: > Author: sbz > Date: Mon Oct 8 08:13:05 2012 > New Revision: 305520 > URL: http://svn.freebsd.org/changeset/ports/305520 >=20 > Log: > - Convert to new option framework > - Add LICENSE > - Update MASTER_SITES > - Update pkg-descr >=20 > Modified: > head/security/dsniff/Makefile (contents, props changed) > head/security/dsniff/pkg-descr (contents, props changed) >=20 > Modified: head/security/dsniff/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/security/dsniff/Makefile Mon Oct 8 07:47:13 2012 (r305519) > +++ head/security/dsniff/Makefile Mon Oct 8 08:13:05 2012 (r305520) > @@ -1,28 +1,31 @@ > -# New ports collection makefile for: dsniff > -# Date created: 08 Jan 2000 > -# Whom: kris@FreeBSD.org > -# > +# Created by: kris@FreeBSD.org > # $FreeBSD$ > -# > =20 > PORTNAME=3D dsniff > PORTVERSION=3D 2.3 > PORTREVISION=3D 4 > CATEGORIES=3D security > -MASTER_SITES=3D http://naughty.monkey.org/~dugsong/dsniff/ > +MASTER_SITES=3D http://www.monkey.org/~dugsong/${PORTNAME}/ \ > + LOCAL/sbz > =20 > MAINTAINER=3D sbz@FreeBSD.org > COMMENT=3D Various sniffing utilities for penetration testing > =20 > +LICENSE=3D BSD > + > BUILD_DEPENDS=3D ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 \ > ${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids > =20 > GNU_CONFIGURE=3D yes > WANT_GNOME=3D yes > =20 > -OPTIONS=3D X11 "Enable X11 support" on > +OPTIONS_DEFINE=3D X11 > + > +OPTIONS_DEFAULT=3D X11 > + > +.include > =20 > -MAN8=3D arpspoof.8 dsniff.8 macof.8 mailsnarf.8 tcpkill.8 \ > +MAN8=3D arpspoof.8 ${PORTNAME}.8 macof.8 mailsnarf.8 tcpkill.8 \ > tcpnice.8 urlsnarf.8 filesnarf.8 dnsspoof.8 msgsnarf.8 \ > sshmitm.8 webmitm.8 > =20 > @@ -41,7 +44,7 @@ LIBNIDS_GLIB2!=3D nm -u ${LOCALBASE}/lib/l > USE_GNOME+=3D glib20 > .endif > =20 > -.if !defined(WITHOUT_X11) > +.if empty(PORT_OPTIONS:MX11) > USE_XORG=3D x11 xmu > PLIST_SUB+=3D X11=3D'' > MAN8+=3D webspy.8 Hi, !defined(WITHOUT_BLA) means defined(WITH_BLA) =3D=3D ${PORT_OPTIONS:MBLA}, = sorry for this dumb error, it's fixed in r305524. Regards --=20 Sofian Brabez --3MwIy2ne0vdjdPXF Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlByoJEACgkQc2NR9CSH5X5Q5wCeLGtAxiuKU0hV5phUWy0NkcZm /aAAnAsNhC9Hqa7YZ7Q0YAilkH9bzH9g =gO7b -----END PGP SIGNATURE----- --3MwIy2ne0vdjdPXF--