[21420] trunk/dports/devel/cogito/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Tue Jan 23 21:13:00 PST 2007
Revision: 21420
http://trac.macosforge.org/projects/macports/changeset/21420
Author: ryandesign at macports.org
Date: 2007-01-23 21:13:00 -0800 (Tue, 23 Jan 2007)
Log Message:
-----------
- Update to 0.18.2; closes #11080
- Use bz2 instead of gz downloads because they're smaller
- Add sha1 and rmd160 hashes in addition to existing md5 hash
- bryan at larsen dot st is now the maintainer
Modified Paths:
--------------
trunk/dports/devel/cogito/Portfile
Modified: trunk/dports/devel/cogito/Portfile
===================================================================
--- trunk/dports/devel/cogito/Portfile 2007-01-24 04:56:11 UTC (rev 21419)
+++ trunk/dports/devel/cogito/Portfile 2007-01-24 05:13:00 UTC (rev 21420)
@@ -1,18 +1,19 @@
# $Id$
PortSystem 1.0
name cogito
-version 0.17.2
+version 0.18.2
categories devel
-maintainers nomaintainer at macports.org
-description Git core and cogito tools to provide a fully distributed SCM
-long_description The git core, developed by Linus Torvalds provides \
+maintainers bryan at larsen.st
+description Git core and cogito tools to provide a fully-distributed SCM
+long_description The git core, developed by Linus Torvalds, provides \
an extremely fast and flexible filesystem-based \
database designed to store directory trees with \
regard to their history. The cogito tools, \
- developed by Petr Baudis, provide full distributed \
+ developed by Petr Baudis, provide fully-distributed \
SCM (software change management) functionality.
homepage http://kernel.org/pub/software/scm/cogito/
master_sites http://kernel.org/pub/software/scm/cogito/
+use_bzip2 yes
configure {}
depends_lib port:coreutils \
port:zlib \
@@ -24,5 +25,6 @@
test.cmd make
test.target test
test.dir ${worksrcpath}
-checksums md5 f4f2ce5c787265afbd55cba0dc9eeb11
-
+checksums md5 313697c1a9846d5a73ffe79d2c088faa \
+ sha1 d4f4028d86206ebb80b86e48f90397e60a8c7c84 \
+ rmd160 f451696890676fbd912a5a00aa6715131a0ce6eb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070123/bfd01435/attachment.html
More information about the macports-changes
mailing list