Ticket #41788: Portfile.diff

File Portfile.diff, 1.1 KB (added by cooljeanius (Eric Gallager), 10 years ago)

diff to apply to macportsscripts portfile

  • (a) Portfile_0.3.0_trunk vs. (b) Portfile

    a b  
    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 106132 2013-05-15 21:09:15Z ryandesign@macports.org $
     2# $Id: Portfile 104208 2013-03-20 17:08:02Z macsforever2000@macports.org $
    33
    44PortSystem      1.0
    55PortGroup       github 1.0
    66
    77epoch           2
    8 github.setup    cooljeanius macportsscripts 0.3.0 v
     8github.setup    cooljeanius macportsscripts 0.4.1 v
    99categories      sysutils macports
    1010platforms       darwin
    1111maintainers     phw gwmail.gwu.edu:egall openmaintainer
     
    1616
    1717long_description ${description}
    1818
    19 checksums       rmd160  bfa65ac2a6da30474d76e6c89e1ad8425695173b \
    20                 sha256  b067846c2d4e5c122c51647a59ff9b1f93f2c9d4b3e32173e6d9a933cabbe4ea
     19checksums       rmd160  d1a89de5a5f32edd8d2bfdc8573930dc4e69f3c1 \
     20                sha256  e39123ad1de2545782a3c3c259cf2083458f10d57660e7e0c7da1eb9953501d3
    2121
    2222use_configure   no
    2323build {}