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

ryandesign at macports.org ryandesign at macports.org
Sat May 15 08:06:02 PDT 2010


Revision: 67656
          http://trac.macports.org/changeset/67656
Author:   ryandesign at macports.org
Date:     2010-05-15 08:06:00 -0700 (Sat, 15 May 2010)
Log Message:
-----------
edje: update to 0.9.93.063, fix livecheck, and turn off universal variant; see #24538

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

Modified: trunk/dports/graphics/edje/Portfile
===================================================================
--- trunk/dports/graphics/edje/Portfile	2010-05-15 15:03:02 UTC (rev 67655)
+++ trunk/dports/graphics/edje/Portfile	2010-05-15 15:06:00 UTC (rev 67656)
@@ -1,7 +1,8 @@
 # $Id$
 PortSystem 1.0
 name		edje
-version		0.5.0.037
+version		0.9.93.063
+set snapshot	2009-12-02
 description	A library for graphical layout and animation.
 long_description        A graphical layout and animation library \
 			for animated resizable, compressed and scalable \
@@ -10,7 +11,18 @@
 categories	graphics x11
 platforms	darwin 
 homepage	http://www.enlightenment.org
-master_sites    http://enlightenment.freedesktop.org/files/
-checksums	md5 e2f51f5e182201f0d22e042bca0ebfb1
+master_sites	http://download.enlightenment.org/snapshots/${snapshot}/
 
-depends_lib     port:ecore port:embryo
+checksums	md5     4fdf706d133e8af1451b04e832882337 \
+		sha1    13840be1243e2cbf749474e11b7d3a28a8ce208d \
+		rmd160  24f2d2801fe2997527193b9eeb0d55dd2878b34c
+
+depends_lib     port:ecore port:embryo port:lua
+
+# lua is not universal
+universal_variant	no
+
+livecheck.type		regex
+livecheck.url		http://download.enlightenment.org/snapshots/
+livecheck.version	${snapshot}
+livecheck.regex		(\\d{4}-\\d{2}-\\d{2})/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100515/74b10a29/attachment.html>


More information about the macports-changes mailing list