Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2013 03:56:29 +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: r318272 - head/security/ophcrack
Message-ID:  <201305160356.r4G3uTrK048449@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu May 16 03:56:29 2013
New Revision: 318272
URL: http://svnweb.freebsd.org/changeset/ports/318272

Log:
  Update to version 3.5.0.

Modified:
  head/security/ophcrack/Makefile
  head/security/ophcrack/distinfo

Modified: head/security/ophcrack/Makefile
==============================================================================
--- head/security/ophcrack/Makefile	Thu May 16 03:41:15 2013	(r318271)
+++ head/security/ophcrack/Makefile	Thu May 16 03:56:29 2013	(r318272)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ophcrack
-PORTVERSION=	3.4.1
+PORTVERSION=	3.5.0
 CATEGORIES=	security
 MASTER_SITES=	SF
 
@@ -12,11 +12,16 @@ COMMENT=	Windows password cracker based 
 LICENSE=	AL2 GPLv2
 LICENSE_COMB=	multi
 
+LIB_DEPENDS=	expat:${PORTSDIR}/textproc/expat2
+
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_OPENSSL=	yes
 
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+
 PLIST_FILES=	bin/ophcrack
 PORTDOCS=	*
 
@@ -35,7 +40,7 @@ CONFIGURE_ARGS+=	--disable-gui
 .endif
 
 .if ${PORT_OPTIONS:MGRAPH}
-LIB_DEPENDS=	qwt:${PORTSDIR}/x11-toolkits/qwt5
+LIB_DEPENDS+=	qwt:${PORTSDIR}/x11-toolkits/qwt5
 .else
 CONFIGURE_ARGS+=	--disable-graph
 .endif

Modified: head/security/ophcrack/distinfo
==============================================================================
--- head/security/ophcrack/distinfo	Thu May 16 03:41:15 2013	(r318271)
+++ head/security/ophcrack/distinfo	Thu May 16 03:56:29 2013	(r318272)
@@ -1,2 +1,2 @@
-SHA256 (ophcrack-3.4.1.tar.bz2) = 108ea6832cae3bd2b03df5b12c375c112dd3ad1f602bdc9acdaa776774000a12
-SIZE (ophcrack-3.4.1.tar.bz2) = 334878
+SHA256 (ophcrack-3.5.0.tar.bz2) = f87a73307b0510df0c023b0fecef4f573d4cf8979fb0961994fe9765b44cc795
+SIZE (ophcrack-3.5.0.tar.bz2) = 288090



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