Changeset 79182
- Timestamp:
- 06/04/11 09:00:39 (4 years ago)
- Location:
- trunk/dports/devel/git-core
- Files:
-
- 2 edited
-
Portfile (modified) (3 diffs)
-
files/patch-Makefile.diff (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/git-core/Portfile
r78770 r79182 5 5 6 6 name git-core 7 version 1.7.5. 27 version 1.7.5.4 8 8 description A fast version control system 9 9 long_description Git is a fast, scalable, distributed open source version \ … … 20 20 21 21 checksums git-${version}${extract.suffix} \ 22 sha1 c7cc4f9b0a8718e966d32c8f834df67ed2b5560f\23 rmd160 c1e4e065b0fe7e756d22ac0a3c867ebd4923bb4c\22 sha1 076eca037a993de2c1bcf093fee5a1ad56af71fa \ 23 rmd160 2cde34bb24ed5ecb1e07b2b5e8314adfd781a186 \ 24 24 git-manpages-${version}${extract.suffix} \ 25 sha1 a18f752ea2fb86a4ffc9557d55b5588e12574bdf \26 rmd160 20c03c54efe0040d2836991096b78f0e9f3b167925 sha1 f7ca383d94152777eca28fdffce38d88a51b90cf \ 26 rmd160 d465b40061883dd27e75bbb24952158db0859d5a 27 27 28 28 depends_run port:rsync port:p5-error … … 118 118 distfiles-append git-htmldocs-${version}${extract.suffix} 119 119 checksums-append git-htmldocs-${version}${extract.suffix} \ 120 sha1 4fd94c1e28719ea44583179db780c6baf74735fd\121 rmd160 56128845d65c9fd49335c1dbe552ea010b5b448a120 sha1 1f4c9906b77fd4151c320e44b351e06fd9e7eca5 \ 121 rmd160 c00d922cf678243be57c8cb70c7fca07d5f8a56d 122 122 } 123 123 -
trunk/dports/devel/git-core/files/patch-Makefile.diff
r78150 r79182 1 --- Makefile.orig 2011-0 4-24 19:48:31.000000000 +02002 +++ Makefile 2011-0 4-25 22:36:23.000000000 +02003 @@ -2 90,7 +290,7 @@1 --- Makefile.orig 2011-06-02 00:36:22.000000000 +0200 2 +++ Makefile 2011-06-03 13:30:10.000000000 +0200 3 @@ -289,7 +289,7 @@ 4 4 sharedir = $(prefix)/share 5 5 gitwebdir = $(sharedir)/gitweb … … 7 7 -htmldir = share/doc/git-doc 8 8 +htmldir = share/doc/git-core 9 ifeq ($(prefix),/usr)10 sysconfdir = /etc11 9 ETC_GITCONFIG = $(sysconfdir)/gitconfig 10 ETC_GITATTRIBUTES = $(sysconfdir)/gitattributes 11 lib = lib 12 12 @@ -1237,7 +1237,7 @@ 13 13 ifdef NO_R_TO_GCC_LINKER
Note: See TracChangeset
for help on using the changeset viewer.

