Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 26692

Show
Ignore:
Timestamp:
2007-07-03 21:38:42 (17 months ago)
Author:
sfiera@…
Message:

Maintainer update 0.6.0 => 0.6.1

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/yasm/Portfile

    r24140 r26692  
    1 # $Id$ 
     1PortSystem      1.0 
     2name            yasm 
     3version         0.6.1 
     4revision        0 
     5categories      lang 
     6maintainers     bytestorm@gmail.com 
     7description     yasm - a modular bsd reimplementation of NASM 
     8long_description A modular x86/amd64 assembler supporting NASM and GAS asm \ 
     9                syntaxes and a variety of output formats.  It is licensed \ 
     10                under the 3-clause BSD license except the nasm preprocessor \ 
     11                which is LGPL. 
    212 
    3 PortSystem          1.0 
    4 name                yasm 
    5 version             0.6.0 
    6 categories          lang 
    7 maintainers         bytestorm@gmail.com 
    8 description         yasm - a modular bsd reimplementation of NASM 
    9 long_description    A modular x86/amd64 assembler supporting NASM and GAS asm \ 
    10                     syntaxes and a variety of output formats.  It is licensed \ 
    11                     under the 3-clause BSD license except the nasm preprocessor \ 
    12                     which is LGPL. 
     13platforms       darwin 
    1314 
    14 platforms           darwin 
     15homepage        http://www.tortall.net/projects/yasm/ 
     16master_sites    http://www.tortall.net/projects/yasm/releases/ 
    1517 
    16 homepage            http://www.tortall.net/projects/yasm/ 
    17 master_sites        http://www.tortall.net/projects/yasm/releases/ 
     18checksums       ${distname}${extract.suffix} \ 
     19                    sha1 a3f5d9686a3281f91de88dafc1584b11532c3755 
    1820 
    19 checksums           ${distname}${extract.suffix} \ 
    20                     sha1 c4354d7c5ce7924f4b656d6eb15fcfc289fc6ac3 
    21  
    22 configure.args      --prefix=${prefix} 
     21configure.args --prefix=${prefix}