Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv16741

Modified Files:
        autogen.info 
Log Message:
upstream update 5.10, now using guile18 instead of guile (1.4)


Index: autogen.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/autogen.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- autogen.info        12 Jul 2010 17:51:08 -0000      1.6
+++ autogen.info        18 Aug 2010 23:00:28 -0000      1.7
@@ -1,21 +1,24 @@
 Package: autogen
-Version: 5.8.4
+Version: 5.10
 Revision: 2
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 4150a2037d69b927267904adb47f0aa8
-PatchFile: %n.patch
-PatchFile-MD5: c562e12618399d3c486a1ea5db14211d
-BuildDepends: guile-dev, libxml2, libiconv-dev, fink (>= 0.24.12-1)
-Depends: guile, %N-shlibs (= %v-%r)
+Source-MD5: c058ee521773700151543a2dac0f10a8
+# PatchFile: %n.patch
+# PatchFile-MD5: c562e12618399d3c486a1ea5db14211d
+BuildDepends: guile18-dev, libxml2, libiconv-dev, fink (>= 0.24.12-1)
+Depends: guile18, %N-shlibs (= %v-%r)
 DocFiles: README ChangeLog AUTHORS COPYING INSTALL NEWS NOTES THANKS TODO 
VERSION
 InfoDocs: autogen.info
 SplitOff: <<
  Package: %N-shlibs
  Description: Autogen shared libaries
- Files: lib/libguileopts.*.dylib lib/libopts.*.dylib 
+ Files: <<
+  lib/libguileopts.0.dylib
+  lib/libopts.25.dylib 
+ <<
  Shlibs: <<
   %p/lib/libguileopts.0.dylib 1.0.0 %n (>= 5.4.2-2)
-  %p/lib/libopts.25.dylib 28.0.0 %n (>= 5.8.4-2)
+  %p/lib/libopts.25.dylib 34.0.0 %n (>= 5.10-1)
 <<
  DocFiles: README ChangeLog AUTHORS COPYING INSTALL NEWS NOTES THANKS TODO 
VERSION
 <<
@@ -24,7 +27,15 @@
  Replaces: %N-shlibs (<= 5.4.2-1)
  Depends: %N-shlibs (= %v-%r)
  Description: Development files for AutoOpts and snprintfv
- Files: include lib/lib*.a lib/lib*.la share/man/man3 share/aclocal 
lib/libguileopts.dylib lib/libopts.dylib
+ Files: <<
+       include
+       lib/lib*.a
+       lib/lib*.la
+       share/man/man3
+       share/aclocal
+       lib/libguileopts.dylib
+       lib/libopts.dylib
+ <<
  DocFiles: README ChangeLog AUTHORS COPYING INSTALL NEWS NOTES THANKS TODO 
VERSION
  BuildDependsOnly: True
 <<
@@ -36,8 +47,25 @@
  DocFiles: README ChangeLog AUTHORS COPYING INSTALL NEWS NOTES THANKS TODO 
VERSION
 <<
 ConfigureParams: --enable-snprintfv-install --mandir=%p/share/man 
--infodir=%p/share/info
+CompileScript: <<
+       #!/bin/sh -ev
+       mkdir build
+       cd build
+       guile18-build ../configure %c -C
+       make
+<<
 InstallScript: <<
- make DESTDIR=%d install
+       #!/bin/sh -ev
+       cd build
+       make DESTDIR=%d install
+<<
+InfoTest: <<
+       TestScript: <<
+       #!/bin/sh -ev
+       cd build
+       make -k check || exit 2
+       <<
+       TestSuiteSize: small
 <<
 Description: Automated text generation from templates
 DescDetail: <<
@@ -78,8 +106,10 @@
 space, which breaks the recursive configure for sub-directories.
 <<
 DescPackaging: <<
+  guile: bdep on guile18 which contains guile18-build
+  switched over to guile18, was guile (1.4) before 5.10.
   Previous versions by David Bacher <drbac...@alum.mit.edu>.
 <<
 Homepage: http://www.gnu.org/software/autogen/
 License: GPL
-Maintainer: None <fink-de...@lists.sourceforge.net>
+Maintainer: David Fang <fang...@users.sourceforge.net>


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to