[85900] trunk/dports/audio/cfxr/Portfile

jmr at macports.org jmr at macports.org
Mon Oct 17 01:24:31 PDT 2011


Revision: 85900
          http://trac.macports.org/changeset/85900
Author:   jmr at macports.org
Date:     2011-10-17 01:24:28 -0700 (Mon, 17 Oct 2011)
Log Message:
-----------
cfxr: update to 0.2.0, now fetching from git; fixes #27455

Modified Paths:
--------------
    trunk/dports/audio/cfxr/Portfile

Modified: trunk/dports/audio/cfxr/Portfile
===================================================================
--- trunk/dports/audio/cfxr/Portfile	2011-10-17 08:03:40 UTC (rev 85899)
+++ trunk/dports/audio/cfxr/Portfile	2011-10-17 08:24:28 UTC (rev 85900)
@@ -5,7 +5,7 @@
 PortGroup        xcode 1.0
 
 name             cfxr
-version          0.1.5
+version          0.2.0
 platforms        darwin
 categories       audio aqua
 maintainers      orthogonalspace.ca:reid
@@ -19,22 +19,20 @@
 
 homepage         http://thirdcog.eu/apps/cfxr
 
-# version 0.1.5 plus some inconsequential changes
-fetch.type       svn
-svn.url          svn://nevyn.nu/ncoder/cfxr/trunk/
-svn.revision     501
+fetch.type       git
+git.url          https://github.com/nevyn/cfxr.git
+git.branch       3898d05c960682f1a5320cfc09ee22764a6ec1f3
 
-worksrcdir       trunk
 post-patch {
         reinplace "s|/Library/Frameworks/SDL.framework|${frameworks_dir}/SDL.framework|g" \
             ${worksrcpath}/${name}.xcodeproj/project.pbxproj
 }
 
 xcode.configuration     Release
-xcode.build.settings    FRAMEWORK_SEARCH_PATHS=${prefix}/Library/Frameworks
-xcode.destroot.settings FRAMEWORK_SEARCH_PATHS=${prefix}/Library/Frameworks
+xcode.build.settings    FRAMEWORK_SEARCH_PATHS=${frameworks_dir}
+xcode.destroot.settings FRAMEWORK_SEARCH_PATHS=${frameworks_dir}
 
-depends_lib      port:libsdl-framework
+depends_lib      port:libsdl-framework port:libsdl
 
 livecheck.type   regex
 livecheck.url    ${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111017/28d892f5/attachment.html>


More information about the macports-changes mailing list