Ticket #47784: Portfile-swi-prolog.diff

File Portfile-swi-prolog.diff, 996 bytes (added by pmoura (Paulo Moura), 9 years ago)
  • Portfile

    old new  
    8080
    8181post-build {
    8282        file mkdir ${workpath}/macosx
    83         file copy -force -- ${workpath}/pl-${version}/man/macosx/License.html ${workpath}/macosx/
    84         file copy -force -- ${workpath}/pl-${version}/man/macosx/macosx.html ${workpath}/macosx/
    85         file copy -force -- ${workpath}/pl-${version}/man/macosx/Welcome.html ${workpath}/macosx/
     83        file copy -force -- ${workpath}/swipl-${version}/man/macosx/License.html ${workpath}/macosx/
     84        file copy -force -- ${workpath}/swipl-${version}/man/macosx/macosx.html ${workpath}/macosx/
     85        file copy -force -- ${workpath}/swipl-${version}/man/macosx/Welcome.html ${workpath}/macosx/
    8686}
    8787
    8888post-pkg {
     
    119119
    120120livecheck.type      regexm
    121121livecheck.url       ${homepage}download/stable
    122 livecheck.regex     "/download/stable/src/pl-(\\d+\\.\\d+\\.\\d+).tar.gz"
     122livecheck.regex     "/download/stable/src/swipl-(\\d+\\.\\d+\\.\\d+).tar.gz"