Date: Wed, 3 Aug 2016 16:32:27 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419534 - in head/security/ophcrack: . files Message-ID: <201608031632.u73GWRcY066964@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Wed Aug 3 16:32:26 2016 New Revision: 419534 URL: https://svnweb.freebsd.org/changeset/ports/419534 Log: Update to version 3.6.1, which brings compatibility with OpenSSL 1.1.0, and modernize Makefile a bit while here. Reported by: portscout Deleted: head/security/ophcrack/files/ Modified: head/security/ophcrack/Makefile head/security/ophcrack/distinfo Modified: head/security/ophcrack/Makefile ============================================================================== --- head/security/ophcrack/Makefile Wed Aug 3 16:27:21 2016 (r419533) +++ head/security/ophcrack/Makefile Wed Aug 3 16:32:26 2016 (r419534) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ophcrack -PORTVERSION= 3.6.0 +PORTVERSION= 3.6.1 CATEGORIES= security MASTER_SITES= SF @@ -14,15 +14,11 @@ LICENSE_COMB= multi LIB_DEPENDS= libexpat.so:textproc/expat2 -USES= gmake tar:bzip2 +USES= gmake localbase ssl tar:bzip2 GNU_CONFIGURE= yes -USE_OPENSSL= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/ophcrack -PORTDOCS= ChangeLog README +PORTDOCS= AUTHORS ChangeLog README OPTIONS_DEFINE= X11 GRAPH DOCS OPTIONS_DEFAULT= X11 GRAPH @@ -53,7 +49,7 @@ post-patch: ${WRKSRC}/src/samdump2/samdump2.c \ ${WRKSRC}/src/misc.h -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Modified: head/security/ophcrack/distinfo ============================================================================== --- head/security/ophcrack/distinfo Wed Aug 3 16:27:21 2016 (r419533) +++ head/security/ophcrack/distinfo Wed Aug 3 16:32:26 2016 (r419534) @@ -1,2 +1,2 @@ -SHA256 (ophcrack-3.6.0.tar.bz2) = 79219baa03afd7e52bc6d365dd5a445bc73dfac2e88216e7b050ad7749191893 -SIZE (ophcrack-3.6.0.tar.bz2) = 288830 +SHA256 (ophcrack-3.6.1.tar.bz2) = 82dd1699eb7340ce8c7913758db2ab434659f8ad0a27abb186467627a0b8b798 +SIZE (ophcrack-3.6.1.tar.bz2) = 296166
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608031632.u73GWRcY066964>