diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-09-13 21:53:06 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-09-13 21:53:06 +0000 |
commit | 60f9ff54aa252753a1146b601da0a5a2f2e891df (patch) | |
tree | a51f81a5126c33cf1920ae8daade90e9797fdb6a /net-mgmt/cowpatty | |
parent | c77cfd778a654cee3042aea701619ff3cb0f05fd (diff) | |
download | ports-60f9ff54aa252753a1146b601da0a5a2f2e891df.tar.gz ports-60f9ff54aa252753a1146b601da0a5a2f2e891df.zip |
Notes
Diffstat (limited to 'net-mgmt/cowpatty')
-rw-r--r-- | net-mgmt/cowpatty/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/cowpatty/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/cowpatty/files/patch-Makefile | 11 | ||||
-rw-r--r-- | net-mgmt/cowpatty/files/pkg-message.in | 2 | ||||
-rw-r--r-- | net-mgmt/cowpatty/pkg-descr | 2 |
5 files changed, 11 insertions, 14 deletions
diff --git a/net-mgmt/cowpatty/Makefile b/net-mgmt/cowpatty/Makefile index 741cce9be917..cb1d8a10b43a 100644 --- a/net-mgmt/cowpatty/Makefile +++ b/net-mgmt/cowpatty/Makefile @@ -6,9 +6,9 @@ # PORTNAME= cowpatty -PORTVERSION= 4.3 +PORTVERSION= 4.6 CATEGORIES= net-mgmt security -MASTER_SITES= http://www.willhackforsushi.com/code/cowpatty/4.3/ \ +MASTER_SITES= http://www.willhackforsushi.com/code/cowpatty/${PORTVERSION}/ \ http://mcx2.org/files/ EXTRACT_SUFX= .tgz diff --git a/net-mgmt/cowpatty/distinfo b/net-mgmt/cowpatty/distinfo index 74b044f282e8..65cd3e5fdf24 100644 --- a/net-mgmt/cowpatty/distinfo +++ b/net-mgmt/cowpatty/distinfo @@ -1,3 +1,3 @@ -MD5 (cowpatty-4.3.tgz) = deccac0763a05ef7014107d347bf9190 -SHA256 (cowpatty-4.3.tgz) = b82154c9183fed3c26226c124f5e50ef38adaaafc84c5a13d9256b1ebd489bca -SIZE (cowpatty-4.3.tgz) = 103720 +MD5 (cowpatty-4.6.tgz) = b90fd36ad987c99e7cc1d2a05a565cbd +SHA256 (cowpatty-4.6.tgz) = cd3fc113e5052d3ee08ab71aa87edf772d044f760670c73fde5d5581d7803bc2 +SIZE (cowpatty-4.6.tgz) = 104979 diff --git a/net-mgmt/cowpatty/files/patch-Makefile b/net-mgmt/cowpatty/files/patch-Makefile index 3ebe33c0f7dd..d83f10e60210 100644 --- a/net-mgmt/cowpatty/files/patch-Makefile +++ b/net-mgmt/cowpatty/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig 2008-03-20 21:36:01.000000000 +0100 -+++ Makefile 2008-03-20 21:40:39.000000000 +0100 +--- Makefile.orig 2009-06-05 20:07:08.000000000 +0200 ++++ Makefile 2009-09-13 23:43:07.000000000 +0200 @@ -1,21 +1,11 @@ -################################## -# <jwright> Well, I may be doing stupid things with make @@ -23,14 +23,11 @@ all: $(PROGOBJ) $(PROG) -@@ -44,8 +34,5 @@ +@@ -44,5 +34,5 @@ @ls -l $(PROG) install: all - install -d $(DESTDIR)$(BINDIR) -- install -m 755 $(PROG) $(BINDIR)$(DESTDIR) -- --love: -- @echo "Not right now, I have a headache." +- install -m 755 $(PROG) $(DESTDIR)$(BINDIR) + install -d $(DESTDIR)$(PREFIX)/bin + install -m 755 $(PROG) $(PREFIX)/bin diff --git a/net-mgmt/cowpatty/files/pkg-message.in b/net-mgmt/cowpatty/files/pkg-message.in index 9bd537f852e7..54dd5f627a3d 100644 --- a/net-mgmt/cowpatty/files/pkg-message.in +++ b/net-mgmt/cowpatty/files/pkg-message.in @@ -4,5 +4,5 @@ cowpatty has been installed If you have questions read %%DOCSDIR%%/FAQ For more information about coWPAtty visit: -http://www.willhackforsushi.com/Cowpatty.html +http://www.willhackforsushi.com/?page_id=50 ########################################################################### diff --git a/net-mgmt/cowpatty/pkg-descr b/net-mgmt/cowpatty/pkg-descr index 7da225a4da4d..3c7d3968dd13 100644 --- a/net-mgmt/cowpatty/pkg-descr +++ b/net-mgmt/cowpatty/pkg-descr @@ -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/Cowpatty.html +WWW: http://www.willhackforsushi.com/?page_id=50 |