Ticket #49324: Portfile.diff
File Portfile.diff, 2.8 KB (added by howarth.at.macports@…, 9 years ago) |
---|
-
Portfile
old new 5 5 PortGroup muniversal 1.0 6 6 7 7 name ghostscript 8 version 9.16 9 revision 1 8 version 9.19 10 9 categories print 11 10 license AGPL-3 12 11 maintainers nomaintainer … … 16 15 supports many different printers and some displays. 17 16 platforms darwin 18 17 homepage http://www.cs.wisc.edu/~ghost/ 19 master_sites http ://downloads.ghostscript.com/public/:source\18 master_sites https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs919 \ 20 19 sourceforge:gs-fonts:fonts \ 21 20 https://github.com/adobe-type-tools/mapping-resources-pdf/archive/:misc 22 21 … … 29 28 ghostscript-fonts-std-8.11.tar.gz:fonts \ 30 29 ${mappingresources_commit}.zip:misc 31 30 32 # Fix for github's "stealth update". I have no idea how or why that even happened.33 dist_subdir ${name}/${version}_134 35 31 patchfiles patch-base_unix-dll.mak.diff \ 36 patch-base_stdpre.h.diff \37 32 no-werror.diff 38 33 39 34 checksums ${distname}.tar.gz \ 40 rmd160 9c483b93ccd106bae6db36b3335fae4e91177aec\41 sha256 746d77280cca8afdd3d4c2c1389e332ed9b0605bd107bcaae1d761b061d1a68d\35 rmd160 c2668bf0ec8824ad305c56a27cd6102d416bd536 \ 36 sha256 fc07d5eb1b325f59d4bb3994975e9ab769e7c7353403c6420f42c54161c552ca \ 42 37 ghostscript-fonts-other-6.0.tar.gz \ 43 38 rmd160 ab60dbf71e7d91283a106c3df381cadfe173082f \ 44 39 sha256 4fa051e341167008d37fe34c19d241060cd17b13909932cd7ca7fe759243c2de \ … … 46 41 rmd160 10a19a10d0388bc084a7c1d3da845068d7169054 \ 47 42 sha256 0eb6f356119f2e49b2563210852e17f57f9dcc5755f350a69a46a0d641a0c401 \ 48 43 ${mappingresources_commit}.zip \ 49 rmd160 b00725e3f5615ac6aaa20a7b4d0dd6e769dca6ee\50 sha256 27f87e56092a8293d17f683b008327afbb79fad9f1328227a9916f9be69c9db244 rmd160 1bb3b507ec48b559e4388553391ebece2468dc73 \ 45 sha256 769bf8961b1dbf443a865f7c26363ea143854be5eefe3e61b3ee4c0ebe80a50a 51 46 52 47 depends_lib port:expat \ 53 48 port:fontconfig \ … … 145 140 xinstall -m 0644 -W ${workpath}/fonts \ 146 141 COPYING ChangeLog README README.tweaks TODO \ 147 142 ${destroot}${prefix}/share/doc/${name}/fonts 143 144 # install missing header 145 xinstall -m 0644 ${worksrcpath}/base/gserrors.h \ 146 ${destroot}${prefix}/include/ghostscript/ 148 147 } 149 148 150 149 post-activate {