upgrade to 1.1

Submitted by:	bento log
This commit is contained in:
Ying-Chieh Liao 2001-08-03 18:53:13 +00:00
parent 21faa549d7
commit 35a98b132a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45780
3 changed files with 8 additions and 8 deletions

View File

@ -7,13 +7,13 @@
#
PORTNAME= mdcrack
PORTVERSION= 1.0
PORTVERSION= 1.1
CATEGORIES= security
MASTER_SITES= http://mdcrack.multimania.com/
MAINTAINER= ports@FreeBSD.org
NO_WRKSUBDIR= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
ALL_TARGET= # empth
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (mdcrack-1.0.tar.gz) = 85a6174c98bfd70004a9d238b48e5e5d
MD5 (mdcrack-1.1.tar.gz) = dd4d0df9bb5b21a297012926fb1499c5

View File

@ -1,5 +1,5 @@
--- Makefile.orig Mon Jul 16 12:07:16 2001
+++ Makefile Mon Jul 16 12:10:33 2001
--- Makefile.orig Sat Aug 4 02:49:43 2001
+++ Makefile Sat Aug 4 02:51:31 2001
@@ -10,7 +10,6 @@
@ -12,12 +12,12 @@
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 -mpreferred-stack-boundary=4 -fforce-addr -funroll-loops -fomit-frame-pointer -ffast-math
+CFLAGS += -mpreferred-stack-boundary=4 -fforce-addr -funroll-loops -fomit-frame-pointer -ffast-math
@@ -284,8 +283,8 @@
@@ -328,8 +327,8 @@
install:
@make default
@echo