Ticket #47728: Portfile-dc3dd.diff

File Portfile-dc3dd.diff, 1.4 KB (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                dc3dd
    6 version             7.1.614
     6version             7.2.641
    77revision            0
    88categories          sysutils
    99maintainers         nomaintainer
    1010description         Enhanced GNU dd
    1111long_description    Enhanced GNU dd
    12 homepage            http://dc3dd.sourceforge.net/
     12homepage            http://sourceforge.net/projects/dc3dd/
    1313platforms           darwin
    1414master_sites        sourceforge
    1515
    1616use_xz              yes
    1717
    18 checksums           md5    c4882cc2ede14049a7dbf33dcd4e4506 \
    19                     sha1   f0de9696486ea4f99a283cf9916b02804a718ad6 \
    20                     rmd160 f9588caae231361635db70bfcfc5534685d972da
     18checksums           rmd160  641b316c2e72ab86c25d4aaa2ce0dc5c58558f16 \
     19                    sha256  7f50aadc38649845ab11014d11013928411c9d2128c941e9630939d4c28cae6d
    2120
    2221post-patch {
    2322    # stop the makefile trying to run autotools
     
    3231    configure.args-append gl_cv_func_stpncpy=yes
    3332}
    3433
     34configure.perl      ${prefix}/bin/perl5.16
     35
     36depends_build       port:perl5.16 \
     37                    port:p5.16-locale-gettext
     38
    3539depends_lib         port:gettext \
    3640                    port:libiconv
    3741
     42livecheck.type      regex
     43livecheck.url       ${homepage}/files/
     44livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)
    3845
    3946#
    4047##EOF