From owner-svn-ports-all@FreeBSD.ORG Thu Feb 6 07:22:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 485CB6E0; Thu, 6 Feb 2014 07:22:35 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 344551E51; Thu, 6 Feb 2014 07:22:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s167MZDc091374; Thu, 6 Feb 2014 07:22:35 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s167MYvW091359; Thu, 6 Feb 2014 07:22:34 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402060722.s167MYvW091359@svn.freebsd.org> From: Martin Wilke Date: Thu, 6 Feb 2014 07:22:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342939 - in head/security/mdcrack: . files 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.17 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: Thu, 06 Feb 2014 07:22:35 -0000 Author: miwi Date: Thu Feb 6 07:22:34 2014 New Revision: 342939 URL: http://svnweb.freebsd.org/changeset/ports/342939 QAT: https://qat.redports.org/buildarchive/r342939/ Log: - State support Modified: head/security/mdcrack/Makefile head/security/mdcrack/files/patch-Makefile Modified: head/security/mdcrack/Makefile ============================================================================== --- head/security/mdcrack/Makefile Thu Feb 6 07:21:55 2014 (r342938) +++ head/security/mdcrack/Makefile Thu Feb 6 07:22:34 2014 (r342939) @@ -13,5 +13,4 @@ COMMENT= Bruteforce password MD5 hashes ALL_TARGET= little PLIST_FILES= bin/mdcrack -NO_STAGE= yes .include Modified: head/security/mdcrack/files/patch-Makefile ============================================================================== --- head/security/mdcrack/files/patch-Makefile Thu Feb 6 07:21:55 2014 (r342938) +++ head/security/mdcrack/files/patch-Makefile Thu Feb 6 07:22:34 2014 (r342939) @@ -28,8 +28,8 @@ - @echo - @echo -n "Installing mdcrack-version in /usr/sbin/mdcrack-version ..... " - @echo $(CFLAGS) $(NCURSES) $(CPU) $(MDCRACK_OPTS) $(MDARCH) $(BLOCK) > /usr/sbin/mdcrack-version -+ @echo -n "Installing mdcrack in ${PREFIX}/bin/mdcrack ..... " -+ @cp bin/mdcrack ${PREFIX}/bin/mdcrack ++ @echo -n "Installing mdcrack in $(DESTDIR)${PREFIX}/bin/mdcrack ..... " ++ @cp bin/mdcrack $(DESTDIR)${PREFIX}/bin/mdcrack @echo "ok." @echo @echo "-*-*-*-*-*-*-*-*-*-*-*-*-*-*-"