Changeset 98887


Ignore:
Timestamp:
Oct 19, 2012, 10:33:00 PM (12 years ago)
Author:
ryandesign@…
Message:

xcircuit: adjust homepage and master_sites; fix livecheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/xcircuit/Portfile

    r97436 r98887  
    55name             xcircuit
    66version          3.7.39
     7set branch           [join [lrange [split ${version} .] 0 1] .]
    78revision         1
    89categories       x11 cad
     
    2021    circuit drawing\; it maintains flexiblity in style without \
    2122    compromising the power of schematic capture.
    22 homepage         http://opencircuitdesign.com/${name}
     23
    2324platforms        darwin
    24 master_sites     ${homepage}/archive/
     25
     26homepage            http://opencircuitdesign.com/xcircuit/
     27master_sites        ${homepage}archive/
    2528extract.suffix   .tgz
    2629checksums        rmd160 38fa6ba7ea756aa1938f795d52bcb83138cbd2a7 \
     
    4245    touch ${worksrcpath}/aclocal.m4 ${worksrcpath}/Makefile.in ${worksrcpath}/configure
    4346}
     47
     48livecheck.type      regex
     49livecheck.url       [lindex ${master_sites} 0]
     50livecheck.regex     xcircuit-(${branch}\\.\[0-9.\]+)${extract.suffix}
Note: See TracChangeset for help on using the changeset viewer.