[72335] trunk/dports/devel/libhsplasma

ryandesign at macports.org ryandesign at macports.org
Sun Oct 10 22:57:04 PDT 2010


Revision: 72335
          http://trac.macports.org/changeset/72335
Author:   ryandesign at macports.org
Date:     2010-10-10 22:57:00 -0700 (Sun, 10 Oct 2010)
Log Message:
-----------
libhsplasma: update to 722

Modified Paths:
--------------
    trunk/dports/devel/libhsplasma/Portfile

Removed Paths:
-------------
    trunk/dports/devel/libhsplasma/files/patch-Python-CMakeLists.txt.diff

Modified: trunk/dports/devel/libhsplasma/Portfile
===================================================================
--- trunk/dports/devel/libhsplasma/Portfile	2010-10-11 04:19:03 UTC (rev 72334)
+++ trunk/dports/devel/libhsplasma/Portfile	2010-10-11 05:57:00 UTC (rev 72335)
@@ -5,7 +5,7 @@
 PortGroup                   cmake 1.0
 
 name                        libhsplasma
-version                     0.0-704
+version                     0.0-722
 categories                  devel
 platforms                   darwin
 maintainers                 ryandesign
@@ -21,22 +21,17 @@
 
 fetch.type                  hg
 hg.url                      http://uru.zrax.net/hg/libhsplasma
-hg.tag                      6b48fe991d5e
+hg.tag                      ab04914fbe8a
 
 depends_lib                 port:zlib \
                             port:jpeg \
                             port:openssl \
                             port:python26
 
-patchfiles                  patch-Python-CMakeLists.txt.diff \
-                            patch-endian.diff
+patchfiles                  patch-endian.diff
 
-post-patch {
-    reinplace "s|@PYTHON@|${prefix}/bin/python2.6|g" ${worksrcpath}/Python/CMakeLists.txt
-}
-
 configure.args-append       -DDISABLE_PYTHON:BOOL=OFF \
-                            -DPYTHON_INCLUDE_DIR:PATH=${frameworks_dir}/Python.framework/Versions/2.6/Headers \
+                            -DPYTHON_EXECUTABLE:FILEPATH=${prefix}/bin/python2.6 \
                             -DPYTHON_LIBRARY:FILEPATH=${prefix}/lib/libpython2.6.dylib
 
 set pyhsplasma              ${frameworks_dir}/Python.framework/Versions/2.6/lib/python2.6/PyHSPlasma.so

Deleted: trunk/dports/devel/libhsplasma/files/patch-Python-CMakeLists.txt.diff
===================================================================
--- trunk/dports/devel/libhsplasma/files/patch-Python-CMakeLists.txt.diff	2010-10-11 04:19:03 UTC (rev 72334)
+++ trunk/dports/devel/libhsplasma/files/patch-Python-CMakeLists.txt.diff	2010-10-11 05:57:00 UTC (rev 72335)
@@ -1,15 +0,0 @@
---- Python/CMakeLists.txt.orig	2010-10-05 22:37:28.000000000 -0500
-+++ Python/CMakeLists.txt	2010-10-05 23:02:22.000000000 -0500
-@@ -451,10 +451,10 @@
-     )
- endif()
- 
--EXECUTE_PROCESS(COMMAND python -c "import sys; sys.stdout.write('.'.join([str(x) for x in sys.version_info[:2]]))"
-+EXECUTE_PROCESS(COMMAND @PYTHON@ -c "import sys; sys.stdout.write('.'.join([str(x) for x in sys.version_info[:2]]))"
-                 OUTPUT_VARIABLE _PYTHON_VERSION
- )
--EXECUTE_PROCESS(COMMAND python -c "import sys; sys.stdout.write(sys.prefix)"
-+EXECUTE_PROCESS(COMMAND @PYTHON@ -c "import sys; sys.stdout.write(sys.prefix)"
-                 OUTPUT_VARIABLE _PYTHON_PREFIX
- )
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101010/4ea5bf39/attachment.html>


More information about the macports-changes mailing list