svn commit: r305520 - head/security/dsniff

Sofian Brabez sbz at FreeBSD.org
Mon Oct 8 09:44:56 UTC 2012


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
> 
> Log:
>   - Convert to new option framework
>   - Add LICENSE
>   - Update MASTER_SITES
>   - Update pkg-descr
> 
> Modified:
>   head/security/dsniff/Makefile   (contents, props changed)
>   head/security/dsniff/pkg-descr   (contents, props changed)
> 
> Modified: head/security/dsniff/Makefile
> ==============================================================================
> --- 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 at FreeBSD.org
> -#
> +# Created by: kris at FreeBSD.org
>  # $FreeBSD$
> -#
>  
>  PORTNAME=	dsniff
>  PORTVERSION=	2.3
>  PORTREVISION=	4
>  CATEGORIES=	security
> -MASTER_SITES=	http://naughty.monkey.org/~dugsong/dsniff/
> +MASTER_SITES=	http://www.monkey.org/~dugsong/${PORTNAME}/ \
> +		LOCAL/sbz
>  
>  MAINTAINER=	sbz at FreeBSD.org
>  COMMENT=	Various sniffing utilities for penetration testing
>  
> +LICENSE=	BSD
> +
>  BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 \
>  		${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids
>  
>  GNU_CONFIGURE=	yes
>  WANT_GNOME=	yes
>  
> -OPTIONS=	X11 "Enable X11 support" on
> +OPTIONS_DEFINE=	X11
> +
> +OPTIONS_DEFAULT=	X11
> +
> +.include <bsd.port.options.mk>
>  
> -MAN8=		arpspoof.8 dsniff.8 macof.8 mailsnarf.8 tcpkill.8 \
> +MAN8=		arpspoof.8 ${PORTNAME}.8 macof.8 mailsnarf.8 tcpkill.8 \
>  		tcpnice.8 urlsnarf.8 filesnarf.8 dnsspoof.8 msgsnarf.8 \
>  		sshmitm.8 webmitm.8
>  
> @@ -41,7 +44,7 @@ LIBNIDS_GLIB2!=	nm -u ${LOCALBASE}/lib/l
>  USE_GNOME+=	glib20
>  .endif
>  
> -.if !defined(WITHOUT_X11)
> +.if empty(PORT_OPTIONS:MX11)
>  USE_XORG=	x11 xmu
>  PLIST_SUB+=	X11=''
>  MAN8+=		webspy.8

Hi,

!defined(WITHOUT_BLA) means defined(WITH_BLA) == ${PORT_OPTIONS:MBLA}, sorry for
this dumb error, it's fixed in r305524.

Regards

-- 
Sofian Brabez
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20121008/b74d6ace/attachment.sig>


More information about the svn-ports-all mailing list