Date: Mon, 8 Oct 2012 11:44:50 +0200 From: Sofian Brabez <sbz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r305520 - head/security/dsniff Message-ID: <20121008094450.GA10937@ogoshi.int.nbs-system.com> In-Reply-To: <201210080813.q988D5pK060799@svn.freebsd.org> References: <201210080813.q988D5pK060799@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 <bsd.port.options.mk> > =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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121008094450.GA10937>