Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv13549/stable/main/finkinfo/libs

Modified Files:
        jdepend.info jsch.info junit.info 
Log Message:
sync jdepend, jsch, junit to stable to satisfy dep of ant-optional in stable


Index: jdepend.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/jdepend.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- jdepend.info        25 Aug 2009 22:37:59 -0000      1.3
+++ jdepend.info        20 Oct 2011 04:53:24 -0000      1.4
@@ -1,15 +1,14 @@
 Package: jdepend
 Version: 2.9.1
-Revision: 1
-Distribution: 10.4, 10.5
-Type: java(1.4)
+Revision: 2
+Type: java
 Maintainer: Benjamin Reed <[email protected]>
-BuildDepends: ant-base (>= 1.6.5-1), ant-junit, fink (>= 0.22.2-1), 
system-java-dev (>= 1.4-1)
+BuildDepends: ant-base (>= 1.6.5-1), ant-junit, fink (>= 0.22.2-1), 
system-java-dev (>= 1.5-1)
 Depends: system-java (>= 1.4-1)
-Source: http://www.clarkware.com/software/jdepend-%v.zip
+Source: http://www.clarkware.com/software/%n-%v.zip
 Source-MD5: 0cbaf43493cd30838bee261f69e76fe9
 PatchScript: perl -pi -e 's,<javac,<javac target="1.4" source="1.4",g' 
build.xml
-CompileScript: ant package test
+CompileScript: CLASSPATH= ant package
 InstallScript: <<
 #!/bin/sh -ex
 

Index: jsch.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/jsch.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- jsch.info   25 Aug 2009 22:37:59 -0000      1.2
+++ jsch.info   20 Oct 2011 04:53:24 -0000      1.3
@@ -1,32 +1,47 @@
 Package: jsch
-Version: 0.1.33
+Version: 0.1.43
 Revision: 1
-Distribution: 10.4, 10.5
+Description: Pure-Java SSH2 implementation
+Type: java
+License: BSD
+Maintainer: Benjamin Reed <[email protected]>
+
+Depends: <<
+       jzlib (>= 1.0.7-3),
+       system-java (>= 1.4-1)
+<<
+BuildDepends: <<
+       ant-base (>= 1.8.1-1),
+       fink (>= 0.29.7-1),
+       fink-mirrors (>= 0.22.1.1-1),
+       jzlib (>= 1.0.7-3),
+       system-java-dev (>= 1.4-1)
+<<
+
 Source: mirror:sourceforge:%n/%n-%v.zip
-Source-MD5: fc2cce5eabca1b6f2a46eba46e278bf2
+Source-MD5: ccf75ce1ee6e2eba717602ff8c344c74
 SourceDirectory: %n-%v
 PatchScript: perl -pi -e 's,<javac,<javac target="1.4" source="1.4",g' 
build.xml
-BuildDepends: ant-base (>= 1.6.5-1), fink (>= 0.22.2-1), fink-mirrors (>= 
0.22.1.1-1), jzlib, system-java-dev (>= 1.4-1)
-Depends: jzlib, system-java (>= 1.4-1)
-Type: java(1.4)
-CompileScript: <<
-#!/bin/sh -ex
 
+UseMaxBuildJobs: true
+CompileScript: <<
+       #!/bin/sh -ex
+       
        ant dist
        mv dist/lib/*.jar dist/lib/%n.jar
-       $JAVA_HOME/bin/javadoc -sourcepath . -d api javax.sql
+       javadoc -sourcepath src -d api com.jcraft.jsch
 <<
-JarFiles: dist/lib/*.jar
+
 InstallScript: <<
 #!/bin/sh -ex
 
        install -d -m 755 %i/share/doc/%n
        mv api examples %i/share/doc/%n
 <<
+JarFiles: dist/lib/*.jar
 DocFiles: *LICENSE* ChangeLog README
+
 Homepage: http://www.jcraft.com/jsch/index.html
-Maintainer: Benjamin Reed <[email protected]>
-Description: Pure-Java SSH2 implementation
 DescDetail: <<
 JSch is a pure Java implementation of SSH2.
 
@@ -34,4 +49,4 @@
 forwarding, file transfer, etc., and you can integrate its functionality
 into your own Java programs.  JSch is licensed under BSD style license.
 <<
-License: BSD
+

Index: junit.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/junit.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- junit.info  25 Aug 2009 22:37:59 -0000      1.3
+++ junit.info  20 Oct 2011 04:53:24 -0000      1.4
@@ -1,11 +1,10 @@
 Package: junit
 Version: 3.8.1
-Revision: 5
-Distribution: 10.4, 10.5
-Type: java(1.4)
+Revision: 6
+Type: java(1.5)
 Maintainer: Benjamin Reed <[email protected]>
-BuildDepends: ant-base (>= 1.6.5-1), fink (>= 0.22.2-1), system-java-dev (>= 
1.4-1)
-Depends: system-java (>= 1.4-1)
+BuildDepends: ant-base (>= 1.6.5-1), fink (>= 0.22.2-1), system-java-dev (>= 
1.5-1)
+Depends: system-java (>= 1.5-1)
 Source: mirror:sourceforge:junit/%n%v.zip
 Source-MD5: 5110326e4b7f7497dfa60ede4b626751
 PatchScript: <<
@@ -13,7 +12,7 @@
        rm junit.jar
        rm src.jar
        rm -rf javadoc
-       perl -pi -e 's,<javac,<javac target="1.4" source="1.4",g; 
s,classic,modern,g' build.xml
+       perl -pi -e 's,<javac,<javac target="1.5" source="1.5",g; 
s,classic,modern,g' build.xml
 <<
 CompileScript: ant
 InstallScript: <<


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Ciosco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to