View | Details | Raw Unified | Return to bug 200250 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +7 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	testdisk
3
PORTNAME=	testdisk
4
PORTVERSION=	6.14
4
PORTVERSION=	7.0
5
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
6
MASTER_SITES=	http://www.cgsecurity.org/
6
MASTER_SITES=	http://www.cgsecurity.org/
7
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
7
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
Lines 17-25 CPPFLAGS+= -I${PREFIX}/include Link Here
17
LDFLAGS+=	-L${PREFIX}/lib
17
LDFLAGS+=	-L${PREFIX}/lib
18
CONFIGURE_ARGS=	--without-ewf
18
CONFIGURE_ARGS=	--without-ewf
19
19
20
PLIST_FILES=	bin/fidentify bin/testdisk bin/photorec \
20
PLIST_FILES=	bin/fidentify bin/photorec bin/testdisk \
21
		man/man8/fidentify.8.gz man/man8/photorec.8.gz \
21
		man/man8/fidentify.8.gz man/man8/photorec.8.gz \
22
		man/man8/testdisk.8.gz
22
		man/man8/qphotorec.8.gz man/man8/testdisk.8.gz \
23
		man/zh_CN/man8/fidentify.8.gz man/zh_CN/man8/photorec.8.gz \
24
		man/zh_CN/man8/qphotorec.8.gz man/zh_CN/man8/testdisk.8.gz \
25
		share/icons/hicolor/48x48/apps/qphotorec.png \
26
		share/icons/hicolor/scalable/apps/qphotorec.svg
23
27
24
PORTDOCS=	*
28
PORTDOCS=	*
25
29
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (testdisk-6.14.tar.bz2) = a597c3ebc375acdf0ff60f44ed8935a301132aae78ec00f64f091637d055326c
1
SHA256 (testdisk-7.0.tar.bz2) = 00bb3b6b22e6aba88580eeb887037aef026968c21a87b5f906c6652cbee3442d
2
SIZE (testdisk-6.14.tar.bz2) = 620077
2
SIZE (testdisk-7.0.tar.bz2) = 676990

Return to bug 200250