Ticket #49469: Portfile-qbs.diff
File Portfile-qbs.diff, 1.3 KB (added by jakepetroules (Jake Petroules), 9 years ago) |
---|
-
Portfile
old new 6 6 7 7 name qbs 8 8 9 version 1.4. 29 version 1.4.3 10 10 categories devel 11 11 platforms darwin 12 12 license LGPL-2.1 13 13 maintainers openmaintainer \ 14 petroules.com:jake.petroules14 theqtcompany.com:jake.petroules 15 15 description Build tool that helps simplify the build process for developing projects across multiple platforms. 16 16 long_description Qt Build Suite (Qbs) is a tool that helps simplify the build process for developing projects across multiple platforms. 17 17 … … 19 19 distname qbs-src-${version} 20 20 master_sites https://download.qt.io/official_releases/qbs/${version}/ 21 21 22 checksums rmd160 8829cf3706b6a6a3e0e9809b86359fded1f489a2\23 sha256 b9d36118c3ae0f7d4df6bf7239a0a0163c0340b701d00191fa5f832cef341ce522 checksums rmd160 c0eca8fe54844f319c00926d643de25ac515ae8e \ 23 sha256 0c47291ac578c1fc8f2bd6ab20fbeeb58630c4c6ddc085f6081ae570f825f787 24 24 25 25 configure.post_args QBS_INSTALL_PREFIX=${prefix} \ 26 26 CONFIG+=qbs_disable_rpath \