[80420] trunk/dports/lang/nasm/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jul 12 09:01:55 PDT 2011


Revision: 80420
          http://trac.macports.org/changeset/80420
Author:   ryandesign at macports.org
Date:     2011-07-12 09:01:55 -0700 (Tue, 12 Jul 2011)
Log Message:
-----------
nasm: update to 2.09.09, fix livecheck

Modified Paths:
--------------
    trunk/dports/lang/nasm/Portfile

Modified: trunk/dports/lang/nasm/Portfile
===================================================================
--- trunk/dports/lang/nasm/Portfile	2011-07-12 15:49:22 UTC (rev 80419)
+++ trunk/dports/lang/nasm/Portfile	2011-07-12 16:01:55 UTC (rev 80420)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		nasm
-version		2.09.04
+version		2.09.09
 categories	lang
 platforms	darwin
 license		BSD
@@ -19,14 +19,16 @@
 	Pentium, P6, MMX, 3DNow!, SSE, SSE2, SSE3 and x64 opcodes. NASM has a \
 	strong support for macro conventions.
 
-homepage	http://nasm.us
-master_sites	http://www.nasm.us/pub/nasm/releasebuilds/${version}
+homepage	http://www.nasm.us/
+master_sites	${homepage}pub/nasm/releasebuilds/${version}
 use_bzip2	yes
-set nasm_src	[suffix ${name}-${version}]
-distfiles	${nasm_src}
-checksums       md5     c11f083a501adae843d0bc3e7c106c73 \
-                sha1    87fb3f1d277f57cfd86408faa28685df0c887f59 \
-                rmd160  828c5f22d23f344b5b7a5020d5ad4d5401799593
 
+checksums       sha1    cb41689dfc8e83777f94136b795c6bfd6f4a4eee \
+                rmd160  515be2f73cdf20bda4b74fa09128c76b0881b2f6
+
 destroot.target		install install_rdf
 destroot.destdir	prefix=${destroot}${prefix}
+
+livecheck.type	regex
+livecheck.url	${homepage}doc/nasmdocc.html
+livecheck.regex	{Version ([0-9.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110712/04c5b10e/attachment.html>


More information about the macports-changes mailing list