Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jun 2013 13:32:24 +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: r320251 - head/security/ophcrack
Message-ID:  <201306081332.r58DWO9S066717@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sat Jun  8 13:32:23 2013
New Revision: 320251
URL: http://svnweb.freebsd.org/changeset/ports/320251

Log:
  Update to version 3.6.0; rephrase option descriptions while here.

Added:
  head/security/ophcrack/pkg-message   (contents, props changed)
Modified:
  head/security/ophcrack/Makefile
  head/security/ophcrack/distinfo

Modified: head/security/ophcrack/Makefile
==============================================================================
--- head/security/ophcrack/Makefile	Sat Jun  8 13:05:26 2013	(r320250)
+++ head/security/ophcrack/Makefile	Sat Jun  8 13:32:23 2013	(r320251)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ophcrack
-PORTVERSION=	3.5.0
+PORTVERSION=	3.6.0
 CATEGORIES=	security
 MASTER_SITES=	SF
 
@@ -28,8 +28,8 @@ PORTDOCS=	*
 OPTIONS_DEFINE=	X11 GRAPH DOCS
 OPTIONS_DEFAULT=	X11 GRAPH
 
-X11_DESC=	Build GUI frontend (Qt4-based)
-GRAPH_DESC=	Graph rendering support via Qwt
+X11_DESC=	Build Qt 4 GUI frontend
+GRAPH_DESC=	Enable graph rendering via Qwt
 
 .include <bsd.port.options.mk>
 
@@ -50,6 +50,7 @@ post-install:
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/ChangeLog ${WRKSRC}/README ${DOCSDIR}
 .endif
+	@${ECHO_MSG} ; ${CAT} ${PKGMESSAGE} ; ${ECHO_MSG}
 
 .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
 BROKEN=		Does not compile on ia64, powerpc, or sparc64

Modified: head/security/ophcrack/distinfo
==============================================================================
--- head/security/ophcrack/distinfo	Sat Jun  8 13:05:26 2013	(r320250)
+++ head/security/ophcrack/distinfo	Sat Jun  8 13:32:23 2013	(r320251)
@@ -1,2 +1,2 @@
-SHA256 (ophcrack-3.5.0.tar.bz2) = f87a73307b0510df0c023b0fecef4f573d4cf8979fb0961994fe9765b44cc795
-SIZE (ophcrack-3.5.0.tar.bz2) = 288090
+SHA256 (ophcrack-3.6.0.tar.bz2) = 79219baa03afd7e52bc6d365dd5a445bc73dfac2e88216e7b050ad7749191893
+SIZE (ophcrack-3.6.0.tar.bz2) = 288830

Added: head/security/ophcrack/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/ophcrack/pkg-message	Sat Jun  8 13:32:23 2013	(r320251)
@@ -0,0 +1,3 @@
+   Free rainbow tables (for Windows XP and Vista/7) can be downloaded from
+   http://ophcrack.sourceforge.net/tables.php; professional versions are
+   available for purchase.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306081332.r58DWO9S066717>