[98657] trunk/dports/devel/dylibbundler

ryandesign at macports.org ryandesign at macports.org
Thu Oct 11 21:43:24 PDT 2012


Revision: 98657
          http://trac.macports.org//changeset/98657
Author:   ryandesign at macports.org
Date:     2012-10-11 21:43:24 -0700 (Thu, 11 Oct 2012)
Log Message:
-----------
dylibbundler: fix typo preventing --overwrite-files option from being recognized

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

Added Paths:
-----------
    trunk/dports/devel/dylibbundler/files/patch-src-main.cpp.diff

Modified: trunk/dports/devel/dylibbundler/Portfile
===================================================================
--- trunk/dports/devel/dylibbundler/Portfile	2012-10-12 03:54:10 UTC (rev 98656)
+++ trunk/dports/devel/dylibbundler/Portfile	2012-10-12 04:43:24 UTC (rev 98657)
@@ -5,7 +5,7 @@
 
 name                dylibbundler
 version             0.4.1
-revision            1
+revision            2
 categories          devel
 platforms           darwin
 maintainers         strasweb.fr:rudloff openmaintainer
@@ -43,7 +43,8 @@
     }
 }
 
-patchfiles          patch-makefile.diff
+patchfiles          patch-makefile.diff \
+                    patch-src-main.cpp.diff
 
 use_configure       no
 

Added: trunk/dports/devel/dylibbundler/files/patch-src-main.cpp.diff
===================================================================
--- trunk/dports/devel/dylibbundler/files/patch-src-main.cpp.diff	                        (rev 0)
+++ trunk/dports/devel/dylibbundler/files/patch-src-main.cpp.diff	2012-10-12 04:43:24 UTC (rev 98657)
@@ -0,0 +1,11 @@
+--- src/main.cpp.orig	2012-04-25 10:46:18.000000000 -0500
++++ src/main.cpp	2012-10-11 23:40:11.000000000 -0500
+@@ -89,7 +89,7 @@
+             Settings::destFolder(argv[i]);
+             continue;
+         }
+-        else if(strcmp(argv[i],"-of")==0 or strcmp(argv[i]," --overwrite-files")==0)
++        else if(strcmp(argv[i],"-of")==0 or strcmp(argv[i],"--overwrite-files")==0)
+         {
+             Settings::canOverwriteFiles(true);
+             continue;    
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121011/49e24e9a/attachment.html>


More information about the macports-changes mailing list