Sat May 4 13:16:41 2013 UTC ()
Revert the accidental bump to the beta release in previous.


(dsainty)
diff -r1.5 -r1.6 pkgsrc/sysutils/testdisk/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/sysutils/testdisk/Makefile (switch to unified diff)

--- pkgsrc/sysutils/testdisk/Makefile 2013/05/04 13:13:44 1.5
+++ pkgsrc/sysutils/testdisk/Makefile 2013/05/04 13:16:40 1.6
@@ -1,28 +1,29 @@ @@ -1,28 +1,29 @@
1# $NetBSD: Makefile,v 1.5 2013/05/04 13:13:44 dsainty Exp $ 1# $NetBSD: Makefile,v 1.6 2013/05/04 13:16:40 dsainty Exp $
2# 2#
3 3
4DISTNAME= testdisk-6.14-WIP 4DISTNAME= testdisk-6.13
 5PKGREVISION= 2
5CATEGORIES= sysutils 6CATEGORIES= sysutils
6MASTER_SITES= http://www.cgsecurity.org/ 7MASTER_SITES= http://www.cgsecurity.org/
7EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
8 9
9MAINTAINER= pancake@phreaker.net 10MAINTAINER= pancake@phreaker.net
10HOMEPAGE= http://www.cgsecurity.org/wiki/TestDisk 11HOMEPAGE= http://www.cgsecurity.org/wiki/TestDisk
11COMMENT= Tool to check and undelete partitions 12COMMENT= Tool to check and undelete partitions
12LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
13 14
14GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
15 16
16.include "../../mk/bsd.prefs.mk" 17.include "../../mk/bsd.prefs.mk"
17 18
18.if ${OPSYS} == "Linux" 19.if ${OPSYS} == "Linux"
19.include "../../devel/libuuid/buildlink3.mk" 20.include "../../devel/libuuid/buildlink3.mk"
20.endif 21.endif
21 22
22# testdisk uses either ntfsprogs or fuse-ntfs-3g, but not both, and prefers 23# testdisk uses either ntfsprogs or fuse-ntfs-3g, but not both, and prefers
23# fuse-ntfs-3g. Ignore configure-time warnings that the ntfs library is 24# fuse-ntfs-3g. Ignore configure-time warnings that the ntfs library is
24# disabled. 25# disabled.
25.include "../../filesystems/fuse-ntfs-3g/buildlink3.mk" 26.include "../../filesystems/fuse-ntfs-3g/buildlink3.mk"
26 27
27.include "../../mk/jpeg.buildlink3.mk" 28.include "../../mk/jpeg.buildlink3.mk"
28.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"