[27958] trunk

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 16 07:50:37 PDT 2007


Revision: 27958
          http://trac.macosforge.org/projects/macports/changeset/27958
Author:   dluke at macports.org
Date:     2007-08-16 07:50:37 -0700 (Thu, 16 Aug 2007)

Log Message:
-----------
Version bump, update cvs2svn to 2.0.0

Modified Paths:
--------------
    trunk/dports/devel/cvs2svn/Portfile

Property Changed:
----------------
    trunk/


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21326
40426cdb-d25d-4106-b89a-567fc1e9311f:/local/trunk:22799
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
d9146071-5dc1-4620-afc7-8ba4e23d31df:/local/trunk:21690
e4b2a6a8-e742-4924-8f8a-3771363e925e:/local/trunk:25771
f2dd1c64-7982-4318-98ce-263798263e0a:/local:28208
fd7794eb-1723-4a49-8be4-c69b2a184b6d:/local/trunk:24020
   + 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21326
40426cdb-d25d-4106-b89a-567fc1e9311f:/local/trunk:22799
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
d9146071-5dc1-4620-afc7-8ba4e23d31df:/local/trunk:21690
e4b2a6a8-e742-4924-8f8a-3771363e925e:/local/trunk:25771
f2dd1c64-7982-4318-98ce-263798263e0a:/local:28228
fd7794eb-1723-4a49-8be4-c69b2a184b6d:/local/trunk:24020

Modified: trunk/dports/devel/cvs2svn/Portfile
===================================================================
--- trunk/dports/devel/cvs2svn/Portfile	2007-08-16 14:44:25 UTC (rev 27957)
+++ trunk/dports/devel/cvs2svn/Portfile	2007-08-16 14:50:37 UTC (rev 27958)
@@ -1,9 +1,9 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup		python24 1.0
+PortGroup		python25 1.0
 name			cvs2svn
-version			1.5.1
+version			2.0.0
 categories-append	devel
 maintainers		dluke at geeklair.net
 description		Tool for converting from CVS to subversion
@@ -16,18 +16,19 @@
 platforms		darwin
 homepage		http://cvs2svn.tigris.org
 master_sites		macports
-checksums		md5 d1e42ea51b373be0023f2b3f6b80ec01
+checksums		md5 9002432007e4f274bea8782ec3dcd618
 
 test.run		yes
-test.cmd		make
-test.target		check
+test.cmd		${prefix}/bin/python2.5
+test.target		run-tests.py
 
-depends_lib-append	port:py-bsddb
+depends_lib-append	port:py25-bsddb port:py25-hashlib \
+			port:py25-zlib
 
 post-destroot {
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
 	xinstall -m 644 -W ${worksrcpath} BUGS CHANGES COMMITTERS COPYING \
-		HACKING README design-notes.txt ${destroot}${prefix}/share/doc/${name}
+		HACKING README doc/design-notes.txt ${destroot}${prefix}/share/doc/${name}
 	file copy ${worksrcpath}/www ${destroot}${prefix}/share/doc/${name}
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070816/540d2f6d/attachment.html


More information about the macports-changes mailing list