diff options
author | stas <stas@FreeBSD.org> | 2008-03-12 05:13:53 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-03-12 05:13:53 +0800 |
commit | 7843035eea9d002a1991cf57b8c8c617c6f55b1f (patch) | |
tree | 5c186a065f2ed99e4bc9b28ae52aa862ee51b8e9 /lang | |
parent | 5ca76f49f1219351516746abab31c1305b88f628 (diff) | |
download | freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.tar.gz freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.tar.zst freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.zip |
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az
Diffstat (limited to 'lang')
-rw-r--r-- | lang/embryo/Makefile | 11 | ||||
-rw-r--r-- | lang/embryo/distinfo | 6 | ||||
-rw-r--r-- | lang/embryo/pkg-plist | 1 |
3 files changed, 9 insertions, 9 deletions
diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile index 1562d6a23fce..a13b9a4b2be4 100644 --- a/lang/embryo/Makefile +++ b/lang/embryo/Makefile @@ -6,14 +6,15 @@ # PORTNAME= embryo -PORTVERSION= 20070223 -PORTREVISION= 1 -PORTEPOCH= 1 +PORTVERSION= 0.9.1.042 +PORTREVISION= 0 +PORTEPOCH= 2 CATEGORIES= lang -MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ +MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ + http://download.enlightenment.org/snapshots/2008-01-25/ MAINTAINER= stas@FreeBSD.org -COMMENT= A C like scripting language used in parts of the Enlightenment +COMMENT= A C like scripting language used in Enlightenment GNU_CONFIGURE= yes USE_BZIP2= yes diff --git a/lang/embryo/distinfo b/lang/embryo/distinfo index 56ba1186b9fb..85ce7b492130 100644 --- a/lang/embryo/distinfo +++ b/lang/embryo/distinfo @@ -1,3 +1,3 @@ -MD5 (embryo-20070223.tar.bz2) = d730a88a0b26a0c4d3788ac6d4612620 -SHA256 (embryo-20070223.tar.bz2) = 69960a1d1c7fbe59bea0c0226c74836730c3a01df4066fd8773199b6c3d0d332 -SIZE (embryo-20070223.tar.bz2) = 1378368 +MD5 (embryo-0.9.1.042.tar.bz2) = d6f08bb2eb9c5c466eef7c1951d3f6ba +SHA256 (embryo-0.9.1.042.tar.bz2) = 913a9c1b9f7e513934a8c8e4873612bd79921122e9e4057ece9db793df02b463 +SIZE (embryo-0.9.1.042.tar.bz2) = 2826918 diff --git a/lang/embryo/pkg-plist b/lang/embryo/pkg-plist index f35602942c44..538cc952a929 100644 --- a/lang/embryo/pkg-plist +++ b/lang/embryo/pkg-plist @@ -1,4 +1,3 @@ -bin/embryo-config bin/embryo_cc include/Embryo.h lib/libembryo.a |