Date: Fri, 16 Aug 2019 09:02:34 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509069 - head/net-mgmt/cowpatty Message-ID: <201908160902.x7G92YhN003937@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Aug 16 09:02:33 2019 New Revision: 509069 URL: https://svnweb.freebsd.org/changeset/ports/509069 Log: - Add LICENSE_FILE - Switch to options helpers - Update WWW Approved by: portmgr blanket Modified: head/net-mgmt/cowpatty/Makefile head/net-mgmt/cowpatty/pkg-descr Modified: head/net-mgmt/cowpatty/Makefile ============================================================================== --- head/net-mgmt/cowpatty/Makefile Fri Aug 16 08:37:15 2019 (r509068) +++ head/net-mgmt/cowpatty/Makefile Fri Aug 16 09:02:33 2019 (r509069) @@ -9,6 +9,7 @@ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Brute-force dictionary attack against WPA-PSK LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING USES= ssl @@ -27,7 +28,7 @@ post-patch: -e "s|\(-DOPENSSL\)|\1 -I${OPENSSLINC} -L${OPENSSLLIB} |g" \ ${WRKSRC}/Makefile -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) Modified: head/net-mgmt/cowpatty/pkg-descr ============================================================================== --- head/net-mgmt/cowpatty/pkg-descr Fri Aug 16 08:37:15 2019 (r509068) +++ head/net-mgmt/cowpatty/pkg-descr Fri Aug 16 09:02:33 2019 (r509069) @@ -1,4 +1,4 @@ coWPAtty is designed to audit the security of pre-shared keys (PSK) selected in WiFi Protected Access (WPA) networks. -WWW: http://www.willhackforsushi.com/?page_id=50 +WWW: https://www.willhackforsushi.com/?page_id=50
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908160902.x7G92YhN003937>