[142774] trunk/dports/python/py-pysvn

blair at macports.org blair at macports.org
Sat Dec 12 07:10:46 PST 2015


Revision: 142774
          https://trac.macports.org/changeset/142774
Author:   blair at macports.org
Date:     2015-11-22 17:12:33 -0800 (Sun, 22 Nov 2015)
Log Message:
-----------
py-pysvn: update to 1.8.0 to fix compilation with svn 1.9.0; closes #48529.

Modified Paths:
--------------
    trunk/dports/python/py-pysvn/Portfile
    trunk/dports/python/py-pysvn/files/patch-Source_setup_configure.py.diff

Modified: trunk/dports/python/py-pysvn/Portfile
===================================================================
--- trunk/dports/python/py-pysvn/Portfile	2015-11-23 01:11:03 UTC (rev 142773)
+++ trunk/dports/python/py-pysvn/Portfile	2015-11-23 01:12:33 UTC (rev 142774)
@@ -4,8 +4,7 @@
 PortGroup python 1.0
 
 name            py-pysvn
-version         1.7.6
-revision        3
+version         1.8.0
 categories-append      devel
 maintainers     blair openmaintainer
 platforms       darwin
@@ -20,9 +19,9 @@
 
 master_sites    http://pysvn.barrys-emacs.org/source_kits/
 distname        pysvn-${version}
-checksums       md5    010a80f0058713209d62e96b20afbde9 \
-                sha1   720399815278a0b29a2ea87a09a0d2807d4614e4 \
-                rmd160 f6b44e293ec4a94cd610cb8e1f2b711c1aad5aee
+checksums       md5    3999a7680f4d3c4d3bddfc45edf65788 \
+                sha1   f1d584bc3b0d15eb27606ca1a6c364dc44fee345 \
+                sha256 39596f4884ed689cdb5a4e210e421724302a566c7ba756cc4d46bbfeb0c8326b
 
 python.versions 26 27
 

Modified: trunk/dports/python/py-pysvn/files/patch-Source_setup_configure.py.diff
===================================================================
--- trunk/dports/python/py-pysvn/files/patch-Source_setup_configure.py.diff	2015-11-23 01:11:03 UTC (rev 142773)
+++ trunk/dports/python/py-pysvn/files/patch-Source_setup_configure.py.diff	2015-11-23 01:12:33 UTC (rev 142774)
@@ -1,32 +1,32 @@
-diff -ru ../../pysvn-1.7.6.orig/Source/setup_configure.py ./setup_configure.py
---- ../../pysvn-1.7.6.orig/Source/setup_configure.py	2012-02-28 10:53:48.000000000 -0800
-+++ ./setup_configure.py	2012-08-17 20:25:49.000000000 -0700
-@@ -515,7 +515,7 @@
+diff -ru ../../pysvn-1.8.0.FCS/Source/setup_configure.py ./setup_configure.py
+--- ../../pysvn-1.8.0.FCS/Source/setup_configure.py	2015-08-18 10:28:19.000000000 -0700
++++ ./setup_configure.py	2015-11-22 17:09:15.000000000 -0800
+@@ -527,8 +527,8 @@
+                     self._find_paths_svn_lib,
                      self.get_lib_name_for_platform( 'libsvn_client-1' ) )
          # if we are using the Fink SVN then remember this
-         self.is_mac_os_x_fink = folder.startswith( '/sw/' )
+-        self.is_mac_os_x_fink = folder.startswith( '/sw/' )
 -        self.is_mac_os_x_darwin_ports = folder.startswith( '/opt/local/' )
++        self.is_mac_os_x_fink = False
 +        self.is_mac_os_x_darwin_ports = False
          return folder
  
      def find_apr_inc( self ):
-@@ -1014,8 +1014,7 @@
+@@ -1032,7 +1032,7 @@
  
      def setupUtilities( self ):
          self._addVar( 'CCCFLAGS',
 -                                        '-g  '
--                                        '-no-long-double '
 +                                        '-g -O2 '
                                          '-Wall -fPIC -fexceptions -frtti '
-                                         '-I. -I%(APR_INC)s -I%(SVN_INC)s '
+                                         '-I. -I%(APR_INC)s -I%(APU_INC)s -I%(SVN_INC)s '
                                          '-D%(DEBUG)s' )
-@@ -1031,8 +1030,7 @@
+@@ -1048,7 +1048,7 @@
          self._addVar( 'PYTHON_INC',         distutils.sysconfig.get_python_inc() )
  
          py_cflags_list = [
 -                    '-g',
--                    '-no-long-double',
 +                    '-g -O2',
                      '-Wall -fPIC -fexceptions -frtti',
-                     '-I. -I%(APR_INC)s -I%(SVN_INC)s',
+                     '-I. -I%(APR_INC)s -I%(APU_INC)s -I%(SVN_INC)s',
                      '-DPYCXX_PYTHON_2TO3 -I%(PYCXX)s -I%(PYCXX_SRC)s -I%(PYTHON_INC)s',
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/95871b4f/attachment.html>


More information about the macports-changes mailing list