Date: Wed, 16 Aug 2006 11:55:53 +0330 From: "Babak Farrokhi" <babak@farrokhi.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/102132: [update] port sysutils/ntfsprogs - update to 1.13.1 Message-ID: <1155716753.60682@starfish.datak.net> Resent-Message-ID: <200608160830.k7G8UGk6036202@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 102132 >Category: ports >Synopsis: [update] port sysutils/ntfsprogs - update to 1.13.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 16 08:30:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD 6.1-STABLE #0: Mon Jul 24 11:42:49 IRST 2006 root@starfish.datak.net:/usr/obj/usr/src/sys/STARFISH >Description: - update to 1.13.1 - respect DESTDIR - take maintainership >How-To-Repeat: >Fix: --- ntfsprogs.patch begins here --- 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 --- ntfsprogs.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1155716753.60682>