Ticket #53175: bump.2.patch

File bump.2.patch, 1.2 KB (added by grimreaper (Eitan Adler), 8 years ago)
  • sysutils/fdupes/Portfile

    commit 84e80c93c6eb71e2bb08e3f0bbe8df65a54dfcc8
    Author: Eitan Adler <lists@eitanadler.com>
    Date:   Wed Dec 28 20:17:16 2016 -0800
    
        bump to 1.6.1
    
    diff --git a/sysutils/fdupes/Portfile b/sysutils/fdupes/Portfile
    index d39de04d01..2e7c397fd5 100644
    a b  
    11PortSystem          1.0
    22PortGroup           github 1.0
    33
    4 github.setup        adrianlopezroche fdupes 1.51  fdupes-
     4github.setup        adrianlopezroche fdupes 1.6.1 v
    55
    66name                fdupes
    7 version             1.51
     7epoch               1
     8version             1.6.1
    89categories          sysutils
    910maintainers         eitanadler.com:lists
    1011license             MIT zlib
    long_description ${name} identifies and/or deletes duplicate files in specifi 
    1516
    1617platforms           darwin freebsd
    1718
    18 dist_subdir         ${name}/${version}_1
    19 
    20 checksums           rmd160  ff873c3b9937642b6e0779af24de198b77387caa \
    21                     sha256  526a3b37e93c6f823c8488d41883918bb54a71c45c7635b2d2c85f178eac565a
     19checksums           rmd160  5319de380517167ebb86d450f412c88b518d8495 \
     20                    sha256  ce522c258dc6e0ea39dd3f91c9f37f21859479f5f7e51773140e7c62ed766198
    2221
    2322use_configure       no
    2423