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 (expand / 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,17 +1,18 @@ @@ -1,17 +1,18 @@
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