Ticket #13956: Portfile-git-core.diff
File Portfile-git-core.diff, 2.0 KB (added by maccheck@…, 17 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name git-core 6 version 1.5. 3.76 version 1.5.4.3 7 7 description The stupid content tracker. 8 8 long_description A stupid (but extremely fast) directory content manager. \ 9 9 It doesn't do a whole lot, but what it _does_ do is track \ … … 18 18 distfiles git-${version}${extract.suffix} \ 19 19 git-manpages-${version}${extract.suffix} 20 20 21 checksums git-${version}${extract.suffix} sha1 95c3b64d34f28db8122e30f28dc5758ebbc8469b\22 git-manpages-${version}${extract.suffix} sha1 7 cc45f156298d0fbd4ead4a9b2096ed2143287b821 checksums git-${version}${extract.suffix} sha1 200597bf2e5bbdfa5d67ff04a0aa8ff0292ea210 \ 22 git-manpages-${version}${extract.suffix} sha1 70ceb0024361ab1e64822fb4e0cd12eddc02431a 23 23 24 24 depends_run port:openssh port:rsync port:perl5.8 port:p5-error 25 25 depends_lib port:curl port:zlib port:openssl port:expat port:libiconv … … 64 64 ${distpath}/git-htmldocs-${version}${extract.suffix} \ 65 65 ${extract.post_args}" 66 66 } 67 68 foreach badfile [exec find ${destroot} -name perllocal.pod] { 69 ui_info "Removing ${badfile}" 70 file delete ${badfile} 71 } 67 72 } 68 73 69 74 variant doc description {Install HTML and plaintext documentation} { 70 75 distfiles-append git-htmldocs-${version}${extract.suffix} 71 checksums-append git-htmldocs-${version}${extract.suffix} sha1 926fb29604d69ce45ecf7b57d1b8feeb6c356f9b76 checksums-append git-htmldocs-${version}${extract.suffix} sha1 aad6c2b3d69f18f59f1dbdd2cc8baf7ea4a87002 72 77 } 73 78 74 79 variant svn description {Bi-directional subversion repository support} { 75 depends_run 80 depends_run-append port:subversion port:p5-libwww-perl port:p5-svn-simple port:p5-term-readkey 76 81 } 77 82 78 83 default_variants +doc