[67330] trunk/dports/emulators/minivmac-devel

ryandesign at macports.org ryandesign at macports.org
Wed May 5 21:57:32 PDT 2010


Revision: 67330
          http://trac.macports.org/changeset/67330
Author:   ryandesign at macports.org
Date:     2010-05-05 21:57:29 -0700 (Wed, 05 May 2010)
Log Message:
-----------
minivmac-devel: update to 3.3-20100504, which only changes the build system

Modified Paths:
--------------
    trunk/dports/emulators/minivmac-devel/Portfile
    trunk/dports/emulators/minivmac-devel/files/configure.applescript.in

Modified: trunk/dports/emulators/minivmac-devel/Portfile
===================================================================
--- trunk/dports/emulators/minivmac-devel/Portfile	2010-05-06 04:47:53 UTC (rev 67329)
+++ trunk/dports/emulators/minivmac-devel/Portfile	2010-05-06 04:57:29 UTC (rev 67330)
@@ -6,7 +6,7 @@
 conflicts               minivmac
 set my_name             minivmac
 epoch                   1
-version                 3.3-20100126
+version                 3.3-20100504
 set my_version          [strsed ${version} {g/^.*-20//}]
 categories              emulators aqua
 maintainers             ryandesign
@@ -64,9 +64,9 @@
                         ${my_clipin_distfile}
 
 checksums               ${my_src_distfile} \
-                        md5     50af5f99586e36f30d97ea1d0d414174 \
-                        sha1    50cf4d64e589f6ccfe125653e8588ce21dbbf376 \
-                        rmd160  664b370fab8afabf2681239a9a5758ffb4dd2cae \
+                        md5     f964a8721787a4537380c9fee072d155 \
+                        sha1    496b3c05f4aebea47d2d3d7c394c1b807d3387a7 \
+                        rmd160  0b26305cfd3302aeb9d2c681971d21d85b8c696d \
                         ${my_bootstrap_distfile} \
                         md5     65fa9b7fb19a24dc6c9e711387c1bc30 \
                         sha1    4ad44559e75894d45e91ae62cc7ddb420062f968 \
@@ -213,7 +213,7 @@
     # Use the .img extension so that we can mount it on Mac OS X later.
     copy -force ${worksrcpath}/hfs24M.DSK ${worksrcpath}/output.img
     
-    # Unrestrict the permissions on the output disk image so the Build program
+    # Unrestrict the permissions on the output disk image so the MnvM_bld program
     # can write its output to it.
     file attributes ${worksrcpath}/output.img -permissions 0777
     

Modified: trunk/dports/emulators/minivmac-devel/files/configure.applescript.in
===================================================================
--- trunk/dports/emulators/minivmac-devel/files/configure.applescript.in	2010-05-06 04:47:53 UTC (rev 67329)
+++ trunk/dports/emulators/minivmac-devel/files/configure.applescript.in	2010-05-06 04:57:29 UTC (rev 67330)
@@ -23,7 +23,7 @@
 	my menu_file_open() -- open ClipIn, transferring the clipboard into the emulated machine; ClipIn auto-quits
 	my menu_file_close() -- close Finder window
 	
-	my key_code(11) -- "B" -- select the Build program
+	my key_code(46) -- "M" -- select the MnvM_bld program
 	my menu_file_open() -- open it
 	my menu_edit_paste() -- paste the clipboard contents into the window
 	my menu_file_go() -- do the build
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100505/fb3551a4/attachment.html>


More information about the macports-changes mailing list