Ticket #38110: Portfile.diff

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

diff between current Portfile and previous Portfile (for port-whatsnew)

  • Portfile

    old new  
    55
    66name                port-whatsnew
    77version             0.1
     8revision            1
    89categories          sysutils macports
    910maintainers         gwmail.gwu.edu:egall openmaintainer
    1011platforms           darwin
    1112license             BSD
    1213supported_archs     noarch
    1314
    14 description         Show the svn log of what changed since this port was installed.
     15description         Show the svn log of what changed since this port \
     16                    was installed.
    1517long_description    ${description}
    1618homepage            http://svn.macports.org/repository/macports/contrib/${name}
    1719
     
    1921
    2022fetch.type          svn
    2123svn.url             https://svn.macports.org/repository/macports/contrib/${name}
    22 svn.revision        103172
     24svn.revision        120482
    2325
    2426worksrcdir          ${name}
    2527
    2628use_configure       no
    2729
    28 build {}
     30build {
     31    ui_debug "${name} has no build step."
     32}
    2933
    3034destroot {
    3135    xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name}