Ticket #40545: macports-gpt.diff

File macports-gpt.diff, 1.5 KB (added by dennisvd@…, 11 years ago)

patch for the Portfile of grid-packaging-tools

  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    22# $Id$
    33
    4 set perl_vendor_lib [ exec sh -c "eval \"\`perl -V:installvendorlib\`\" ; echo \$installvendorlib" ]
    5 
    64PortSystem              1.0
    75
    86name                    grid-packaging-tools
    97version                 3.6.3
    108set globus_version      5.2.4
    119set globus_branch       [join [lrange [split ${globus_version} .] 0 1] .]
    12 revision                0
     10revision                1
    1311platforms               darwin
    1412categories              devel
    1513license                 NCSA
     
    3028                        are compatible with other packages and can be \
    3129                        easily converted.
    3230
    33 depends_lib             port:perl5
     31depends_lib             port:perl5.12
    3432
    35 depends_run             port:p5-archive-tar
     33depends_run             port:p5.12-archive-tar
    3634
    3735master_sites            http://www.globus.org/ftppub/gt5/${globus_branch}/${globus_version}/packages/src/
    3836
     
    4341
    4442use_autoreconf          yes
    4543
    46 configure.post_args     --with-perlmoduledir=${perl_vendor_lib} \
     44configure.post_args     --with-perlmoduledir=${prefix}/lib/perl5/vendor_perl/5.12.4 \
    4745                        --libexecdir='\${datadir}/globus' \
    4846                        --disable-compat --with-newgpt
    4947