[87060] trunk/dports/editors/bean

ryandesign at macports.org ryandesign at macports.org
Tue Nov 8 15:35:01 PST 2011


Revision: 87060
          http://trac.macports.org/changeset/87060
Author:   ryandesign at macports.org
Date:     2011-11-08 15:34:57 -0800 (Tue, 08 Nov 2011)
Log Message:
-----------
bean: update to 2.4.4; also install localization files; see #31982

Modified Paths:
--------------
    trunk/dports/editors/bean/Portfile
    trunk/dports/editors/bean/files/ApplicationDelegate.m.diff

Modified: trunk/dports/editors/bean/Portfile
===================================================================
--- trunk/dports/editors/bean/Portfile	2011-11-08 23:23:06 UTC (rev 87059)
+++ trunk/dports/editors/bean/Portfile	2011-11-08 23:34:57 UTC (rev 87060)
@@ -5,7 +5,7 @@
 PortGroup xcode 1.0
 
 name        bean
-version		2.4.2
+version     2.4.4
 categories  editors aqua
 maintainers	nomaintainer
 description	A small, simple rich text editor.
@@ -16,13 +16,13 @@
 homepage    http://www.bean-osx.com/
 master_sites    http://www.bean-osx.com/source/
 
-distname	Bean-Source-[string map {. -} $version]
+distname    Bean-Source
+dist_subdir ${name}/${version}
 use_zip     yes
-checksums	\
-	md5 60905c342bee6cb5f17c76675ca25033 \
-	sha1 68b53c7fa14004a7adaf47fe6dfb2bfba470b9a3 \
-	rmd160 e7aad1b02fe0066a0ea136994ebd1d4e804e474d
 
+checksums   rmd160  37f0a4eb786748231c699b4254fe9423d010c00f \
+            sha256  8c7005123cfe4d39b9963df9a77885bf2db2836fdb3088bada297f91e39aab18
+
 supported_archs	i386 ppc
 
 worksrcdir	Bean-[string map {. -} $version]
@@ -32,6 +32,12 @@
 xcode.target	Bean
 xcode.configuration	Release
 
+post-destroot {
+    foreach localization [glob ${worksrcpath}/Localizations/*.lproj] {
+        copy ${localization} ${destroot}${applications_dir}/Bean.app/Contents/Resources/
+    }
+}
+
 livecheck.type	regex
 livecheck.url	http://www.bean-osx.com/releases/availableVersion.xml
 livecheck.regex	"<availableVersion>(\[0-9\.\]+)</availableVersion>"

Modified: trunk/dports/editors/bean/files/ApplicationDelegate.m.diff
===================================================================
--- trunk/dports/editors/bean/files/ApplicationDelegate.m.diff	2011-11-08 23:23:06 UTC (rev 87059)
+++ trunk/dports/editors/bean/files/ApplicationDelegate.m.diff	2011-11-08 23:34:57 UTC (rev 87060)
@@ -1,5 +1,5 @@
---- ApplicationDelegate.m.orig	2009-11-22 14:34:21.000000000 +1100
-+++ ApplicationDelegate.m	2011-02-05 07:22:17.000000000 +1100
+--- ApplicationDelegate.m.orig	2011-05-11 09:13:03.000000000 -0500
++++ ApplicationDelegate.m	2011-11-08 17:28:51.000000000 -0600
 @@ -59,6 +59,7 @@
  		{
  			//NSLog(@"TIGER SWIZZLE");
@@ -25,5 +25,5 @@
  				method_exchangeImplementations(orig_method, alt_method);
 +#endif
  		}
- 	} else NSLog(@"Attempt to swizzle nonexistent methods!");
+ 	} else NSLog(@"Could not swizzle nonexistent methods!");
  }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111108/030da8db/attachment.html>


More information about the macports-changes mailing list