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

Modified Files:
        syck.info 
Added Files:
        syck0.55.info syck0.55.patch 
Removed Files:
        syck-0.55.info syck-0.55.patch 
Log Message:
Rename to avoid "-\d" in last %n chunk (no dependants, no Shared Library Policy 
violation)


--- NEW FILE: syck0.55.patch ---
diff -Nurd -x'*~' syck-0.55.orig/tests/Makefile.in syck-0.55/tests/Makefile.in
--- syck-0.55.orig/tests/Makefile.in    2005-05-19 02:15:32.000000000 -0400
+++ syck-0.55/tests/Makefile.in 2007-09-15 17:25:05.000000000 -0400
@@ -50,16 +50,16 @@
 PROGRAMS = $(noinst_PROGRAMS)
 am_test_basic_OBJECTS = Basic.$(OBJEXT) CuTest.$(OBJEXT)
 test_basic_OBJECTS = $(am_test_basic_OBJECTS)
-test_basic_DEPENDENCIES =
+test_basic_DEPENDENCIES = $(top_srcdir)/lib/libsyck.a
 am_test_emit_OBJECTS = Emit.$(OBJEXT) CuTest.$(OBJEXT)
 test_emit_OBJECTS = $(am_test_emit_OBJECTS)
-test_emit_DEPENDENCIES =
+test_emit_DEPENDENCIES = $(top_srcdir)/lib/libsyck.a
 am_test_parse_OBJECTS = Parse.$(OBJEXT) CuTest.$(OBJEXT)
 test_parse_OBJECTS = $(am_test_parse_OBJECTS)
-test_parse_DEPENDENCIES =
+test_parse_DEPENDENCIES = $(top_srcdir)/lib/libsyck.a
 am_test_yts_OBJECTS = YTS.$(OBJEXT) CuTest.$(OBJEXT)
 test_yts_OBJECTS = $(am_test_yts_OBJECTS)
-test_yts_DEPENDENCIES =
+test_yts_DEPENDENCIES = $(top_srcdir)/lib/libsyck.a
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 am__depfiles_maybe = depfiles
@@ -99,7 +99,7 @@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LDFLAGS = -L$(top_srcdir)/lib
+LDFLAGS = 
 LEX = @LEX@
 LEXLIB = @LEXLIB@
 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
@@ -155,13 +155,13 @@
 INCLUDES = -I$(top_srcdir)/lib
 TESTS = test-basic test-parse test-yts test-emit
 test_basic_SOURCES = Basic.c CuTest.c CuTest.h
-test_basic_LDADD = -lsyck
+test_basic_LDADD = $(top_srcdir)/lib/libsyck.a
 test_parse_SOURCES = Parse.c CuTest.c CuTest.h
-test_parse_LDADD = -lsyck
+test_parse_LDADD = $(top_srcdir)/lib/libsyck.a
 test_yts_SOURCES = YTS.c CuTest.c CuTest.h
-test_yts_LDADD = -lsyck
+test_yts_LDADD = $(top_srcdir)/lib/libsyck.a
 test_emit_SOURCES = Emit.c CuTest.c CuTest.h
-test_emit_LDADD = -lsyck
+test_emit_LDADD = $(top_srcdir)/lib/libsyck.a
 all: all-am
 
 .SUFFIXES:

--- syck-0.55.info DELETED ---

--- syck-0.55.patch DELETED ---

--- NEW FILE: syck0.55.info ---
Package: syck0.55
Version: 0.55
Revision: 3
Maintainer: Daniel Macks <[email protected]>
Source: http://rubyforge.org/frs/download.php/4492/syck-%v.tar.gz
Source-MD5: a57b7c46d81170b9318e2f384f77910c
BuildDepends: fink (>= 0.24.12-1)
BuildDependsOnly: true
PatchFile: %n.patch
PatchFile-MD5: 700dd42d9e2098efad080a50fe4505a2
Conflicts: syck, syck-0.55
Replaces: syck, syck-0.55
DocFiles: CHANGELOG COPYING README* RELEASE TODO
Description: Fast parser for YAML files
DescPort: <<
  Former libversion package maintained by Chris Dolan:
  "Ruby, Python, PHP and Perl wrappers exist for this library but I
  haven't packaged them."
<<
DescPackaging: <<
  Static-only lib that has no interface stability, so we rename it
  to include versioning.
<<
License: BSD
Homepage: http://rubyforge.org/projects/syck/

Index: syck.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/syck.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- syck.info   15 Sep 2007 21:48:08 -0000      1.3
+++ syck.info   5 Jan 2010 06:18:33 -0000       1.4
@@ -1,19 +1,21 @@
 Package: syck
 Version: 0.45
-Revision: 3
+Revision: 4
 Maintainer: Chris Dolan <[email protected]>
 Source: http://rubyforge.org/frs/download.php/1371/syck-%v.tar.gz
 Source-MD5: 8071e1e2ee255576f025b4cef8feee62
 BuildDependsOnly: true
-Conflicts: syck-0.55
-Replaces: syck-0.55
+Conflicts: syck-0.55, syck0.55
+Replaces: syck-0.55, syck0.55
 DocFiles: README COPYING RELEASE
-Description: <<
-  A fast parser for YAML files
-<<
+Description: Fast parser for YAML files
 DescPort: <<
   Ruby, Python, PHP and Perl wrappers exist for this library but I
   haven't packaged them.
 <<
+DescPackaging: <<
+  Static-only lib that has no interface stability.
+<<
+
 License: BSD
-Homepage: http://www.whytheluckystiff.net/syck/
+Homepage: http://rubyforge.org/projects/syck/


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to