aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dcfldd
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2020-02-09 05:17:38 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2020-02-09 05:17:38 +0000
commit7aae71ff082920a1de8093c55caaa840b1a2518e (patch)
tree5d8a58d6eba0edf015c2fdeea952d463b24fd019 /sysutils/dcfldd
parent43faeab4c3888348c5c469b6bece25847af42528 (diff)
downloadports-7aae71ff082920a1de8093c55caaa840b1a2518e.tar.gz
ports-7aae71ff082920a1de8093c55caaa840b1a2518e.zip
- Switch to the new upstream.
- Update to 1.7. Reported by: Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Notes
Notes: svn path=/head/; revision=525623
Diffstat (limited to 'sysutils/dcfldd')
-rw-r--r--sysutils/dcfldd/Makefile14
-rw-r--r--sysutils/dcfldd/distinfo5
-rw-r--r--sysutils/dcfldd/files/extra-patch-dcfldd.h11
-rw-r--r--sysutils/dcfldd/files/extra-patch-human.c10
-rw-r--r--sysutils/dcfldd/files/extra-patch-xstrtol.h7
-rw-r--r--sysutils/dcfldd/pkg-descr2
6 files changed, 15 insertions, 34 deletions
diff --git a/sysutils/dcfldd/Makefile b/sysutils/dcfldd/Makefile
index 851ddba3b40c..d4cf7f25a0da 100644
--- a/sysutils/dcfldd/Makefile
+++ b/sysutils/dcfldd/Makefile
@@ -2,14 +2,22 @@
# $FreeBSD$
PORTNAME= dcfldd
-DISTVERSION= 1.3.4-1
+DISTVERSION= 1.7
CATEGORIES= sysutils
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= Enhanced dd tool with MD5 hashing capability
-GNU_CONFIGURE= yes
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= autoreconf
+USE_GITHUB= yes
+GH_ACCOUNT= resurrecting-open-source-projects
+GH_PROJECT= dcfldd
+GH_TAGNAME= v1.7
+
+GNU_CONFIGURE=yes
PLIST_FILES= bin/dcfldd \
man/man1/dcfldd.1.gz
diff --git a/sysutils/dcfldd/distinfo b/sysutils/dcfldd/distinfo
index 9a0f4da4195b..9c85fd3256ca 100644
--- a/sysutils/dcfldd/distinfo
+++ b/sysutils/dcfldd/distinfo
@@ -1,2 +1,3 @@
-SHA256 (dcfldd-1.3.4-1.tar.gz) = f5143a184da56fd5ac729d6d8cbcf9f5da8e1cf4604aa9fb97c59553b7e6d5f8
-SIZE (dcfldd-1.3.4-1.tar.gz) = 163141
+TIMESTAMP = 1581219608
+SHA256 (resurrecting-open-source-projects-dcfldd-1.7-v1.7_GH0.tar.gz) = 6c4654407b7ec0c3328f79dc1a31365c22899a6aac23cb8ac4cb15441c71aa3e
+SIZE (resurrecting-open-source-projects-dcfldd-1.7-v1.7_GH0.tar.gz) = 81892
diff --git a/sysutils/dcfldd/files/extra-patch-dcfldd.h b/sysutils/dcfldd/files/extra-patch-dcfldd.h
deleted file mode 100644
index a46b414e19e9..000000000000
--- a/sysutils/dcfldd/files/extra-patch-dcfldd.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- dcfldd.h.orig Sun May 15 08:06:08 2005
-+++ dcfldd.h Sat Jul 2 23:09:19 2005
-@@ -92,6 +92,8 @@
- /* Use separate input and output buffers, and combine partial input blocks. */
- #define C_TWOBUFS 04000
-
-+#define uintmax_t uint64_t
-+
- extern char *program_name;
-
- extern char *input_file;
diff --git a/sysutils/dcfldd/files/extra-patch-human.c b/sysutils/dcfldd/files/extra-patch-human.c
deleted file mode 100644
index 20150d64eab9..000000000000
--- a/sysutils/dcfldd/files/extra-patch-human.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- human.c.orig Sat Jul 2 23:12:17 2005
-+++ human.c Sat Jul 2 23:12:31 2005
-@@ -19,6 +19,7 @@
- --si, output block size selection, and large file support
- added by eggert@twinsun.com. */
-
-+#include "dcfldd.h"
- #if HAVE_CONFIG_H
- # include <config.h>
- #endif
diff --git a/sysutils/dcfldd/files/extra-patch-xstrtol.h b/sysutils/dcfldd/files/extra-patch-xstrtol.h
deleted file mode 100644
index d5982c5dddfb..000000000000
--- a/sysutils/dcfldd/files/extra-patch-xstrtol.h
+++ /dev/null
@@ -1,7 +0,0 @@
---- xstrtol.h.orig Sat Jul 2 23:18:21 2005
-+++ xstrtol.h Sat Jul 2 23:18:47 2005
-@@ -1,3 +1,4 @@
-+#include "dcfldd.h"
- #ifndef XSTRTOL_H_
- # define XSTRTOL_H_ 1
-
diff --git a/sysutils/dcfldd/pkg-descr b/sysutils/dcfldd/pkg-descr
index 8f899f0ddd88..d58d70b38def 100644
--- a/sysutils/dcfldd/pkg-descr
+++ b/sysutils/dcfldd/pkg-descr
@@ -9,4 +9,4 @@ dcfldd has the following additional features:
- Split output
- Piped output and logs
-WWW: http://dcfldd.sourceforge.net/
+WWW: https://github.com/resurrecting-open-source-projects/dcfldd