Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8345

Modified Files:
        svn-swig-pm.info svn-swig-py.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


Index: svn-swig-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/svn-swig-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- svn-swig-pm.info    22 May 2013 18:19:53 -0000      1.3
+++ svn-swig-pm.info    27 Jun 2013 20:46:39 -0000      1.4
@@ -1,6 +1,6 @@
 Info2: <<
 Package: svn-swig-pm%type_pkg[perl]
-Version: 1.7.9
+Version: 1.8.0
 Revision: 1
 Description: Swig svn Perl %type_raw[perl] bindings
 Type: perl (5.8.6 5.8.8 5.10.0 5.12.3 5.12.4)
@@ -24,22 +24,21 @@
        libaprutil.0-dev (>= 1.5.1-1),
        libgettext8-dev,
        libiconv-dev (>= 1.9.1-11),
-       libserf1 (>= 1.1.1-1),
-       neon27 (>= 0.29.6-3),
+       libserf1 (>= 1.2.1-1),
        sqlite3-dev,
        openssl100-dev (>= 1.0.1e-1),
-       svn17-dev (>= %v),
+       svn18-dev (>= %v),
        swig
 <<
 Replaces: svn-ssl-swig-pm%type_pkg[perl]
 
 # Unpack Phase:
 Source: mirror:apache:subversion/subversion-%v.tar.bz2
-Source-MD5: 8d532025771a67c06c23f299699f056f
+Source-MD5: f053a9948dfe5c70eff5c00509723214
 
 PatchScript: <<
-       perl -pi -e "s/PACKAGE_NAME='subversion'/PACKAGE_NAME='subversion17'/" 
configure
-       perl -pi -e 's/(`echo \$\$inst`)/${1}17/' Makefile.in
+       perl -pi -e "s/PACKAGE_NAME='subversion'/PACKAGE_NAME='subversion18'/" 
configure
+       perl -pi -e 's/(`echo \$\$inst`)/${1}18/' Makefile.in
 <<
 
 # Compile Phase:
@@ -48,9 +47,9 @@
 CompileScript: <<
 #! /bin/bash -ev
  ### Recreate build-outputs.mk to not include already installed libs
- ./gen-make.py --installed-libs 
libsvn_client,libsvn_delta,libsvn_diff,libsvn_fs,libsvn_fs_base,libsvn_fs_fs,libsvn_fs_util,libsvn_ra,libsvn_ra_neon,libsvn_ra_local,libsvn_ra_serf,libsvn_ra_svn,libsvn_repos,libsvn_subr,libsvn_wc
+ ./gen-make.py --installed-libs 
libsvn_client,libsvn_delta,libsvn_diff,libsvn_fs,libsvn_fs_base,libsvn_fs_fs,libsvn_fs_util,libsvn_ra,libsvn_ra_local,libsvn_ra_serf,libsvn_ra_svn,libsvn_repos,libsvn_subr,libsvn_wc
  
- perl -pi -e 's,\@SVN_APR_EXPORT_LIBS\@,-L%p/lib/svn17 $&,' 
subversion/bindings/swig/perl/native/Makefile.PL.in
+ perl -pi -e 's,\@SVN_APR_EXPORT_LIBS\@,-L%p/lib/svn18 $&,' 
subversion/bindings/swig/perl/native/Makefile.PL.in
 
  ### Configure shared
  export F77=no
@@ -79,7 +78,6 @@
  ./configure --libdir=%p/lib/perl5/%type_raw[perl]/lib \
        --enable-shared \
        --disable-static \
-       --with-neon=%p \
        --with-serf=%p \
        --with-apr=%p/bin/apr-1-config \
        --with-apr-util=%p/bin/apu-1-config \
@@ -97,8 +95,7 @@
        --without-kwallet \
        --without-ctypesgen \
        --without-doxygen \
-       --without-libmagic \
-       --disable-neon-version-check
+       --without-libmagic
 
  ### Build swig perl bindings
  
@@ -106,11 +103,11 @@
  
  ######################## Running SWIG ########################
  
- make autogen-swig-pl CPPFLAGS='-I$(top_srcdir)/subversion/include 
-I$(top_builddir)/subversion -I%p/include/neon -I%p/include/serf-1 
-I%p/include/apache2 -I%p/include  -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK' 
INCLUDES=''
+ make autogen-swig-pl CPPFLAGS='-I$(top_srcdir)/subversion/include 
-I$(top_builddir)/subversion -I%p/include/serf-1 -I%p/include/apache2 
-I%p/include  -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK' INCLUDES=''
  
  ######################## Building libsvn_swig_perl ########################
  
- make libsvn_swig_perl CPPFLAGS='-I$(top_srcdir)/subversion/include 
-I$(top_builddir)/subversion -I%p/include/neon -I%p/include/serf-1 
-I%p/include/apache2 -I%p/include  -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK' 
INCLUDES=''
+ make libsvn_swig_perl CPPFLAGS='-I$(top_srcdir)/subversion/include 
-I$(top_builddir)/subversion -I%p/include/serf-1 -I%p/include/apache2 
-I%p/include  -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK' INCLUDES=''
  
  ######################## Running Makefile.PL ########################
  
@@ -120,7 +117,7 @@
  ######################## Building Perl Bindings ########################
  
  popd 
- make swig-pl CPPFLAGS='-I$(top_srcdir)/subversion/include 
-I$(top_builddir)/subversion -I%p/include/neon -I%p/include/serf-1 
-I%p/include/apache2 -I%p/include  -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK' 
INCLUDES=''
+ make swig-pl CPPFLAGS='-I$(top_srcdir)/subversion/include 
-I$(top_builddir)/subversion -I%p/include/serf-1 -I%p/include/apache2 
-I%p/include  -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK' INCLUDES=''
 
 <<
 InfoTest: <<
