mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- Update to 2.6.1
PR: 216946 Submitted by: erik@brlcad.org Approved by: erik@elfga.com (maintainer)
This commit is contained in:
parent
2b950d39b4
commit
39bbc47899
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434529
@ -2,20 +2,18 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= diskscrub
|
||||
PORTVERSION= 2.5.2
|
||||
PORTVERSION= 2.6.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
MASTER_SITES= https://github.com/chaos/scrub/releases/download/${PORTVERSION}/
|
||||
DISTNAME= scrub-${PORTVERSION}
|
||||
|
||||
MAINTAINER= erik@elfga.com
|
||||
COMMENT= Writes patterns on files to make retrieving the data more difficult
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BROKEN= Unfetchable (google code has gone away)
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= tar:bzip2
|
||||
|
||||
PLIST_FILES= bin/scrub man/man1/scrub.1.gz
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (scrub-2.5.2.tar.bz2) = 51ee4963759cf07b186bb583ef2839618c1131bbbbdfae849ca76a2259cbc461
|
||||
SIZE (scrub-2.5.2.tar.bz2) = 161468
|
||||
TIMESTAMP = 1486671153
|
||||
SHA256 (scrub-2.6.1.tar.gz) = 43d98d3795bc2de7920efe81ef2c5de4e9ed1f903c35c939a7d65adc416d6cb8
|
||||
SIZE (scrub-2.6.1.tar.gz) = 362536
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- ./src/genrand.c.orig 2014-06-19 20:53:05.000000000 -0300
|
||||
+++ ./src/genrand.c 2014-06-19 20:53:18.000000000 -0300
|
||||
@@ -106,7 +106,7 @@
|
||||
buf[n] = result;
|
||||
}
|
||||
#endif
|
||||
- return;
|
||||
+ return 0;
|
||||
}
|
||||
}
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/util.h.orig 2013-01-09 15:24:03.000000000 -0500
|
||||
+++ src/util.h 2013-01-09 15:24:22.000000000 -0500
|
||||
@@ -24,6 +24,8 @@
|
||||
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
\*****************************************************************************/
|
||||
|
||||
+#include <sys/mman.h>
|
||||
+
|
||||
#ifdef HAVE_STDBOOL_H
|
||||
#include <stdbool.h>
|
||||
#else
|
Loading…
Reference in New Issue
Block a user