svn commit: r304550 - in head/sysutils: testdisk volman
Bryan Drewery
bdrewery at FreeBSD.org
Wed Sep 19 22:41:15 UTC 2012
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/
More information about the svn-ports-all
mailing list