View | Details | Raw Unified | Return to bug 102132
Collapse All | Expand All

(-)ntfsprogs/Makefile (-3 / +4 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	ntfsprogs
8
PORTNAME=	ntfsprogs
9
PORTVERSION=	1.13.0
9
PORTVERSION=	1.13.1
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	linux-ntfs
12
MASTER_SITE_SUBDIR=	linux-ntfs
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	babak@farrokhi.net
15
COMMENT=	Utilities and library to manipulate NTFS partitions
15
COMMENT=	Utilities and library to manipulate NTFS partitions
16
16
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
Lines 31-36 Link Here
31
		ntfscat.8	\
31
		ntfscat.8	\
32
		ntfsclone.8	\
32
		ntfsclone.8	\
33
		ntfscluster.8	\
33
		ntfscluster.8	\
34
		ntfscmp.8	\
34
		ntfscp.8	\
35
		ntfscp.8	\
35
		ntfsfix.8	\
36
		ntfsfix.8	\
36
		ntfsinfo.8	\
37
		ntfsinfo.8	\
Lines 70-76 Link Here
70
.endif
71
.endif
71
72
72
post-patch:
73
post-patch:
73
	@${REINPLACE_CMD} -e 's|/sbin/|${PREFIX}/sbin/|' ${WRKSRC}/ntfsprogs/Makefile.in
74
	@${REINPLACE_CMD} -e 's|/sbin/|${TARGETDIR}/sbin/|' ${WRKSRC}/ntfsprogs/Makefile.in
74
	@${REINPLACE_CMD} -e \
75
	@${REINPLACE_CMD} -e \
75
		's|$$(libdir)/\(gnome-vfs-2.0/modules\)|${X11BASE}/lib/\1|; \
76
		's|$$(libdir)/\(gnome-vfs-2.0/modules\)|${X11BASE}/lib/\1|; \
76
		 s|$$(sysconfdir)/\(gnome-vfs-2.0/modules\)|${X11BASE}/etc/\1|' \
77
		 s|$$(sysconfdir)/\(gnome-vfs-2.0/modules\)|${X11BASE}/etc/\1|' \
(-)ntfsprogs/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ntfsprogs-1.13.0.tar.gz) = 4679cf54fb37527503d7ad44ec5376a8
1
MD5 (ntfsprogs-1.13.1.tar.gz) = 23160eb8d34abe3d2a88cd6d054faa47
2
SHA256 (ntfsprogs-1.13.0.tar.gz) = a74aa19dca47c4744d0e1245687b54f0a0028e80a9b6e2ce99ba19fd8e168d57
2
SHA256 (ntfsprogs-1.13.1.tar.gz) = d89f90e6b565d6fc0ebaf190799ea40fc1e25329dd120dff0c85db65f9af42b6
3
SIZE (ntfsprogs-1.13.0.tar.gz) = 860532
3
SIZE (ntfsprogs-1.13.1.tar.gz) = 870260
(-)ntfsprogs/pkg-plist (-2 / +3 lines)
Lines 1-5 Link Here
1
bin/ntfscat
1
bin/ntfscat
2
bin/ntfscluster
2
bin/ntfscluster
3
bin/ntfscmp
3
bin/ntfsfix
4
bin/ntfsfix
4
bin/ntfsinfo
5
bin/ntfsinfo
5
bin/ntfsls
6
bin/ntfsls
Lines 15-24 Link Here
15
include/ntfs/device.h
16
include/ntfs/device.h
16
include/ntfs/device_io.h
17
include/ntfs/device_io.h
17
include/ntfs/dir.h
18
include/ntfs/dir.h
18
include/ntfs/index.h
19
include/ntfs/endians.h
19
include/ntfs/endians.h
20
include/ntfs/gnome-vfs-method.h
20
include/ntfs/gnome-vfs-method.h
21
include/ntfs/gnome-vfs-module.h
21
include/ntfs/gnome-vfs-module.h
22
include/ntfs/index.h
22
include/ntfs/inode.h
23
include/ntfs/inode.h
23
include/ntfs/layout.h
24
include/ntfs/layout.h
24
include/ntfs/lcnalloc.h
25
include/ntfs/lcnalloc.h
Lines 41-48 Link Here
41
lib/libntfs.la
42
lib/libntfs.la
42
lib/libntfs.so
43
lib/libntfs.so
43
lib/libntfs.so.9
44
lib/libntfs.so.9
44
sbin/mkntfs
45
sbin/mkfs.ntfs
45
sbin/mkfs.ntfs
46
sbin/mkntfs
46
%%FUSE%%sbin/mount.ntfs-fuse
47
%%FUSE%%sbin/mount.ntfs-fuse
47
sbin/ntfsclone
48
sbin/ntfsclone
48
sbin/ntfscp
49
sbin/ntfscp

Return to bug 102132