Date: Wed, 23 Jan 2019 17:50:12 +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: r491054 - head/security/ophcrack Message-ID: <201901231750.x0NHoChr011350@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Wed Jan 23 17:50:12 2019 New Revision: 491054 URL: https://svnweb.freebsd.org/changeset/ports/491054 Log: - Update `security/ophcrack' to version 3.8.0 - Now built against Qt5 instead of Qt4, and Qwt replaced with Qt5Charts - GRAPH is no longer a separate option, was merged with the GUI - The number of threads can be set to any value >0 and <100 in the GUI Reported by: portscout (a while ago) Modified: head/security/ophcrack/Makefile head/security/ophcrack/distinfo Modified: head/security/ophcrack/Makefile ============================================================================== --- head/security/ophcrack/Makefile Wed Jan 23 17:35:13 2019 (r491053) +++ head/security/ophcrack/Makefile Wed Jan 23 17:50:12 2019 (r491054) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ophcrack -PORTVERSION= 3.7.0 +PORTVERSION= 3.8.0 CATEGORIES= security MASTER_SITES= SF @@ -20,26 +20,14 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/ophcrack PORTDOCS= AUTHORS ChangeLog README.md -OPTIONS_DEFINE= X11 GRAPH DOCS -OPTIONS_DEFAULT= X11 GRAPH -GRAPH_IMPLIES= X11 +OPTIONS_DEFINE= X11 DOCS +OPTIONS_DEFAULT= X11 -X11_DESC= Build Qt 4 GUI frontend -GRAPH_DESC= Enable graph rendering via Qwt +X11_DESC= Build with Qt 5 GUI frontend -X11_USES= qt:4 -X11_USE= QT=moc_build,qmake_build,rcc_build,uic_build,corelib,gui +X11_USES= pkgconfig qt:5 +X11_USE= QT=buildtools_build,qmake_build,charts,core,gui,widgets X11_CONFIGURE_OFF= --disable-gui - -GRAPH_LIB_DEPENDS= libqwt.so:x11-toolkits/qwt5 -GRAPH_CONFIGURE_OFF= --disable-graph - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MX11} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 -.endif post-patch: @${REINPLACE_CMD} -E '/#include <byteswap\.h>/d ; \ Modified: head/security/ophcrack/distinfo ============================================================================== --- head/security/ophcrack/distinfo Wed Jan 23 17:35:13 2019 (r491053) +++ head/security/ophcrack/distinfo Wed Jan 23 17:50:12 2019 (r491054) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490870967 -SHA256 (ophcrack-3.7.0.tar.bz2) = 9d5615dd8e42a395898423f84e29d94ad0b1d4a28fcb14c89a1e2bb1a0374409 -SIZE (ophcrack-3.7.0.tar.bz2) = 724590 +TIMESTAMP = 1520349533 +SHA256 (ophcrack-3.8.0.tar.bz2) = 048a6df57983a3a5a31ac7c4ec12df16aa49e652a29676d93d4ef959d50aeee0 +SIZE (ophcrack-3.8.0.tar.bz2) = 293033
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901231750.x0NHoChr011350>