Ticket #11546: git-core-update.patch
File git-core-update.patch, 1.7 KB (added by jon.olsson@…, 18 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name git-core 5 version 1.5.0 5 version 1.5.0.3 6 6 description The stupid content tracker. 7 7 long_description A stupid (but extremely fast) directory \ 8 8 content manager. It doesn't do a whole lot, \ … … 14 14 homepage http://git.or.cz/ 15 15 use_bzip2 yes 16 16 master_sites http://www.kernel.org/pub/software/scm/git/ 17 checksums md5 5c3e163ac201695c9bfd5a19d730303c \ 18 sha1 2a42673745f8131173fa538adc609bc664258406 \ 19 rmd160 2ff7a1d31a73e1a75ccd284d8e7c35e05268ec73 20 distname git-${version} 21 depends_run bin:curl:curl bin:diff:diffutils bin:wish:tk \ 22 bin:ssh:openssh bin:python:python24 bin:rsync:rsync \ 23 bin:sed:gsed 17 distname git-${version} 18 distfiles git-${version}${extract.suffix} \ 19 git-manpages-${version}${extract.suffix} 20 checksums git-${version}${extract.suffix} sha1 b061b7cfa4fec5591a58362ae96ff596a3d399c5 \ 21 git-manpages-${version}${extract.suffix} sha1 b8303904e69fe5b20bcbe5f5348f51936c5e8f96 22 depends_run port:curl port:diffutils port:tk \ 23 port:openssh port:python24 port:rsync \ 24 port:gsed 24 25 depends_lib port:curl port:zlib port:openssl port:expat port:libiconv 25 26 26 27 patchfiles patch-Makefiles patch-curl … … 33 34 destroot.destdir DESTDIR=${destroot} prefix=${prefix} 34 35 destroot.target install 35 36 37 post-build { 38 system "cd ${worksrcpath}/.. && pax -rw -s,man7/git.7,man1/git.1, man1 man7 ${prefix}/man" 39 } 40 36 41 variant doc { 37 depends_build bin:asciidoc:asciidoc bin:xmlto:xmlto42 depends_build port:asciidoc port:xmlto 38 43 build.target-append doc 39 44 destroot.target-append install-doc 40 45 }