Ticket #4996: growl.diff

File growl.diff, 806 bytes (added by jberry@…, 19 years ago)

Patch to Portfile

  • Portfile

    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/aqua/Growl/Portfile,v
    retrieving revision 1.9
    diff -u -r1.9 Portfile
     
    33PortSystem 1.0
    44
    55name                    Growl
    6 version                 0.7
     6version                 0.7.2
    77categories              aqua
    88platforms               darwin
    99maintainers             mww@opendarwin.org
     
    1515homepage                http://growl.info/
    1616master_sites    ${homepage}/files/source/
    1717distname                ${distname}-src
    18 checksums               md5 4f8e7d8a173bbc0b8e8ddd84cc7ca625
     18checksums               md5 6ff6522b3d9eae94b1c2907e101fc609
    1919use_bzip2               yes
    2020
     21worksrcdir              ${name}-${version}
     22
    2123pre-extract {
    2224        file mkdir ${worksrcpath}
    2325}
    24 extract.dir             ${worksrcpath}
    2526
    2627use_configure   no
    2728