Commits
Mojca Miklavec authored ba89220810b
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 5 | |
6 6 | name cvsweb |
7 7 | version 3.0.6 |
8 - | revision 4 |
8 + | revision 5 |
9 9 | categories devel www |
10 10 | license BSD |
11 11 | maintainers nomaintainer |
12 12 | supported_archs noarch |
13 13 | |
14 14 | description WWW interface for CVS repositories |
15 15 | long_description FreeBSD-CVSweb is a WWW CGI script that allows remote users to \ |
16 16 | browse a CVS repository tree via web. It can display the revision \ |
17 17 | history of a file, as well as diffs between revisions and \ |
18 18 | downloading the whole file. |
19 19 | |
20 20 | homepage http://www.freebsd.org/projects/cvsweb.html |
21 21 | platforms darwin |
22 22 | master_sites http://people.FreeBSD.org/~scop/cvsweb/ \ |
23 23 | ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/scop/ |
24 24 | |
25 25 | checksums rmd160 e933c3814ea52c7fb9cec65e088c9ab778da2fee \ |
26 26 | sha256 07391ee70212ae42e54b8f6d5e613623ef2aad5fd7474899a102fcca48d213c2 |
27 27 | |
28 - | perl5.branches 5.24 |
28 + | perl5.branches 5.26 |
29 29 | |
30 30 | depends_run port:perl${perl5.major} \ |
31 31 | port:p${perl5.major}-ipc-run \ |
32 32 | port:p${perl5.major}-file-temp \ |
33 33 | port:p${perl5.major}-uri \ |
34 34 | port:p${perl5.major}-mime-types \ |
35 35 | port:p${perl5.major}-string-ediff \ |
36 36 | port:cvsgraph |
37 37 | |
38 38 | use_configure no |