summaryrefslogtreecommitdiff
path: root/security/mdcrack
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-16 04:31:24 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-16 04:31:24 +0000
commit7d8a8dfbdd61b8b0b3fc9388d119e2883941d27f (patch)
treea9c30c0952fc00036d5feb0f92bce24a481939c7 /security/mdcrack
parentupgrade to 2.01.01 (diff)
upgrade to 1.0
drop maintainership
Notes
Notes: svn path=/head/; revision=45157
Diffstat (limited to 'security/mdcrack')
-rw-r--r--security/mdcrack/Makefile8
-rw-r--r--security/mdcrack/distinfo2
-rw-r--r--security/mdcrack/files/patch-Makefile43
3 files changed, 25 insertions, 28 deletions
diff --git a/security/mdcrack/Makefile b/security/mdcrack/Makefile
index 46dac6be4f00..316829cfd66e 100644
--- a/security/mdcrack/Makefile
+++ b/security/mdcrack/Makefile
@@ -7,13 +7,13 @@
#
PORTNAME= mdcrack
-PORTVERSION= 0.9
+PORTVERSION= 1.0
CATEGORIES= security
MASTER_SITES= http://mdcrack.multimania.com/
-MAINTAINER= ijliao@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
-WRKSRC= ${WRKDIR}/${PORTNAME}
-ALL_TARGET= ${PORTNAME}
+NO_WRKSUBDIR= yes
+ALL_TARGET= # empth
.include <bsd.port.mk>
diff --git a/security/mdcrack/distinfo b/security/mdcrack/distinfo
index b03bfa9d2d1c..ae083b6669be 100644
--- a/security/mdcrack/distinfo
+++ b/security/mdcrack/distinfo
@@ -1 +1 @@
-MD5 (mdcrack-0.9.tar.gz) = 1f94b731b49f4922ba42c282dfe2464e
+MD5 (mdcrack-1.0.tar.gz) = 85a6174c98bfd70004a9d238b48e5e5d
diff --git a/security/mdcrack/files/patch-Makefile b/security/mdcrack/files/patch-Makefile
index 8c19c88a6701..e70fbc2a11d1 100644
--- a/security/mdcrack/files/patch-Makefile
+++ b/security/mdcrack/files/patch-Makefile
@@ -1,33 +1,30 @@
---- Makefile.orig Mon Apr 9 10:12:24 2001
-+++ Makefile Fri Apr 20 01:04:09 2001
-@@ -9,7 +9,6 @@
- # Security, Inc. MD5 Message-Digest Algorithm
- #
+--- Makefile.orig Mon Jul 16 12:07:16 2001
++++ Makefile Mon Jul 16 12:10:33 2001
+@@ -10,7 +10,6 @@
+
+
-CC = gcc
# Please set RESUME_FILE and choose a secure place for the resume file
# before using mdcrack as root.
-@@ -45,12 +44,10 @@
+@@ -47,7 +46,7 @@
BLOCK=-DBLOCKSIZE=50
+ #full optimization
+-CFLAGS = -O3 -fforce-addr -funroll-loops -fomit-frame-pointer -ffast-math
++CFLAGS += -fforce-addr -funroll-loops -fomit-frame-pointer -ffast-math
--CFLAGS = -O3 -fforce-addr -funroll-loops
-
- # static linkage will suppress a little overhead due to obj search/mountage.
- # useless for big sessions.
-
--LDFLAGS = -static
-
- mdcrack: md5c.o mdcrack.o stats.o errors.o
- $(CC) $(LDFLAGS) -o mdcrack md5c.o mdcrack.o stats.o errors.o
-@@ -80,7 +77,7 @@
- rm -f *.o mdcrack
- install:
-- @echo -e "\nInstalling mdcrack in /usr/sbin/mdcrack\n"
-- cp ./mdcrack /usr/sbin/mdcrack
-+ @echo -e "\nInstalling mdcrack in ${PREFIX}/bin/mdcrack\n"
-+ cp ./mdcrack ${PREFIX}/bin/mdcrack
- @echo -e "\nok.\n"
+@@ -284,8 +283,8 @@
+ install:
+ @make default
+ @echo
+- @echo "Installing mdcrack in /usr/sbin/mdcrack"
+- cp bin/mdcrack /usr/sbin/mdcrack
++ @echo "Installing mdcrack in ${PREFIX}/bin/mdcrack"
++ cp bin/mdcrack ${PREFIX}/bin/mdcrack
+ @echo
+ @echo "ok."
+ @echo