diff -ruN ntfsprogs.orig/Makefile ntfsprogs/Makefile --- ntfsprogs.orig/Makefile Wed Aug 16 11:16:06 2006 +++ ntfsprogs/Makefile Wed Aug 16 11:29:49 2006 @@ -6,12 +6,12 @@ # PORTNAME= ntfsprogs -PORTVERSION= 1.13.0 +PORTVERSION= 1.13.1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= linux-ntfs -MAINTAINER= ports@FreeBSD.org +MAINTAINER= babak@farrokhi.net COMMENT= Utilities and library to manipulate NTFS partitions GNU_CONFIGURE= yes @@ -31,6 +31,7 @@ ntfscat.8 \ ntfsclone.8 \ ntfscluster.8 \ + ntfscmp.8 \ ntfscp.8 \ ntfsfix.8 \ ntfsinfo.8 \ @@ -70,7 +71,7 @@ .endif post-patch: - @${REINPLACE_CMD} -e 's|/sbin/|${PREFIX}/sbin/|' ${WRKSRC}/ntfsprogs/Makefile.in + @${REINPLACE_CMD} -e 's|/sbin/|${TARGETDIR}/sbin/|' ${WRKSRC}/ntfsprogs/Makefile.in @${REINPLACE_CMD} -e \ 's|$$(libdir)/\(gnome-vfs-2.0/modules\)|${X11BASE}/lib/\1|; \ s|$$(sysconfdir)/\(gnome-vfs-2.0/modules\)|${X11BASE}/etc/\1|' \ diff -ruN ntfsprogs.orig/distinfo ntfsprogs/distinfo --- ntfsprogs.orig/distinfo Wed Aug 16 11:16:06 2006 +++ ntfsprogs/distinfo Wed Aug 16 11:16:47 2006 @@ -1,3 +1,3 @@ -MD5 (ntfsprogs-1.13.0.tar.gz) = 4679cf54fb37527503d7ad44ec5376a8 -SHA256 (ntfsprogs-1.13.0.tar.gz) = a74aa19dca47c4744d0e1245687b54f0a0028e80a9b6e2ce99ba19fd8e168d57 -SIZE (ntfsprogs-1.13.0.tar.gz) = 860532 +MD5 (ntfsprogs-1.13.1.tar.gz) = 23160eb8d34abe3d2a88cd6d054faa47 +SHA256 (ntfsprogs-1.13.1.tar.gz) = d89f90e6b565d6fc0ebaf190799ea40fc1e25329dd120dff0c85db65f9af42b6 +SIZE (ntfsprogs-1.13.1.tar.gz) = 870260 diff -ruN ntfsprogs.orig/pkg-plist ntfsprogs/pkg-plist --- ntfsprogs.orig/pkg-plist Wed Aug 16 11:16:06 2006 +++ ntfsprogs/pkg-plist Wed Aug 16 11:32:40 2006 @@ -1,5 +1,6 @@ bin/ntfscat bin/ntfscluster +bin/ntfscmp bin/ntfsfix bin/ntfsinfo bin/ntfsls @@ -15,10 +16,10 @@ include/ntfs/device.h include/ntfs/device_io.h include/ntfs/dir.h -include/ntfs/index.h include/ntfs/endians.h include/ntfs/gnome-vfs-method.h include/ntfs/gnome-vfs-module.h +include/ntfs/index.h include/ntfs/inode.h include/ntfs/layout.h include/ntfs/lcnalloc.h @@ -41,8 +42,8 @@ lib/libntfs.la lib/libntfs.so lib/libntfs.so.9 -sbin/mkntfs sbin/mkfs.ntfs +sbin/mkntfs %%FUSE%%sbin/mount.ntfs-fuse sbin/ntfsclone sbin/ntfscp