[133385] trunk/dports/emulators/minivmac-devel/Portfile
ryandesign at macports.org
ryandesign at macports.org
Fri Feb 27 19:32:45 PST 2015
Revision: 133385
https://trac.macports.org/changeset/133385
Author: ryandesign at macports.org
Date: 2015-02-27 19:32:45 -0800 (Fri, 27 Feb 2015)
Log Message:
-----------
minivmac-devel: update to 3.4.0alpha-20141109
Modified Paths:
--------------
trunk/dports/emulators/minivmac-devel/Portfile
Modified: trunk/dports/emulators/minivmac-devel/Portfile
===================================================================
--- trunk/dports/emulators/minivmac-devel/Portfile 2015-02-28 02:58:07 UTC (rev 133384)
+++ trunk/dports/emulators/minivmac-devel/Portfile 2015-02-28 03:32:45 UTC (rev 133385)
@@ -8,10 +8,10 @@
name minivmac-devel
conflicts minivmac
set my_name minivmac
-epoch 3
-version 20140910
+epoch 4
+version 3.4.0alpha-20141109
set branch [join [lrange [split ${version} .] 0 1] .]
-set my_version [strsed ${version} {g/^20//}]
+set my_version [strsed ${version} {g/^.*-20//}]
categories emulators aqua
maintainers ryandesign
license GPL-2
@@ -37,7 +37,7 @@
also emulations of the Macintosh 128K, 512K, 512Ke, SE, Classic, \
and SE FDHD, and work on Macintosh II emulation is in progress.
-master_sites http://www.gryphel.com/c/minivmac/c/:minivmacsource \
+master_sites http://www.gryphel.com/d/minivmac/c/:minivmacsource \
sourceforge:project/minivmac/minivmac-extras/extras6:minivmacextras6 \
sourceforge:project/minivmac/minivmac-extras/extras11:minivmacextras11 \
http://www.ryandesign.com/macports/distfiles/minivmac:bootstrap \
@@ -65,8 +65,8 @@
${my_autoquit_distfile}
checksums ${my_src_distfile} \
- rmd160 e043990e20030b1338385eeaba292f4c439eef24 \
- sha256 9218969897f52d1b1d87fa3b2116dbfe02a1b8f41a86d30ddc460716d20887f0 \
+ rmd160 0ab4495ab56a86716ac42a44fce6bf79904a2de1 \
+ sha256 966017a9dc022f21420c3647c525f6d60dbfcce6ecc48c746c0b3b7bfb43c70d \
${my_bootstrap_distfile} \
rmd160 32e803a75d4f9ab6b7dfa5a7b1ec2ef9d3a057c2 \
sha256 e6fe692683ab54e08b0350fe9901e872f7bf3c3a62f69b45773254fce45a4fae \
@@ -232,7 +232,7 @@
${my_base_options} \
-t ${my_target} \
${my_variation_options} \
- -n ${version}_${revision}-[strsed [string tolower ${my_machine}] {g/[^a-z0-9_-]//}]-${my_target}
+ -n ${my_version}_${revision}-[strsed [string tolower ${my_machine}] {g/[^a-z0-9_-]//}]-${my_target}
incr i
}
}
@@ -263,7 +263,7 @@
file mkdir ${build.dir}/${my_arch}
set my_target [my_arch_to_target ${my_arch}]
foreach {my_machine unused} ${my_variations} {
- set my_variation ${version}_${revision}-[strsed [string tolower ${my_machine}] {g/[^a-z0-9_-]//}]-${my_target}
+ set my_variation ${my_version}_${revision}-[strsed [string tolower ${my_machine}] {g/[^a-z0-9_-]//}]-${my_target}
set my_src_tarball ${worksrcpath}/${my_variation}.tar
if {[file isfile ${my_src_tarball}]} {
set my_variation_dir ${my_arch}/${my_machine}
@@ -397,7 +397,7 @@
if {${version} != ${my_version}} {
# Development versions:
- livecheck.url ${homepage}download.html
+ livecheck.url ${homepage}alpha.html
} else {
# Alpha versions:
livecheck.url ${homepage}doc-${branch}/download.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150227/0d17960c/attachment-0001.html>
More information about the macports-changes
mailing list