Ticket #49324: Portfile-ghostscript.diff

File Portfile-ghostscript.diff, 1.7 KB (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    55PortGroup           muniversal 1.0
    66
    77name                ghostscript
    8 version             9.16
    9 revision            1
     8version             9.18
    109categories          print
    1110license             AGPL-3
    1211maintainers         nomaintainer
     
    2928                    ghostscript-fonts-std-8.11.tar.gz:fonts \
    3029                    ${mappingresources_commit}.zip:misc
    3130
    32 # Fix for github's "stealth update". I have no idea how or why that even happened.
    33 dist_subdir         ${name}/${version}_1
    34 
    3531patchfiles          patch-base_unix-dll.mak.diff \
    36                     patch-base_stdpre.h.diff \
    3732                    no-werror.diff
    3833
    3934checksums           ${distname}.tar.gz \
    40                     rmd160  9c483b93ccd106bae6db36b3335fae4e91177aec \
    41                     sha256  746d77280cca8afdd3d4c2c1389e332ed9b0605bd107bcaae1d761b061d1a68d \
     35                    rmd160  ab697291ea6462c7772572558ccffeb9df9102c6 \
     36                    sha256  5fc93079749a250be5404c465943850e3ed5ffbc0d5c07e10c7c5ee8afbbdb1b \
    4237                    ghostscript-fonts-other-6.0.tar.gz \
    4338                    rmd160  ab60dbf71e7d91283a106c3df381cadfe173082f \
    4439                    sha256  4fa051e341167008d37fe34c19d241060cd17b13909932cd7ca7fe759243c2de \
     
    145140    xinstall -m 0644 -W ${workpath}/fonts \
    146141            COPYING ChangeLog README README.tweaks TODO \
    147142            ${destroot}${prefix}/share/doc/${name}/fonts
     143           
     144    # install missing header
     145    xinstall -m 0644 ${worksrcpath}/base/gserrors.h \
     146            ${destroot}${prefix}/include/ghostscript/
    148147}
    149148
    150149post-activate {