diff --git a/git-core/Portfile b/git-core/Portfile
index 095e41c..8cc40b1 100644
|
a
|
b
|
|
| 2 | 2 | |
| 3 | 3 | PortSystem 1.0 |
| 4 | 4 | name git-core |
| 5 | | version 1.5.2 |
| | 5 | version 1.5.2.1 |
| 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, \ |
| … |
… |
|
| 18 | 18 | distfiles git-${version}${extract.suffix} \ |
| 19 | 19 | git-manpages-${version}${extract.suffix} |
| 20 | 20 | |
| 21 | | checksums git-${version}${extract.suffix} sha1 f60d8dbf0926a3c12a1658bac177b383939d8e54 \ |
| 22 | | git-manpages-${version}${extract.suffix} sha1 025a4a65e6a1c9aa1abfd64007ba3559655bb629 |
| | 21 | checksums git-${version}${extract.suffix} sha1 3905cb325520fc8a52a8c77ee95dd0de8e13a5d5 \ |
| | 22 | git-manpages-${version}${extract.suffix} sha1 6e9d153df8d51dd943faff0eda33e18c974210c4 |
| 23 | 23 | depends_run port:curl port:openssh port:rsync |
| 24 | 24 | depends_lib port:curl port:zlib port:openssl port:expat port:libiconv |
| 25 | 25 | |