[86618] trunk/dports/comms/farsight2/Portfile

devans at macports.org devans at macports.org
Sat Oct 29 15:32:10 PDT 2011


Revision: 86618
          http://trac.macports.org/changeset/86618
Author:   devans at macports.org
Date:     2011-10-29 15:32:08 -0700 (Sat, 29 Oct 2011)
Log Message:
-----------
farsight2: update homepage, master_sites, livecheck, license, make +python27 a default variant.

Modified Paths:
--------------
    trunk/dports/comms/farsight2/Portfile

Modified: trunk/dports/comms/farsight2/Portfile
===================================================================
--- trunk/dports/comms/farsight2/Portfile	2011-10-29 21:48:40 UTC (rev 86617)
+++ trunk/dports/comms/farsight2/Portfile	2011-10-29 22:32:08 UTC (rev 86618)
@@ -5,7 +5,8 @@
 
 name            farsight2
 version         0.0.31
-license         LGPL-2.1
+revision        1
+license         LGPL-2.1+
 description     Farsight - Audio/Video Communications Framework
 long_description \
                 The Farsight project is an effort to create a framework \
@@ -16,8 +17,8 @@
 maintainers     devans openmaintainer
 categories      comms
 platforms       darwin
-homepage        http://farsight.freedesktop.org/wiki/
-master_sites    http://farsight.freedesktop.org/releases/${name}/
+homepage        http://www.freedesktop.org/wiki/Software/Farstream/
+master_sites    http://freedesktop.org/software/farstream/releases/${name}/
 
 checksums       sha1    7471a1c8207c821b22e4f79c2a159f41140331de \
                 rmd160  ce4a5de114c7a0abf83c78e488bd0da623bf7ea9
@@ -37,10 +38,10 @@
                 --disable-valgrind
 
 #
-# upgrade old python variant to python27
+# upgrade old python variant to python27 which is now a default variant
 #
 
-if {[variant_isset python]}  {
+if {[variant_isset python] || ![variant_isset python26]}  {
     default_variants +python27
 }
 
@@ -66,4 +67,6 @@
                                             PATH=${python_prefix}/bin:$env(PATH)
 }
 
-livecheck.type  none
+livecheck.type  regex
+livecheck.url   ${master_sites}
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111029/1150efc2/attachment.html>


More information about the macports-changes mailing list