From owner-svn-ports-head@freebsd.org Tue May 31 13:58:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1FD3B54375; Tue, 31 May 2016 13:58:45 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DD9D107E; Tue, 31 May 2016 13:58:45 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4VDwiUE037073; Tue, 31 May 2016 13:58:44 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4VDwiPq037072; Tue, 31 May 2016 13:58:44 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201605311358.u4VDwiPq037072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Tue, 31 May 2016 13:58:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416200 - head/net/spoofer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2016 13:58:45 -0000 Author: jadawin Date: Tue May 31 13:58:44 2016 New Revision: 416200 URL: https://svnweb.freebsd.org/changeset/ports/416200 Log: - Fix indent Noticed by: danfe Modified: head/net/spoofer/Makefile Modified: head/net/spoofer/Makefile ============================================================================== --- head/net/spoofer/Makefile Tue May 31 13:55:02 2016 (r416199) +++ head/net/spoofer/Makefile Tue May 31 13:58:44 2016 (r416200) @@ -1,40 +1,40 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ -PORTNAME= spoofer -PORTVERSION= 1.0.1 -CATEGORIES= net -MASTER_SITES= http://www.caida.org/projects/spoofer/downloads/ +PORTNAME= spoofer +PORTVERSION= 1.0.1 +CATEGORIES= net +MASTER_SITES= http://www.caida.org/projects/spoofer/downloads/ -MAINTAINER= jadawin@FreeBSD.org -COMMENT= Spoofer Project testing software +MAINTAINER= jadawin@FreeBSD.org +COMMENT= Spoofer Project testing software -LICENSE= GPLv3 +LICENSE= GPLv3 -BUILD_DEPENDS= protoc:devel/protobuf -LIB_DEPENDS= libprotobuf-lite.so:devel/protobuf +BUILD_DEPENDS= protoc:devel/protobuf +LIB_DEPENDS= libprotobuf-lite.so:devel/protobuf -PORTDOCS= README +PORTDOCS= README -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-development -OPTIONS_DEFINE= DOCS GUI +OPTIONS_DEFINE= DOCS GUI OPTIONS_DEFAULT= GUI -OPTIONS_SUB= yes +OPTIONS_SUB= yes .include .if ${PORT_OPTIONS:MGUI} -USE_QT5= buildtools_build qmake_build core network gui widgets -USE_GL+= gl -USE_RC_SUBR= ${PORTNAME} +USE_QT5= buildtools_build qmake_build core network gui widgets +USE_GL+= gl +USE_RC_SUBR= ${PORTNAME} .else CONFIGURE_ARGS+= --disable-manager .endif do-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} +${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor