[92349] trunk/dports/devel/dylibbundler

ryandesign at macports.org ryandesign at macports.org
Wed Apr 25 14:58:13 PDT 2012


Revision: 92349
          https://trac.macports.org/changeset/92349
Author:   ryandesign at macports.org
Date:     2012-04-25 14:58:10 -0700 (Wed, 25 Apr 2012)
Log Message:
-----------
dylibbundler: stealth update to fix version number and whitespace

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

Removed Paths:
-------------
    trunk/dports/devel/dylibbundler/files/patch-version.diff

Modified: trunk/dports/devel/dylibbundler/Portfile
===================================================================
--- trunk/dports/devel/dylibbundler/Portfile	2012-04-25 19:49:09 UTC (rev 92348)
+++ trunk/dports/devel/dylibbundler/Portfile	2012-04-25 21:58:10 UTC (rev 92349)
@@ -26,9 +26,12 @@
 homepage            http://macdylibbundler.sourceforge.net/
 master_sites        sourceforge:project/macdylibbundler/macdylibbundler/${version}
 
-checksums           rmd160  ed4d8e77a5d784f90bfa3fe6c3c60a3351900415 \
-                    sha256  93970a998a509599725bb03c82a336d250927c9748d89db590ed8d921cf73f96
+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}
@@ -40,17 +43,8 @@
     }
 }
 
-post-extract {
-    # Change mixed DOS/UNIX to only UNIX line endings.
-    reinplace "s|\r||g" ${worksrcpath}/index.html
-}
+patchfiles          patch-makefile.diff
 
-patchfiles          patch-makefile.diff patch-version.diff
-
-post-patch {
-    reinplace "s|@VERSION@|${version}|g" ${worksrcpath}/index.html ${worksrcpath}/src/main.cpp
-}
-
 use_configure       no
 
 variant universal {}

Deleted: trunk/dports/devel/dylibbundler/files/patch-version.diff
===================================================================
--- trunk/dports/devel/dylibbundler/files/patch-version.diff	2012-04-25 19:49:09 UTC (rev 92348)
+++ trunk/dports/devel/dylibbundler/files/patch-version.diff	2012-04-25 21:58:10 UTC (rev 92349)
@@ -1,22 +0,0 @@
---- index.html.orig	2009-11-01 14:32:24.000000000 -0600
-+++ index.html	2012-04-24 17:22:11.000000000 -0500
-@@ -55,7 +55,7 @@
- <!--- REMOVE -->
- <h3>Download</h3>
- <blockquote>
--<A href="http://downloads.sourceforge.net/macdylibbundler/dylibbundler0.3.1.zip">Download version 0.3.1 now</A><br/>
-+<A href="http://downloads.sourceforge.net/macdylibbundler/dylibbundler@VERSION@.zip">Download version @VERSION@ now</A><br/>
- dylibbundler is not yet considered stable but already usable.<br/>
- <b>Note that version 0.3 is not compatible with version 0.25, as it makes no more use of config files and the terminal syntax has changed a little.</b>
- </blockquote>
---- src/main.cpp.orig	2008-06-28 15:58:44.000000000 -0500
-+++ src/main.cpp	2012-04-24 17:22:20.000000000 -0500
-@@ -30,7 +30,7 @@
-  
-  */
- 
--const std::string VERSION = "0.3.1";
-+const std::string VERSION = "@VERSION@";
- 
- 
- // FIXME - no memory management is done at all (anyway the program closes immediately so who cares?)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120425/837d10a1/attachment.html>


More information about the macports-changes mailing list