Ticket #12609: git-core-1.5.3.1.patch
File git-core-1.5.3.1.patch, 1.6 KB (added by macports@…, 17 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name git-core 5 version 1.5. 2.55 version 1.5.3.1 6 6 revision 1 7 7 description The stupid content tracker. 8 8 long_description A stupid (but extremely fast) directory content manager. \ … … 17 17 distname git-${version} 18 18 distfiles git-${version}${extract.suffix} \ 19 19 git-manpages-${version}${extract.suffix} 20 21 checksums git-${version}${extract.suffix} sha1 5c145b98dbd7b8695e8dcc18ca661454775c869b\22 git-manpages-${version}${extract.suffix} sha1 47a2f330581c9e4dcb5e8c25d7508c5e8d7d799720 21 checksums git-${version}${extract.suffix} sha1 011008a66928f115a7604f4a3066c085a8750c35 \ 22 git-manpages-${version}${extract.suffix} sha1 522e5992007c9a190b091c47aafc6a3c85da3c76 23 23 24 24 depends_run port:curl port:openssh port:rsync 25 25 depends_lib port:curl port:zlib port:openssl port:expat port:libiconv 26 26 27 patchfiles patch- Documentation_Makefile patch-Makefile patch-http.h27 patchfiles patch-Makefile patch-http.h 28 28 29 29 extract.only git-${version}${extract.suffix} \ 30 30 git-manpages-${version}${extract.suffix} … … 70 70 71 71 variant doc description (Install HTML and plaintext documentation} { 72 72 distfiles-append git-htmldocs-${version}${extract.suffix} 73 checksums-append git-htmldocs-${version}${extract.suffix} sha1 974a1317078dc5159ef1eafb3937d3c651b4efbc73 checksums-append git-htmldocs-${version}${extract.suffix} sha1 45e905899a80967998918d67312abb97317a03f6 74 74 } 75 75 76 76 variant svn {