Changeset 97968


Ignore:
Timestamp:
Sep 21, 2012, 4:45:07 AM (12 years ago)
Author:
ryandesign@…
Message:

boolector: add standard modeline; adjust whitespace of a few lines to match

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/math/boolector/Portfile

    r97542 r97968  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
     
    2829installs_libs       no
    2930
    30 patchfiles patch-configure.diff patch-btorexp.c.diff patch-btorsat.c.diff patch-makefile.in.diff
     31patchfiles          patch-configure.diff \
     32                    patch-btorexp.c.diff \
     33                    patch-btorsat.c.diff \
     34                    patch-makefile.in.diff
    3135
    3236use_parallel_build  no
     
    4953}
    5054
    51 livecheck.type       regex
    52 livecheck.url        ${homepage}
    53 livecheck.regex      boolector-(\[0-9\.\]+).tar.gz
     55livecheck.type      regex
     56livecheck.url       ${homepage}
     57livecheck.regex     boolector-(\[0-9\.\]+).tar.gz
Note: See TracChangeset for help on using the changeset viewer.