[72715] trunk/dports/graphics/edje/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 24 17:04:21 PDT 2010


Revision: 72715
          http://trac.macports.org/changeset/72715
Author:   ryandesign at macports.org
Date:     2010-10-24 17:04:18 -0700 (Sun, 24 Oct 2010)
Log Message:
-----------
edje: update to 1.0.0.beta and re-enable universal variant (since lua can now build universal)

Modified Paths:
--------------
    trunk/dports/graphics/edje/Portfile

Modified: trunk/dports/graphics/edje/Portfile
===================================================================
--- trunk/dports/graphics/edje/Portfile	2010-10-25 00:03:30 UTC (rev 72714)
+++ trunk/dports/graphics/edje/Portfile	2010-10-25 00:04:18 UTC (rev 72715)
@@ -4,13 +4,10 @@
 
 name                    edje
 epoch                   1
-version                 0.9.9.49539
-set snapshot            2010-06-07
+version                 1.0.0.beta
 maintainers             nomaintainer
 categories              graphics x11
 platforms               darwin
-homepage                http://www.enlightenment.org
-master_sites            http://download.enlightenment.org/snapshots/${snapshot}/
 
 description             A library for graphical layout and animation.
 
@@ -18,20 +15,19 @@
                         for animated resizable, compressed and scalable \
                         themes.
 
+homepage                http://trac.enlightenment.org/e/wiki/Edje
+master_sites            http://download.enlightenment.org/releases/
 use_bzip2               yes
 
-checksums               md5     03e8172a81d55355a86d5ef089219eb6 \
-                        sha1    682d0c63e698415043bd1a7783aaa2d99e2ca59e \
-                        rmd160  9ed6a3c6556eba05ff015b1fb815a267cbb6f69d
+checksums               sha1    f11537c5284a7550e1ac309a164d6ecb1e8cd069 \
+                        rmd160  810483c24aec6efe0dbdc7b4533d6f67f20a083e
 
 depends_lib             port:ecore \
                         port:embryo \
                         port:lua
 
-# lua is not universal
-universal_variant       no
+use_parallel_build      yes
 
 livecheck.type          regex
-livecheck.url           http://download.enlightenment.org/snapshots/
-livecheck.version       ${snapshot}
-livecheck.regex         (\\d{4}-\\d{2}-\\d{2})/
+livecheck.url           [lindex ${master_sites} 0]
+livecheck.regex         ${name}-(\[0-9a-z.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101024/3725ede9/attachment.html>


More information about the macports-changes mailing list