From owner-svn-ports-all@freebsd.org Thu Mar 3 16:26:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AA8DA930D8; Thu, 3 Mar 2016 16:26:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42E8593F; Thu, 3 Mar 2016 16:26:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u23GQqCh009126; Thu, 3 Mar 2016 16:26:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u23GQq5M009124; Thu, 3 Mar 2016 16:26:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603031626.u23GQq5M009124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 3 Mar 2016 16:26:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410052 - in head/security/l0phtcrack: . 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.21 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, 03 Mar 2016 16:26:53 -0000 Author: amdmi3 Date: Thu Mar 3 16:26:51 2016 New Revision: 410052 URL: https://svnweb.freebsd.org/changeset/ports/410052 Log: - Switch to options helpers - Regenerate patches with `make makepatch` - Simplify installation Added: head/security/l0phtcrack/files/patch-ztest.c - copied, changed from r410051, head/security/l0phtcrack/files/patch-ztest_c Deleted: head/security/l0phtcrack/files/patch-ztest_c Modified: head/security/l0phtcrack/Makefile Modified: head/security/l0phtcrack/Makefile ============================================================================== --- head/security/l0phtcrack/Makefile Thu Mar 3 16:21:18 2016 (r410051) +++ head/security/l0phtcrack/Makefile Thu Mar 3 16:26:51 2016 (r410052) @@ -24,15 +24,17 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS post-extract: - ${RM} ${WRKSRC}/*exe - ${REINPLACE_CMD} -i '' -e 's|ommited|omitted|' ${WRKSRC}/util.c + @${RM} ${WRKSRC}/*exe + @${REINPLACE_CMD} -e 's|ommited|omitted|' ${WRKSRC}/util.c do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -DMPU8086 *.c -o lc_CLI do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lc_CLI ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${PAX} -r -w *txt ${STAGEDIR}${DOCSDIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR} .include Copied and modified: head/security/l0phtcrack/files/patch-ztest.c (from r410051, head/security/l0phtcrack/files/patch-ztest_c) ============================================================================== --- head/security/l0phtcrack/files/patch-ztest_c Thu Mar 3 16:21:18 2016 (r410051, copy source) +++ head/security/l0phtcrack/files/patch-ztest.c Thu Mar 3 16:26:51 2016 (r410052) @@ -1,6 +1,6 @@ ---- ztest.c.orig Sat Nov 4 15:24:32 2000 -+++ ztest.c Sat Nov 4 15:25:05 2000 -@@ -144,7 +144,7 @@ +--- ztest.c.orig 2016-03-03 16:20:49 UTC ++++ ztest.c +@@ -144,7 +144,7 @@ int issame(char *, char *, int); char str_to_crypt[] = "\x4b\x47\x53\x21\x40\x23\x24\x25";