1 | Index: Portfile |
---|
2 | =================================================================== |
---|
3 | --- Portfile (revision 46707) |
---|
4 | +++ Portfile (working copy) |
---|
5 | @@ -1,3 +1,4 @@ |
---|
6 | +# -*- 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 |
---|
7 | # $Id$ |
---|
8 | |
---|
9 | PortSystem 1.0 |
---|
10 | @@ -15,3 +16,6 @@ |
---|
11 | master_sites http://files.musepack.net/source |
---|
12 | checksums md5 7f7a060e83b4278acf4b77d7a7b9d2c0 |
---|
13 | use_bzip2 yes |
---|
14 | +livecheck.check regexp |
---|
15 | +livecheck.url http://www.musepack.net/index.php?pg=src |
---|
16 | +livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
---|