@@ -149,7 +146,7 @@
 SplitOff: <<
   Description: Subversion - Swig Perl Shared libraries
   Package: %N-shlibs
-  Depends: svn17-shlibs (>= %v)
+  Depends: svn18-shlibs (>= %v)
   Replaces: %{Ni}581-shlibs, %{Ni}584-shlibs, %{Ni}586-shlibs, 
%{Ni}588-shlibs, svn-ssl-swig-pm581-shlibs, svn-ssl-swig-pm584-shlibs, 
svn-ssl-swig-pm586-shlibs, svn-ssl-swig-pm588-shlibs
   Files: <<
     lib/perl5/%type_raw[perl]/lib/libsvn_swig_perl-1.0.dylib

Index: svn-swig-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/svn-swig-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- svn-swig-py.info    22 May 2013 20:34:22 -0000      1.3
+++ svn-swig-py.info    27 Jun 2013 20:46:39 -0000      1.4
@@ -1,6 +1,6 @@
 Info2: <<
 Package: svn-swig-py%type_pkg[python]
-Version: 1.7.9
+Version: 1.8.0
 Revision: 1
 Description: Swig svn Python %type_raw[python] bindings
 Type: python (2.6 2.7)
@@ -16,26 +16,26 @@
        fink (>= 0.24.12-1),
        gettext-bin,
        gettext-tools,
+       io-string-pm,
        libapr.0-dev (>= 1.4.6-1),
        libaprutil.0-dev (>= 1.5.1-1),
        libgettext8-dev,
        libiconv-dev (>= 1.9.1-11),
-       libserf1 (>= 1.1.1-1),
-       neon27 (>= 0.29.6-3),
+       libserf1 (>= 1.2.1-1),
        sqlite3-dev,
        openssl100-dev (>= 1.0.1e-1),
-       svn17-dev (>= %v),
+       svn18-dev (>= %v),
        swig
 <<
 Replaces: svn-shlibs (<< 1.0.4-11), svn-ssl-swig-py%type_pkg[python]
 
 # Unpack Phase:
 Source: mirror:apache:subversion/subversion-%v.tar.bz2
-Source-MD5: 8d532025771a67c06c23f299699f056f
+Source-MD5: f053a9948dfe5c70eff5c00509723214
 
 PatchScript: <<
-       perl -pi -e "s/PACKAGE_NAME='subversion'/PACKAGE_NAME='subversion17'/" 
configure
-       perl -pi -e 's/(`echo \$\$inst`)/${1}17/' Makefile.in
+       perl -pi -e "s/PACKAGE_NAME='subversion'/PACKAGE_NAME='subversion18'/" 
configure
+       perl -pi -e 's/(`echo \$\$inst`)/${1}18/' Makefile.in
 <<
 
 # Compile Phase:
@@ -45,7 +45,6 @@
        --libdir='${prefix}/lib/python%type_raw[python]/site-packages/libsvn' \
        --enable-shared \
        --disable-static \
-       --with-neon=%p \
        --with-serf=%p \
        --with-apr=%p/bin/apr-1-config \
        --with-apr-util=%p/bin/apu-1-config \
@@ -64,13 +63,12 @@
        --without-ctypesgen \
        --without-doxygen \
        --without-libmagic \
-       --disable-neon-version-check \
        PYTHON=%p/bin/python%type_raw[python]
 <<
 CompileScript: <<
 #! /bin/sh -ev
  ### Recreate build-outputs.mk to not include already installed libs
- ./gen-make.py --installed-libs 
libsvn_client,libsvn_delta,libsvn_diff,libsvn_fs,libsvn_fs_base,libsvn_fs_fs,libsvn_fs_util,libsvn_ra,libsvn_ra_neon,libsvn_ra_local,libsvn_ra_serf,libsvn_ra_svn,libsvn_repos,libsvn_subr,libsvn_wc
+ ./gen-make.py --installed-libs 
libsvn_client,libsvn_delta,libsvn_diff,libsvn_fs,libsvn_fs_base,libsvn_fs_fs,libsvn_fs_util,libsvn_ra,libsvn_ra_local,libsvn_ra_serf,libsvn_ra_svn,libsvn_repos,libsvn_subr,libsvn_wc
 
  ### Configure shared
  export F77=no
@@ -79,7 +77,7 @@
  ./configure %c
  
  ### Build swig python bindings
- make swig-py CPPFLAGS='-I$(top_srcdir)/subversion/include 
-I$(top_builddir)/subversion -I%p/include/neon -I%p/include/serf-1 
-I%p/include/apache2 -I%p/lib/system-openssl/include -I%p/include  -DDARWIN 
-DSIGPROCMASK_SETS_THREAD_MASK' INCLUDES=''
+ make swig-py CPPFLAGS='-I$(top_srcdir)/subversion/include 
-I$(top_builddir)/subversion -I%p/include/serf-1 -I%p/include/apache2 
-I%p/include  -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK' INCLUDES=''
 <<
 InfoTest: <<
  TestScript: <<
@@ -104,7 +102,7 @@
 SplitOff: <<
   Description: Subversion - Swig Python Shared libraries
   Package: %N-shlibs
-  Depends: svn17-shlibs (>= %v)
+  Depends: svn18-shlibs (>= %v)
   Replaces: %{Ni}23-shlibs (<< 1.5.0-3), %{Ni}24-shlibs (<< 1.5.0-3), 
%{Ni}25-shlibs (<< 1.5.0-3), svn-ssl-swig-py23-shlibs, 
svn-ssl-swig-py24-shlibs, svn-ssl-swig-py25-shlibs
   Files: <<
     lib/python%type_raw[python]/site-packages/libsvn/libsvn_swig_py-1.0.dylib


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

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to