Ticket #30225: Portfile-trac.diff
File Portfile-trac.diff, 1.1 KB (added by verwymeren@…, 13 years ago) |
---|
-
Portfile
old new 20 20 master_sites http://ftp.edgewall.com/pub/trac/ 21 21 distname Trac-${version} 22 22 23 checksums md5 f70c7676601f2592bcb7871319e62dd7 \ 24 sha1 95ca75b54abfd5a3d838f300c19ef8dbd125f08d \ 25 rmd160 317d5792976bc4c048cbac2a831398e976251110 26 27 depends_lib port:subversion-python26bindings \ 28 port:python26 port:sqlite3 \ 23 checksums md5 f70c7676601f2592bcb7871319e62dd7 \ 24 sha1 95ca75b54abfd5a3d838f300c19ef8dbd125f08d \ 25 rmd160 317d5792976bc4c048cbac2a831398e976251110 26 27 depends_lib port:python26 port:sqlite3 \ 29 28 port:py26-pygments port:py26-genshi \ 30 29 port:py26-babel port:py26-sqlite 31 30 … … 44 43 ui_msg "See http://trac.edgewall.org/wiki/MySqlDb for more detailed information." 45 44 } 46 45 46 variant subversion description {Build with subversion support} { 47 depends_lib-append port:subversion-python26bindings 48 } 49 50 default_variants +subversion 51 47 52 post-destroot { 48 53 file mkdir ${destroot}${prefix}/share/trac/ 49 54 file copy ${worksrcpath}/contrib \