Ticket #24316: Portfile-digikam.diff

File Portfile-digikam.diff, 1.3 KB (added by jgosmann (Jan Gosmann), 14 years ago)

Patch for digikam 1.2.0 against the digikam 1.1.0 portfile

  • Portfile

    old new  
    55PortGroup           kde4 1.0
    66
    77name                digikam
    8 version             1.1.0
     8version             1.2.0
    99categories          kde kde4
    1010maintainers         hyper-world.de:jan
    1111platforms           darwin
     
    1616homepage            http://www.digikam.org/
    1717master_sites        sourceforge:digikam
    1818
    19 checksums           md5     94a536e7387325c7b73ab2ac7b0a9a62 \
    20                     sha1    5ee482ff209c0a29b898e57278d62c428b743ba5
     19checksums           md5     8f68022008cf1650924cc8688f176572 \
     20                    sha1    7f12caf737a05043c7a9a5291a448684e5a4e2e6
    2121
    2222use_bzip2           yes
    2323
    2424# The kdeedu4 dependency is for libmarblewidget.
    2525depends_lib         port:libgphoto2 \
    2626                    port:liblqr \
    27                     port:kdegraphics4 \
    28                     port:kdeedu4
     27                    port:kdegraphics4
    2928
    3029depends_run         port:kipi-plugins
    3130
     31variant geoloc description {Install with geo location functionallity. This is not default, because it depends on kdeedu4 which does not build at all systems at the moment.} {
     32    depends_run-append \
     33        port:kdeedu4
     34}
     35
    3236variant no_kipi description {install without KIPI plugins} {
    3337    depends_run-delete \
    3438        port:kipi-plugins