Commits
Joshua Root authored df967f74415
1 1 | PortSystem 1.0 |
2 2 | PortGroup github 1.0 |
3 3 | |
4 - | github.setup macports macports-base 2.6.1 v |
4 + | github.setup macports macports-base 2.6.2 v |
5 5 | name MacPorts |
6 6 | |
7 7 | categories sysutils macports |
8 8 | platforms darwin freebsd |
9 9 | maintainers lists.macports.org:macports-mgr |
10 10 | license BSD |
11 11 | |
12 12 | description The MacPorts Infrastructure |
13 13 | long_description \ |
14 14 | MacPorts provides the infrastructure that allows easy installation and \ |
17 17 | notes "This port cannot directly be used to upgrade MacPorts; use 'port\ |
18 18 | selfupdate' for that." |
19 19 | |
20 20 | homepage https://www.macports.org |
21 21 | distname ${name}-${version} |
22 22 | github.tarball_from releases |
23 23 | # testing subdir is for non-final releases only |
24 24 | #dist_subdir ${name}/testing |
25 25 | use_bzip2 yes |
26 26 | |
27 - | checksums rmd160 d05951cff642ebba34260c113e9e9a61dce9f013 \ |
28 - | sha256 936a5381fa80301e8902a70ea81c2e71bd0256e03a5ced982067c12ac9ac6e60 |
27 + | checksums rmd160 1400db2449d50e77d5d30e5f0820bb339dc3b080 \ |
28 + | sha256 1b58ccbb1cd6c6fab5e1f15b959208ef5233802fc9ac9585037d21c8e42e2b70 |
29 29 | |
30 30 | variant keep_prefix description "Use configured prefix instead of enforcing /opt/local" {} |
31 31 | if {![variant_isset keep_prefix]} { |
32 32 | prefix /opt/local |
33 33 | } |
34 34 | |
35 35 | # Readline is disabled by default to avoid support issues with people who |
36 36 | # have a readline in /usr/local. Since this portfile is presumably used in a |
37 37 | # clean environment, enable it here. |
38 38 | configure.args --enable-readline |
302 302 | ${destroot}${prefix}/share/skel \ |
303 303 | ${destroot}${prefix}/var/cache \ |
304 304 | ${destroot}${prefix}/var/db \ |
305 305 | ${destroot}${prefix}/var/macports/build \ |
306 306 | ${destroot}${prefix}/var/macports/distfiles \ |
307 307 | ${destroot}${prefix}/var/macports/registry \ |
308 308 | ${destroot}${prefix}/var/macports/sip-workaround \ |
309 309 | ${destroot}${prefix}/var/run \ |
310 310 | ${destroot}${prefix}/var/spool |
311 311 | |
312 - | if {[info commands known_fail] ne ""} { |
313 - | known_fail yes |
314 - | } |
312 + | known_fail yes |
315 313 | pre-activate { |
316 314 | ui_error "" |
317 315 | ui_error "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" |
318 316 | ui_error "!! DO NOT INSTALL THE MACPORTS PORT !!" |
319 317 | ui_error "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" |
320 318 | ui_error "The MacPorts port is only used to build the installers you can download from" |
321 319 | ui_error "macports.org It is not intended for installation by a user, and doing so will" |
322 320 | ui_error "overwrite your MacPorts installation and render it unusable when removed." |
323 321 | ui_error "" |
324 322 | error "Installation aborted" |