From owner-svn-ports-head@FreeBSD.ORG Wed Sep 19 22:41:15 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B99C106564A; Wed, 19 Sep 2012 22:41:15 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7683B8FC12; Wed, 19 Sep 2012 22:41:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8JMfFve086543; Wed, 19 Sep 2012 22:41:15 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8JMfFIr086540; Wed, 19 Sep 2012 22:41:15 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209192241.q8JMfFIr086540@svn.freebsd.org> From: Bryan Drewery Date: Wed, 19 Sep 2012 22:41:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304550 - in head/sysutils: testdisk volman X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2012 22:41:15 -0000 Author: bdrewery Date: Wed Sep 19 22:41:14 2012 New Revision: 304550 URL: http://svn.freebsd.org/changeset/ports/304550 Log: - Chase sysutils/fusefs-ntfs shlib update Modified: head/sysutils/testdisk/Makefile head/sysutils/volman/Makefile Modified: head/sysutils/testdisk/Makefile ============================================================================== --- head/sysutils/testdisk/Makefile Wed Sep 19 22:25:28 2012 (r304549) +++ head/sysutils/testdisk/Makefile Wed Sep 19 22:41:14 2012 (r304550) @@ -7,6 +7,7 @@ PORTNAME= testdisk PORTVERSION= 6.13 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.cgsecurity.org/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} @@ -53,7 +54,7 @@ CONFIGURE_ARGS+=--without-iconv #.endif .if defined(WITH_NTFS3G) -LIB_DEPENDS+= ntfs-3g.81:${PORTSDIR}/sysutils/fusefs-ntfs +LIB_DEPENDS+= ntfs-3g:${PORTSDIR}/sysutils/fusefs-ntfs .else CONFIGURE_ARGS+=--without-ntfs3g .endif Modified: head/sysutils/volman/Makefile ============================================================================== --- head/sysutils/volman/Makefile Wed Sep 19 22:25:28 2012 (r304549) +++ head/sysutils/volman/Makefile Wed Sep 19 22:41:14 2012 (r304550) @@ -7,6 +7,7 @@ PORTNAME= volman PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://cloud.github.com/downloads/jmptbl/volman/