Ticket #12725: Portfile-gallery.diff

File Portfile-gallery.diff, 1.1 KB (added by chad@…, 17 years ago)

updated patch after, created by following http://geeklair.net/new_macports_guide/#development.patches

  • Portfile

    old new  
    1 # $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
     1# $Id: Portfile 28472 2007-09-01 09:05:24Z ryandesign@macports.org $
    22
    33PortSystem 1.0
    44
    55name                    gallery
    6 version                 2.1.1a
     6version                 2.2.3
    77categories              www
    8 maintainers             nomaintainer@macports.org
     8maintainers             ckieffer@gmail.com
    99
    1010description             Gallery is a web based photo album written using PHP
    1111long_description        Gallery is a web based software product that lets you manage your \
     
    2222homepage                http://gallery.menalto.com
    2323master_sites            sourceforge
    2424distname                gallery-${version}-full
    25 checksums               md5 0ff0857716a1473c319b6a468c47c877
     25checksums               md5 df5c1a6ecbf0b498417ceffc66fe5f3b
    2626platforms               darwin freebsd
    2727
    2828depends_run             port:jhead \
     
    3131                        port:ImageMagick \
    3232                        port:expat \
    3333                        port:fontconfig \
    34                         port:gplghostscript \
     34                        port:ghostscript \
    3535                        port:jasper \
    3636                        port:jbigkit \
    3737                        port:lcms \
     
    8484        xinstall -m 755 -d ${destroot}${prefix}/www/data/gallery
    8585        eval file copy [glob ${workpath}/gallery2/*] ${docpath}
    8686}
    87