[136946] trunk/dports/devel/dylibbundler

ryandesign at macports.org ryandesign at macports.org
Sat May 30 19:53:07 PDT 2015


Revision: 136946
          https://trac.macports.org/changeset/136946
Author:   ryandesign at macports.org
Date:     2015-05-30 19:53:06 -0700 (Sat, 30 May 2015)
Log Message:
-----------
dylibbundler: update to 0.4.4

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

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

Modified: trunk/dports/devel/dylibbundler/Portfile
===================================================================
--- trunk/dports/devel/dylibbundler/Portfile	2015-05-31 01:48:33 UTC (rev 136945)
+++ trunk/dports/devel/dylibbundler/Portfile	2015-05-31 02:53:06 UTC (rev 136946)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                dylibbundler
-version             0.4.1
-revision            2
+version             0.4.4
 categories          devel
 platforms           darwin
 maintainers         strasweb.fr:rudloff openmaintainer
@@ -25,17 +24,11 @@
 
 homepage            http://macdylibbundler.sourceforge.net/
 master_sites        sourceforge:project/macdylibbundler/macdylibbundler/${version}
-
-checksums           rmd160  452156046d94286f468db43345e4929d70f24dc9 \
-                    sha256  b2c07f3b3b99f44dd3d4dc5b24b5326f765e815198bf7039ac56d9734ec831a5
-
-# 0.4.1 was stealth-updated 2012-04-25 to fix the version number and whitespace
-dist_subdir         ${name}/${version}_1
-
-distname            ${name}${version}
 use_zip             yes
-worksrcdir          ${name}
 
+checksums           rmd160  e6c4f4d6f7ba340775e5af3942f0d5740b3a7152 \
+                    sha256  65d050327df99d12d96ae31a693bace447f4115e6874648f1b3960a014362200
+
 pre-fetch {
     if {${os.platform} ne "darwin"} {
         ui_error "${name} is designed for use on Darwin or OS X only."
@@ -43,19 +36,18 @@
     }
 }
 
-patchfiles          patch-makefile.diff \
-                    patch-src-main.cpp.diff
+patchfiles          patch-makefile.diff
 
 use_configure       no
 
 variant universal {}
 
-build.args          CXX="${configure.cxx} [get_canonical_archflags]"
+build.args          CXX="${configure.cxx} [get_canonical_archflags cxx]"
 
 destroot.args       PREFIX=${prefix}
 
 post-destroot {
-    set docdir ${destroot}${prefix}/share/doc/${name}
-    xinstall -d ${docdir}
-    xinstall -m 644 -W ${worksrcpath} dylibbundler.png index.html maclib.jpg ${docdir}
+    set docdir ${prefix}/share/doc/${subport}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} dylibbundler.png index.html maclib.jpg ${destroot}${docdir}
 }

Deleted: trunk/dports/devel/dylibbundler/files/patch-src-main.cpp.diff
===================================================================
--- trunk/dports/devel/dylibbundler/files/patch-src-main.cpp.diff	2015-05-31 01:48:33 UTC (rev 136945)
+++ trunk/dports/devel/dylibbundler/files/patch-src-main.cpp.diff	2015-05-31 02:53:06 UTC (rev 136946)
@@ -1,11 +0,0 @@
---- 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: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150530/adf62e85/attachment.html>


More information about the macports-changes mailing list