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

(-)sysutils/diskscrub/Makefile (-5 / +2 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	diskscrub
4
PORTNAME=	diskscrub
5
PORTVERSION=	2.5.2
5
PORTVERSION=	2.6.1
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	GOOGLE_CODE
7
MASTER_SITES=	https://github.com/chaos/scrub/releases/download/${PORTVERSION}/
8
DISTNAME=	scrub-${PORTVERSION}
8
DISTNAME=	scrub-${PORTVERSION}
9
9
10
MAINTAINER=	erik@elfga.com
10
MAINTAINER=	erik@elfga.com
Lines 12-21 Link Here
12
12
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
14
15
BROKEN=		Unfetchable (google code has gone away)
16
17
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
18
USES=		tar:bzip2
19
16
20
PLIST_FILES=	bin/scrub man/man1/scrub.1.gz
17
PLIST_FILES=	bin/scrub man/man1/scrub.1.gz
21
18
(-)sysutils/diskscrub/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (scrub-2.5.2.tar.bz2) = 51ee4963759cf07b186bb583ef2839618c1131bbbbdfae849ca76a2259cbc461
1
TIMESTAMP = 1486671153
2
SIZE (scrub-2.5.2.tar.bz2) = 161468
2
SHA256 (scrub-2.6.1.tar.gz) = 43d98d3795bc2de7920efe81ef2c5de4e9ed1f903c35c939a7d65adc416d6cb8
3
SIZE (scrub-2.6.1.tar.gz) = 362536
(-)sysutils/diskscrub/files/patch-src__genrand.c (-11 lines)
Lines 1-11 Link Here
1
--- ./src/genrand.c.orig	2014-06-19 20:53:05.000000000 -0300
2
+++ ./src/genrand.c	2014-06-19 20:53:18.000000000 -0300
3
@@ -106,7 +106,7 @@
4
                 buf[n] = result;
5
             }
6
 #endif
7
-            return;
8
+            return 0;
9
         }
10
     }
11
 
(-)sysutils/diskscrub/files/patch-src_util.h (-11 lines)
Lines 1-11 Link Here
1
--- src/util.h.orig	2013-01-09 15:24:03.000000000 -0500
2
+++ src/util.h	2013-01-09 15:24:22.000000000 -0500
3
@@ -24,6 +24,8 @@
4
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
5
 \*****************************************************************************/
6
 
7
+#include <sys/mman.h>
8
+
9
 #ifdef HAVE_STDBOOL_H
10
 #include <stdbool.h>
11
 #else

Return to bug 216946