From owner-svn-ports-all@FreeBSD.ORG Fri Jun 27 13:32:29 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 274516DE; Fri, 27 Jun 2014 13:32:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 1425D2F6E; Fri, 27 Jun 2014 13:32:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5RDWSR1085999; Fri, 27 Jun 2014 13:32:28 GMT (envelope-from rodrigo@svn.freebsd.org) Received: (from rodrigo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5RDWS86085998; Fri, 27 Jun 2014 13:32:28 GMT (envelope-from rodrigo@svn.freebsd.org) Message-Id: <201406271332.s5RDWS86085998@svn.freebsd.org> From: Rodrigo Osorio Date: Fri, 27 Jun 2014 13:32:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359520 - head/net-mgmt/cowpatty X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 27 Jun 2014 13:32:29 -0000 Author: rodrigo Date: Fri Jun 27 13:32:28 2014 New Revision: 359520 URL: http://svnweb.freebsd.org/changeset/ports/359520 QAT: https://qat.redports.org/buildarchive/r359520/ Log: - take maintenership - add licence - fix deprecated NOPORTDOCS Approved by: bapt (mentor) Modified: head/net-mgmt/cowpatty/Makefile Modified: head/net-mgmt/cowpatty/Makefile ============================================================================== --- head/net-mgmt/cowpatty/Makefile Fri Jun 27 13:29:08 2014 (r359519) +++ head/net-mgmt/cowpatty/Makefile Fri Jun 27 13:32:28 2014 (r359520) @@ -8,22 +8,22 @@ MASTER_SITES= http://www.willhackforsush http://mcx2.org/files/ EXTRACT_SUFX= .tgz -MAINTAINER= dhn@FreeBSD.org +MAINTAINER= rodrigo@FreeBSD.org COMMENT= Brute-force dictionary attack against WPA-PSK +LICENSE= GPLv2 + PORTDOCS= FAQ README SUB_FILES= pkg-message MAKE_JOBS_UNSAFE= yes +OPTIONS_DEFINE= DOCS USE_OPENSSL= yes PLIST_FILES= bin/cowpatty bin/genpmk post-install: -.if !defined(NOPORTDOCS) - @${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}" @${MKDIR} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif .include