aboutsummaryrefslogtreecommitdiff
path: root/security/ophcrack
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2019-01-23 17:50:12 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2019-01-23 17:50:12 +0000
commit66fb427167b40210efe44cc7d4a80df9dc96e403 (patch)
tree5a04a789bfaf0b22667796a68f41fa3dc64b42ae /security/ophcrack
parentdcb7fb5a702248c11df31be0a7bbc3055a8db01e (diff)
downloadports-66fb427167b40210efe44cc7d4a80df9dc96e403.tar.gz
ports-66fb427167b40210efe44cc7d4a80df9dc96e403.zip
- 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)
Notes
Notes: svn path=/head/; revision=491054
Diffstat (limited to 'security/ophcrack')
-rw-r--r--security/ophcrack/Makefile24
-rw-r--r--security/ophcrack/distinfo6
2 files changed, 9 insertions, 21 deletions
diff --git a/security/ophcrack/Makefile b/security/ophcrack/Makefile
index 120f7af10823..3a0bdd8c6319 100644
--- a/security/ophcrack/Makefile
+++ b/security/ophcrack/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ophcrack
-PORTVERSION= 3.7.0
+PORTVERSION= 3.8.0
CATEGORIES= security
MASTER_SITES= SF
@@ -20,27 +20,15 @@ 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 ; \
/#include/s,"bswap\.h",<machine/endian.h>, ; \
diff --git a/security/ophcrack/distinfo b/security/ophcrack/distinfo
index ffc166b0cb3b..095b785d9342 100644
--- a/security/ophcrack/distinfo
+++ b/security/ophcrack/distinfo
@@ -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