[56543] trunk/dports/python

mnick at macports.org mnick at macports.org
Sat Aug 29 15:47:24 PDT 2009


Revision: 56543
          http://trac.macports.org/changeset/56543
Author:   mnick at macports.org
Date:     2009-08-29 15:47:24 -0700 (Sat, 29 Aug 2009)
Log Message:
-----------
* fix livecheck
* add license and modeline

Modified Paths:
--------------
    trunk/dports/python/py25-pymc/Portfile
    trunk/dports/python/py26-pymc/Portfile

Modified: trunk/dports/python/py25-pymc/Portfile
===================================================================
--- trunk/dports/python/py25-pymc/Portfile	2009-08-29 22:46:32 UTC (rev 56542)
+++ trunk/dports/python/py25-pymc/Portfile	2009-08-29 22:47:24 UTC (rev 56543)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -6,6 +7,7 @@
 name                py25-pymc
 version             2.0
 maintainers         mnick
+license             BSD
 
 description         Bayesian statistical models and fitting algorithms for python
 long_description    PyMC is a python module that implements Bayesian statistical models \
@@ -48,5 +50,7 @@
 }
 
 if {![variant_isset gcc42] && ![variant_isset g95]} {
-	   default_variants +gcc43
+       default_variants +gcc43
 }
+
+livecheck.regex         <a href=\"http://pymc.googlecode.com/files/pymc-(\[\\d\.\]+)${extract.suffix}

Modified: trunk/dports/python/py26-pymc/Portfile
===================================================================
--- trunk/dports/python/py26-pymc/Portfile	2009-08-29 22:46:32 UTC (rev 56542)
+++ trunk/dports/python/py26-pymc/Portfile	2009-08-29 22:47:24 UTC (rev 56543)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -6,6 +7,7 @@
 name                py26-pymc
 version             2.0
 maintainers         mnick
+license             BSD
 
 description         Bayesian statistical models and fitting algorithms for python
 long_description    PyMC is a python module that implements Bayesian statistical models \
@@ -50,3 +52,5 @@
 if {![variant_isset gcc42] && ![variant_isset g95]} {
 	   default_variants +gcc43
 }
+
+livecheck.regex         <a href=\"http://pymc.googlecode.com/files/pymc-(\[\\d\.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090829/4bc1ad19/attachment.html>


More information about the macports-changes mailing list