Ticket #37836: Portfile.diff

File Portfile.diff, 1.2 KB (added by cooljeanius (Eric Gallager), 11 years ago)

diff to apply to the old macportsscripts portfile

  • Portfile

    old new  
    1 # $Id$
     1# -*- 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 78632 2011-05-14 22:50:58Z ryandesign@macports.org $
    23
    3 PortSystem 1.0
     4PortSystem      1.0
     5PortGroup       github 1.0
    46
    5 name            macportsscripts
    6 version         dev
     7github.setup    cooljeanius macportsscripts 0.1.1 v
     8epoch           2
    79platforms       darwin
    8 categories      sysutils
    9 maintainers     phw openmaintainer
    10 description     Various scripts to work with macports
     10categories      sysutils macports
     11maintainers     phw gwmail.gwu.edu:egall openmaintainer
     12description     Various scripts to work with MacPorts
     13license         BSD
     14long_description ${description}
    1115
    12 homepage        http://yum.baseurl.org/
    1316fetch.type      git
    14 git.url         git://github.com/derphilipp/macportsscripts.git
     17git.url         git://github.com/cooljeanius/macportsscripts.git
    1518
    1619use_configure   no
    1720build   {}
    1821
    1922destroot {
    2023            xinstall -d -m 755 ${destroot}${prefix}/bin
    21             eval xinstall -m 755 [glob ${worksrcpath}/*] ${destroot}${prefix}/bin
     24            eval xinstall -m 755 [glob ${worksrcpath}/*.sh] ${destroot}${prefix}/bin
    2225}
    2326
    2427livecheck.type  none