[125233] trunk/dports/net/libtorrent-rasterbar

devans at macports.org devans at macports.org
Wed Sep 10 14:03:44 PDT 2014


Revision: 125233
          https://trac.macports.org/changeset/125233
Author:   devans at macports.org
Date:     2014-09-10 14:03:44 -0700 (Wed, 10 Sep 2014)
Log Message:
-----------
libtorrent-rasterbar: update to version 1.0.2, remove conflict with obsolete libtorrent-rasterbar-devel.

Modified Paths:
--------------
    trunk/dports/net/libtorrent-rasterbar/Portfile
    trunk/dports/net/libtorrent-rasterbar/files/patch-bindings-python-setup.py.diff

Modified: trunk/dports/net/libtorrent-rasterbar/Portfile
===================================================================
--- trunk/dports/net/libtorrent-rasterbar/Portfile	2014-09-10 20:14:41 UTC (rev 125232)
+++ trunk/dports/net/libtorrent-rasterbar/Portfile	2014-09-10 21:03:44 UTC (rev 125233)
@@ -6,8 +6,7 @@
 PortGroup       compiler_blacklist_versions 1.0
 
 name            libtorrent-rasterbar
-conflicts       libtorrent-rasterbar-devel
-version         1.0.1
+version         1.0.2
 license         BSD
 categories      net
 maintainers     devans openmaintainer
@@ -22,8 +21,8 @@
     A C++ bittorrent library designed to run on anything from embedded systems to large scale \
     seed servers. It comes with python bindings and detailed documentation.
 
-checksums       rmd160  c1139ea484e54027fe8653e5920fe4193a26192b \
-                sha256  8f8f0b233370478d70cf069f6355e3067c2ab09ed4b8816de2a21e440b97f4f9
+checksums       rmd160  ba5564557c0c87893db5e1646696fd2aa85b32bf \
+                sha256  3c8c8e1484dfe6321271c4e51e7d5a005e13240f7f0e99908f50cc6ccd6204de
 
 depends_build   port:pkgconfig
 

Modified: trunk/dports/net/libtorrent-rasterbar/files/patch-bindings-python-setup.py.diff
===================================================================
--- trunk/dports/net/libtorrent-rasterbar/files/patch-bindings-python-setup.py.diff	2014-09-10 20:14:41 UTC (rev 125232)
+++ trunk/dports/net/libtorrent-rasterbar/files/patch-bindings-python-setup.py.diff	2014-09-10 21:03:44 UTC (rev 125233)
@@ -1,5 +1,5 @@
---- bindings/python/setup.py.orig	2014-08-02 12:20:08.000000000 -0700
-+++ bindings/python/setup.py	2014-08-15 21:48:03.000000000 -0700
+--- bindings/python/setup.py.orig	2014-09-04 18:59:17.000000000 -0700
++++ bindings/python/setup.py	2014-09-10 13:25:03.000000000 -0700
 @@ -21,8 +21,7 @@
  
  def arch():
@@ -10,12 +10,14 @@
  	return ['-arch', a]
  
  def target_specific():
-@@ -94,7 +93,7 @@
+@@ -98,8 +97,8 @@
  		language='c++',
- 		include_dirs = ['../../include'] + parse_cmd(extra_cmd, '-I'),
- 		library_dirs = ['../../src/.libs'] + parse_cmd(extra_cmd, '-L'),
+ 		include_dirs = parse_cmd(extra_cmd, '-I'),
+ 		library_dirs = parse_cmd(extra_cmd, '-L'),
 -		extra_link_args = ldflags.split() + arch(),
+-		extra_compile_args = parse_cmd(extra_cmd, '-D', True) + arch() \
 +		extra_link_args = ldflags.split(),
- 		extra_compile_args = parse_cmd(extra_cmd, '-D', True) + arch() \
++		extra_compile_args = parse_cmd(extra_cmd, '-D', True) \
  			+ target_specific(),
  		libraries = ['torrent-rasterbar'] + parse_cmd(extra_cmd, '-l'))]
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140910/0a094f39/attachment.html>


More information about the macports-changes mailing list