diff --git a/dports/devel/nodejs-devel/Portfile b/dports/devel/nodejs-devel/Portfile
index 5b64f0a..b1abd31 100644
a
|
b
|
PortGroup compiler_blacklist_versions 1.0 |
6 | 6 | |
7 | 7 | name nodejs-devel |
8 | 8 | version 0.11.14 |
9 | | revision 1 |
| 9 | revision 2 |
10 | 10 | categories devel net |
11 | 11 | platforms darwin |
12 | 12 | license {MIT BSD} |
… |
… |
post-patch { |
57 | 57 | configure.args --without-ssl |
58 | 58 | configure.args-append --without-npm |
59 | 59 | |
60 | | variant python25 conflicts python26 python27 description {Use python 2.5} { |
61 | | depends_lib-append port:python25 |
62 | | configure.python ${prefix}/bin/python2.5 |
63 | | } |
| 60 | # TODO: Remove after 2015-12-27. |
| 61 | variant python25 requires python27 description {Legacy variant} {} |
64 | 62 | |
65 | | variant python26 conflicts python25 python27 description {Use python 2.6} { |
| 63 | variant python26 conflicts python27 description {Use python 2.6} { |
66 | 64 | depends_lib-append port:python26 |
67 | 65 | configure.python ${prefix}/bin/python2.6 |
68 | 66 | } |
69 | 67 | |
70 | | variant python27 conflicts python25 python26 description {Use python 2.7} { |
| 68 | variant python27 conflicts python26 description {Use python 2.7} { |
71 | 69 | depends_lib-append port:python27 |
72 | 70 | configure.python ${prefix}/bin/python2.7 |
73 | 71 | } |
diff --git a/dports/devel/nodejs/Portfile b/dports/devel/nodejs/Portfile
index e074dc7..7c0f3f4 100644
a
|
b
|
PortGroup compiler_blacklist_versions 1.0 |
6 | 6 | |
7 | 7 | name nodejs |
8 | 8 | version 0.10.35 |
| 9 | revision 1 |
9 | 10 | |
10 | 11 | categories devel net |
11 | 12 | platforms darwin |
… |
… |
post-patch { |
64 | 65 | configure.args --without-ssl |
65 | 66 | configure.args-append --without-npm |
66 | 67 | |
67 | | variant python25 conflicts python26 python27 description {Use python 2.5} { |
68 | | depends_lib-append port:python25 |
69 | | configure.python ${prefix}/bin/python2.5 |
70 | | } |
| 68 | # TODO: Remove after 2015-12-27. |
| 69 | variant python25 requires python27 description {Legacy variant} {} |
71 | 70 | |
72 | | variant python26 conflicts python25 python27 description {Use python 2.6} { |
| 71 | variant python26 conflicts python27 description {Use python 2.6} { |
73 | 72 | depends_lib-append port:python26 |
74 | 73 | configure.python ${prefix}/bin/python2.6 |
75 | 74 | } |
76 | 75 | |
77 | | variant python27 conflicts python25 python26 description {Use python 2.7} { |
| 76 | variant python27 conflicts python26 description {Use python 2.7} { |
78 | 77 | depends_lib-append port:python27 |
79 | 78 | configure.python ${prefix}/bin/python2.7 |
80 | 79 | } |