Ticket #36959: Portfile.patch

File Portfile.patch, 1020 bytes (added by dave@…, 11 years ago)

Applied on top of previously-submitted patch, implements requested fixes

  • mail/isync/Portfile

    diff --git a/mail/isync/Portfile b/mail/isync/Portfile
    index b76aa59..4c315c9 100644
    a b if {${subport} == ${name}} { 
    2424    master_sites        sourceforge
    25     conflicts           isync-snapshot
     25    conflicts           isync-devel
    2626    checksums           md5     6a47b0b620ef61d4158e4f1b968ffb0f \
    if {${subport} == ${name}} { 
    3333            ${worksrcpath}/src/Makefile.in
     34        reinplace -E "s|\\<perl\\>|/opt/local/bin/perl5.12|g" \
     35            ${worksrcpath}/Makefile.in
    3436    }
    if {${subport} == ${name}} { 
    3739
    38 subport isync-snapshot {
     40subport isync-devel {
    3941
    subport isync-snapshot { 
    5254depends_lib         port:db53 port:openssl port:zlib
    53 depends_build       port:p5-timedate
     55depends_build       port:p5.12-timedate
    5456
    post-patch { 
    5860        ${worksrcpath}/src/Makefile.am
     61    reinplace -E "s|\\<perl\\>|/opt/local/bin/perl5.12|g" \
     62        ${worksrcpath}/Makefile.am
    5963}