Commits
Mojca Miklavec authored 3e89a6b943b
10 10 | description Perl bindings for the subversion version control system (svn) |
11 11 | license Apache-2 |
12 12 | |
13 13 | long_description Subversion (svn) is a version control system designed to be \ |
14 14 | as similar to cvs(1) as possible, while fixing many \ |
15 15 | outstanding problems with cvs(1). The perl bindings \ |
16 16 | provide access to subversion API from perl. |
17 17 | |
18 18 | homepage http://subversion.apache.org/ |
19 19 | |
20 - | set perl5.branches {5.24 5.26} |
20 + | set perl5.branches {5.26} |
21 21 | foreach branch ${perl5.branches} { |
22 22 | set p_idx [lsearch ${perl5.branches} ${branch}] |
23 23 | set other_perls [lreplace ${perl5.branches} $p_idx $p_idx] |
24 24 | |
25 25 | subport ${name}-${branch} { |
26 26 | set perl5.branch $branch |
27 27 | foreach c_perl ${other_perls} { |
28 28 | conflicts-append ${name}-${c_perl} |
29 29 | } |
30 30 | } |