Ticket #52741: cpuid.diff

File cpuid.diff, 1.5 KB (added by RJVB (René Bertin), 7 years ago)
  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    2 # $Id: Portfile 154381 2016-10-28 21:22:05Z mojca@macports.org $
     2# kate: backspace-indents true; indent-pasted-text true; indent-width 4; keep-extra-spaces true; remove-trailing-spaces modified; replace-tabs true; replace-tabs-save true; syntax Tcl/Tk; tab-indents true; tab-width 4;
     3# $Id: Portfile 137245 2015-06-07 12:05:28Z khindenburg@macports.org $
    34
    45PortSystem          1.0
    56PortGroup           github 1.0
    6 PortGroup           perl5 1.0
    77
    8 github.setup        tycho cpuid 1.4.2
    9 revision            2
     8github.setup        tycho cpuid 1.4.5
    109
    1110categories          sysutils
    1211description         A simple CPUID decoder/dumper for x86/x86_64
     
    2322supported_archs     i386 x86_64
    2423installs_libs       no
    2524
    26 checksums           rmd160  6c3ec2c066b244b98a7749c641932f0a919ee8a4 \
    27                     sha256  1323d75dd0e57b448d08334a3c9ef6942d360b8f380820a63dca6a297bd957e3
    28 
    29 depends_build       port:p${perl5.major}-pathtools \
    30                     port:p${perl5.major}-scalar-list-utils
     25checksums           rmd160  685e452712e008d9b6fbc5d18dd46501fa95db02 \
     26                    sha256  87909ec2e09fe13d903985c37ae6aed4dd0ecadf843f952989181dbb17bb83ec
    3127
    3228patchfiles-append   patch-makefile.diff
    3329