putty switched to Subversion some time ago
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 26 Jul 2005 08:14:20 +0000 (08:14 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 26 Jul 2005 08:14:20 +0000 (08:14 +0000)
packages/putty/putty_svn.bb [moved from packages/putty/putty_cvs.bb with 88% similarity]

similarity index 88%
rename from packages/putty/putty_cvs.bb
rename to packages/putty/putty_svn.bb
index a826497..e36b79d 100644 (file)
@@ -1,14 +1,15 @@
 DESCRIPTION = "PuTTY is a free implementation of Telnet and SSH for Win32 and Unix platforms"
 SECTION = "console/network"
+LICENSE = "MIT"
+PV = "0.58+cvs-${CVSDATE}"
 
-SRC_URI = "cvs://cvsuser:anonymous@cvs.tartarus.org/home/cvs;module=putty \
+SRC_URI = "svn://ixion.tartarus.org/main;module=putty \
           file://lib.pro \
           file://plink.pro \
           file://pscp.pro \
           file://psftp.pro"
-LICENSE = "MIT"
+
 TARGETS = "lib plink pscp psftp"
-PV = "0.54-cvs-${CVSDATE}"
 
 S = "${WORKDIR}/putty"