Ticket #48562: qwt-61.diff
File qwt-61.diff, 2.8 KB (added by kurthindenburg (Kurt Hindenburg), 9 years ago) |
---|
-
Portfile
22 22 version 5.1.2 23 23 distname qwt-${version} 24 24 revision 3 25 conflicts qwt52 qwt60 qwt -60qwt-devel25 conflicts qwt52 qwt60 qwt61 qwt-devel 26 26 checksums sha1 2fc04b78c438635a78e41a22fea6f9e016f7ca17 \ 27 27 rmd160 a5a94aa3870a631f9605e6370c4d04fb1c79347e 28 28 patchfiles patch-qwtconfig.pri.51.diff … … 36 36 version 5.2.3 37 37 revision 1 38 38 distname qwt-${version} 39 conflicts qwt qwt60 qwt -60qwt-devel39 conflicts qwt qwt60 qwt61 qwt-devel 40 40 checksums sha1 ff81595a1641a8b431f98d6091bb134bc94e0003 \ 41 41 rmd160 9b2128ad2b53a65678f9ea57d34cdc73a3674d21 42 42 patchfiles patch-qwtconfig.pri.52.diff … … 50 50 version 6.0.2 51 51 revision 1 52 52 distname qwt-${version} 53 conflicts qwt qwt52 qwt -devel53 conflicts qwt qwt52 qwt61 qwt-devel 54 54 checksums sha1 cbdd00b29521987c9e7bc6aa51092f0474b9428d \ 55 55 rmd160 c9d31f40b6001f09c59dbf4c0628ddd860474821 56 56 patchfiles patch-qwtconfig.pri.60.diff \ … … 62 62 63 63 } 64 64 65 subport qwt61 { 66 67 version 6.1.2 68 distname qwt-6.1.2 69 conflicts qwt qwt52 qwt60 qwt-devel 70 checksums sha1 6af82b6ee4132f779d1c8c2db872f01463b0d61c \ 71 rmd160 6c8ba1b974aae55f5a0614d345d59af8fb77f21a 72 patchfiles patch-qwtconfig.pri.61.diff \ 73 patch-qwtbuild.pri.61.diff \ 74 patch-designer_designer.pro.61.diff 75 livecheck.url http://sourceforge.net/api/file/index/project-id/13693/mtime/desc/rss 76 livecheck.regex \\/(6\\.1\\.\\d-rc\\d)\\/ 77 78 } 79 65 80 subport qwt-devel { 66 81 67 version 6.1.0-rc3 68 revision 1 69 distname qwt-6.1-rc3 70 conflicts qwt qwt52 qwt60 qwt-60 71 checksums sha1 0ee2e80fd9a5d5cc1efc2e09783d20fc4f76aa13 \ 72 rmd160 560fb2e91eb3a825bcc93fc970ab574b85f3390d 73 patchfiles patch-qwtconfig.pri.610rc3.diff \ 74 patch-qwtbuild.pri.610rc3.diff \ 75 patch-qwtfunctions.pri.610rc3.diff \ 76 patch-designer_designer.pro.610rc3.diff 77 livecheck.url http://sourceforge.net/api/file/index/project-id/13693/mtime/desc/rss 78 livecheck.regex \\/(6\\.1\\.\\d-rc\\d)\\/ 82 version 6.1.0-rc4 83 replaced_by qwt61 84 distfiles 85 livecheck.type none 79 86 87 pre-fetch { 88 ui_error "Please do not install this port since it has been replaced by '${replaced_by}'." 89 return -code error 90 } 80 91 } 81 92 82 93 # get qwt's version numbers