Ticket #29414: Paintbrush-2.1.1.diff

File Paintbrush-2.1.1.diff, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)

incomplete patch

  • Portfile

     
    55PortGroup           xcode 1.0
    66
    77name                Paintbrush
    8 version             2.0.1
     8version             2.1.1
     9set branch          [join [lrange [split ${version} .] 0 1] .]
    910maintainers         gmail.com:gordon.child
    10 
    1111categories          graphics aqua
    12 license             GPLv3+
     12license             GPL-3+
    1313description         Cocoa-based image editor
    1414long_description    Paintbrush is a Cocoa-based paint program for Mac OS X, \
    1515                    similar to Microsoft Paint and MacPaint.
    1616
    1717homepage            http://paintbrush.sourceforge.net/
    1818
    19 master_sites        sourceforge:paintbrush
    20 distname            paintbrush-${version}-source
    21 checksums           md5 1e1d271eeca6a5790e1451ae191338ad \
    22                     sha1 10485b6b33b72dc81b9954d9265a3a657a177b77 \
    23                     rmd160 e4fc68079738d3f422634da1def84bf91cb12b3e
     19fetch.type          svn
     20svn.url             https://paintbrush.svn.sourceforge.net/svnroot/paintbrush/Paintbrush2/branches/${branch}
     21worksrcdir          ${branch}
     22svn.revision        153
    2423
    25 extract.mkdir       yes
    2624xcode.project       Paintbrush2.xcodeproj
    2725xcode.configuration Release
    2826