Ticket #34526: p5-fusioninventory-agent.2.1.7to2.1.14.patch

File p5-fusioninventory-agent.2.1.7to2.1.14.patch, 1.8 KB (added by mathieu.sim@…, 12 years ago)

Bump FusionInventory Agent from 2.1.7 to 2.1.14

  • Portfile

    old new  
    44PortSystem              1.0
    55PortGroup               perl5 1.0
    66
    7 perl5.setup             FusionInventory-Agent 2.1.14 ../by-authors/id/F/FU/FUSINV
     7perl5.setup             FusionInventory-Agent 2.1.7 ../by-authors/id/F/FU/FUSINV
     8revision                2
    89platforms               darwin
    910maintainers             nomaintainer
    1011supported_archs         noarch
    1112
    1213description             FusionInventory::Agent
    1314
    14 long_description        Perl Application that runs an agent that connecting to \
    15                         a server with FusionInventory for GLPI, OCSInventory-ng.
     15long_description        Perl Application that runs an agent that connects a \
     16                        computer to OCSInventory / GLPI for Inventorying Purposes
    1617
    1718homepage                http://fusioninventory.org/wordpress
    1819
    19 checksums               sha1    563156b25e293f3ce97c912bb26eb5e1715e14db \
    20                         rmd160  d51896d1d1ee88cf173771d203920ed846019cf1
     20checksums               sha1    7fe6619462828a97a3bb5225a21670c20f8d1679 \
     21                        rmd160  f2713c673e2b7f5ec5cf3de7d894c8fba58e8abc
    2122
    22 depends_lib-append      port:p5-net-ip \
    23                         port:p5-xml-simple \
    24                         port:p5-universal-require \
    25                         port:p5-libwww-perl \
    26                         port:p5-mac-sysprofile
     23if {${perl5.major} != ""} {
     24depends_lib-append      port:p${perl5.major}-net-ip \
     25                        port:p${perl5.major}-xml-simple \
     26                        port:p${perl5.major}-universal-require \
     27                        port:p${perl5.major}-libwww-perl \
     28                        port:p${perl5.major}-mac-sysprofile
     29}