Ticket #38874: factor.diff

File factor.diff, 1.6 KB (added by g5pw (Aljaž Srebrnič), 11 years ago)
  • Portfile

     
    44PortSystem          1.0
    55
    66name                factor
    7 version             0.95
     7version             0.96
    88categories          lang devel
    99platforms           darwin
    1010license             BSD
     
    2525distname            ${name}-src-${version}
    2626worksrcdir          ${name}
    2727
    28 checksums           rmd160  48c15698eb14e0978c2634206bb36afe32dc8ea9 \
    29                     sha256  ff0306eeabf77daf82b6633ddb88d7ade7530f5ec2864aaf64f5903f555606ed
     28checksums           rmd160  d03298f739eb4f8a64bbeea442e244d5f68d6542 \
     29                    sha256  bbba60025e5e096967550eaf0b84f83e5ee67889fa2ab611c3b96b73f170028c
    3030
    3131use_zip             yes
    3232
    33 patchfiles          patch-GNUmakefile \
    34                     patch-Factor.app-Contents-Info.plist
     33patchfiles          patch-GNUmakefile
    3534
    3635universal_variant   no
    3736supported_archs     i386 x86_64
     
    6261               extra misc readme.html license.txt} {
    6362        copy ${worksrcpath}/$f ${factor_dir}
    6463    }
     64    xinstall -d ${destroot}${prefix}/share/vim
     65    move ${factor_dir}/misc/vim ${destroot}${prefix}/share/vim/vimfiles
    6566    copy ${worksrcpath}/libfactor.dylib ${destroot}${prefix}/lib
    6667}
    6768
  • files/patch-GNUmakefile

     
    77+       CC = $(CC)
    88+       CPP = $(CXX)
    99 
    10 -       VERSION = 0.94
    11 +       VERSION = 0.95
     10        VERSION = 0.96
    1211 
    1312        BUNDLE = Factor.app
    1413        LIBPATH = -L/usr/X11R6/lib