[137203] trunk/dports/sysutils/dc3dd/Portfile

khindenburg at macports.org khindenburg at macports.org
Sat Jun 6 07:36:20 PDT 2015


Revision: 137203
          https://trac.macports.org/changeset/137203
Author:   khindenburg at macports.org
Date:     2015-06-06 07:36:20 -0700 (Sat, 06 Jun 2015)
Log Message:
-----------
dc3dd: update to 7.2.641; add license; add dependencies #47728

Modified Paths:
--------------
    trunk/dports/sysutils/dc3dd/Portfile

Modified: trunk/dports/sysutils/dc3dd/Portfile
===================================================================
--- trunk/dports/sysutils/dc3dd/Portfile	2015-06-06 05:39:05 UTC (rev 137202)
+++ trunk/dports/sysutils/dc3dd/Portfile	2015-06-06 14:36:20 UTC (rev 137203)
@@ -3,21 +3,26 @@
 PortSystem 1.0
 
 name                dc3dd
-version             7.1.614
-revision            0
+version             7.2.641
 categories          sysutils
+license             GPL-3+
 maintainers         nomaintainer
 description         Enhanced GNU dd
-long_description    Enhanced GNU dd
-homepage            http://dc3dd.sourceforge.net/
+long_description    A patch to the GNU dd program, this version has several \
+                    features intended for forensic acquisition of data. \
+                    Highlights include hashing on-the-fly, split output \
+                    files, pattern writing, a progress meter, and file \
+                    verification.
+
+homepage            http://sourceforge.net/projects/dc3dd/
 platforms           darwin
-master_sites        sourceforge
+set branch          [join [lrange [split ${version} .] 0 1] .]
+master_sites        sourceforge:project/dc3dd/dc3dd/${branch}
 
 use_xz              yes
 
-checksums           md5    c4882cc2ede14049a7dbf33dcd4e4506 \
-                    sha1   f0de9696486ea4f99a283cf9916b02804a718ad6 \
-                    rmd160 f9588caae231361635db70bfcfc5534685d972da
+checksums           rmd160  641b316c2e72ab86c25d4aaa2ce0dc5c58558f16 \
+                    sha256  7f50aadc38649845ab11014d11013928411c9d2128c941e9630939d4c28cae6d
 
 post-patch {
     # stop the makefile trying to run autotools
@@ -32,9 +37,13 @@
     configure.args-append gl_cv_func_stpncpy=yes
 }
 
+configure.perl      ${prefix}/bin/perl5.16
+
+depends_build       port:perl5.16 \
+                    port:p5.16-locale-gettext
+
 depends_lib         port:gettext \
                     port:libiconv
 
-
-#
-##EOF
+livecheck.type      regex
+livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150606/cfa3e89a/attachment.html>


More information about the macports-changes mailing list