summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2007-03-11 08:51:14 +0000
committerStanislav Sedov <stas@FreeBSD.org>2007-03-11 08:51:14 +0000
commit09e4e6f119b9ec6b0056a841d178b9a94d4663c4 (patch)
tree60dbec4f6c36413d232be56d31553ec53ac5f6fa /x11
parento Update to 1.4.0 (diff)
- Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion was bumped [1] - Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't support it anymore. [2] The patch was tested in the tinderbox. Approved by: portmgr (marcus) [1], Anders Troback <freebsd@troback.com> (maintainer) [2]
Notes
Notes: svn path=/head/; revision=187097
Diffstat (limited to 'x11')
-rw-r--r--x11/3ddesktop/Makefile4
-rw-r--r--x11/e17-module-cpu/Makefile4
-rw-r--r--x11/e17-module-cpu/distinfo6
-rw-r--r--x11/e17-module-cpu/pkg-plist1
-rw-r--r--x11/e17-module-deskshow/Makefile4
-rw-r--r--x11/e17-module-deskshow/distinfo6
-rw-r--r--x11/e17-module-flame/Makefile4
-rw-r--r--x11/e17-module-flame/distinfo6
-rw-r--r--x11/e17-module-flame/pkg-plist1
-rw-r--r--x11/e17-module-language/Makefile4
-rw-r--r--x11/e17-module-language/distinfo6
-rw-r--r--x11/e17-module-mail/Makefile4
-rw-r--r--x11/e17-module-mail/distinfo6
-rw-r--r--x11/e17-module-mem/Makefile4
-rw-r--r--x11/e17-module-mem/distinfo6
-rw-r--r--x11/e17-module-mixer/Makefile12
-rw-r--r--x11/e17-module-mixer/distinfo6
-rw-r--r--x11/e17-module-mixer/pkg-plist5
-rw-r--r--x11/e17-module-moon/Makefile4
-rw-r--r--x11/e17-module-moon/distinfo6
-rw-r--r--x11/e17-module-rain/Makefile4
-rw-r--r--x11/e17-module-rain/distinfo6
-rw-r--r--x11/e17-module-rain/pkg-plist1
-rw-r--r--x11/e17-module-screenshot/Makefile4
-rw-r--r--x11/e17-module-screenshot/distinfo6
-rw-r--r--x11/e17-module-slideshow/Makefile4
-rw-r--r--x11/e17-module-slideshow/distinfo6
-rw-r--r--x11/e17-module-snow/Makefile4
-rw-r--r--x11/e17-module-snow/distinfo6
-rw-r--r--x11/e17-module-snow/pkg-plist1
-rw-r--r--x11/e17-module-uptime/Makefile4
-rw-r--r--x11/e17-module-uptime/distinfo6
-rw-r--r--x11/e17-module-weather/Makefile4
-rw-r--r--x11/e17-module-weather/distinfo6
-rw-r--r--x11/e17-module-weather/pkg-plist64
-rw-r--r--x11/e17-module-winselector/Makefile4
-rw-r--r--x11/e17-module-winselector/distinfo6
-rw-r--r--x11/ecore/Makefile8
-rw-r--r--x11/ecore/distinfo6
-rw-r--r--x11/ecore/pkg-plist28
-rw-r--r--x11/elicit/Makefile4
-rw-r--r--x11/elicit/distinfo6
-rw-r--r--x11/enity/Makefile4
-rw-r--r--x11/enity/distinfo6
-rw-r--r--x11/enity/files/patch-src_bin_enity.c20
-rw-r--r--x11/enterminus/Makefile4
-rw-r--r--x11/enterminus/distinfo6
-rw-r--r--x11/eterm/Makefile3
-rw-r--r--x11/examine/Makefile7
-rw-r--r--x11/examine/distinfo6
-rw-r--r--x11/fbdesk/Makefile3
-rw-r--r--x11/ipager/Makefile4
-rw-r--r--x11/wmmsg/Makefile4
53 files changed, 125 insertions, 229 deletions
diff --git a/x11/3ddesktop/Makefile b/x11/3ddesktop/Makefile
index e475a5659d99..5cac9f7eaf14 100644
--- a/x11/3ddesktop/Makefile
+++ b/x11/3ddesktop/Makefile
@@ -7,7 +7,7 @@
PORTNAME= 3ddesktop
PORTVERSION= 0.2.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= desk3d
@@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= 3D Virtual Desktop Switcher
LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut \
- Imlib2.3:${PORTSDIR}/graphics/imlib2
+ Imlib2.4:${PORTSDIR}/graphics/imlib2
USE_GL= yes
USE_GETOPT_LONG= yes
diff --git a/x11/e17-module-cpu/Makefile b/x11/e17-module-cpu/Makefile
index 015ecef1a6cb..8ab175e48743 100644
--- a/x11/e17-module-cpu/Makefile
+++ b/x11/e17-module-cpu/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= cpu
-PORTVERSION= 20060926
+PORTVERSION= 20070223
PORTREVISION= 0
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
PKGNAMEPREFIX= e17-module-
DISTNAME= ${PORTNAME}-${PORTVERSION}
diff --git a/x11/e17-module-cpu/distinfo b/x11/e17-module-cpu/distinfo
index 7a0ddda8eeeb..eab0e6c2036e 100644
--- a/x11/e17-module-cpu/distinfo
+++ b/x11/e17-module-cpu/distinfo
@@ -1,3 +1,3 @@
-MD5 (cpu-20060926.tar.bz2) = 1cd0a1463cb4e30bcc1bcb65416ed54b
-SHA256 (cpu-20060926.tar.bz2) = a66b516bfb10e0b9094bbc4bc6fdc3c34946cf0873142e7eb151a952e704ab0d
-SIZE (cpu-20060926.tar.bz2) = 261091
+MD5 (cpu-20070223.tar.bz2) = 30e514b12b1962bdccc25efe7fdb01b6
+SHA256 (cpu-20070223.tar.bz2) = a4ff1df53f919f0b101eaf335038a88e6d8712a1648528982e411a3805d75b96
+SIZE (cpu-20070223.tar.bz2) = 261528
diff --git a/x11/e17-module-cpu/pkg-plist b/x11/e17-module-cpu/pkg-plist
index 42144630fef3..1f5208e5a15b 100644
--- a/x11/e17-module-cpu/pkg-plist
+++ b/x11/e17-module-cpu/pkg-plist
@@ -4,7 +4,6 @@ lib/enlightenment/modules/cpu/%%E17_ARCH%%/module.la
lib/enlightenment/modules/cpu/%%E17_ARCH%%/module.so
lib/enlightenment/modules/cpu/module.desktop
lib/enlightenment/modules/cpu/module.edj
-lib/enlightenment/modules/cpu/module_icon.png
@dirrm lib/enlightenment/modules/cpu/%%E17_ARCH%%
@dirrm lib/enlightenment/modules/cpu
@dirrmtry lib/enlightenment/modules
diff --git a/x11/e17-module-deskshow/Makefile b/x11/e17-module-deskshow/Makefile
index 3bd1342191c7..8a50532eec2d 100644
--- a/x11/e17-module-deskshow/Makefile
+++ b/x11/e17-module-deskshow/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= deskshow
-PORTVERSION= 20060926
+PORTVERSION= 20070223
PORTREVISION= 0
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
PKGNAMEPREFIX= e17-module-
DISTNAME= ${PORTNAME}-${PORTVERSION}
diff --git a/x11/e17-module-deskshow/distinfo b/x11/e17-module-deskshow/distinfo
index 7bf5af25b44c..02a446cb2b0d 100644
--- a/x11/e17-module-deskshow/distinfo
+++ b/x11/e17-module-deskshow/distinfo
@@ -1,3 +1,3 @@
-MD5 (deskshow-20060926.tar.bz2) = ca9f52acca54fb00923bc83344b38349
-SHA256 (deskshow-20060926.tar.bz2) = a689ee52663c4180b8d506a83d35b713fe9f328273627d03c6def55635b6230b
-SIZE (deskshow-20060926.tar.bz2) = 279254
+MD5 (deskshow-20070223.tar.bz2) = a18ff84163447ea899cc21ff71718f0c
+SHA256 (deskshow-20070223.tar.bz2) = 98b1b9138fa75d43a8e4a2c9c461007bf3129d5aa934798241e12c22b12bdfb5
+SIZE (deskshow-20070223.tar.bz2) = 281233
diff --git a/x11/e17-module-flame/Makefile b/x11/e17-module-flame/Makefile
index f41380ec4e8f..5e7b1fc09a4a 100644
--- a/x11/e17-module-flame/Makefile
+++ b/x11/e17-module-flame/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= flame
-PORTVERSION= 20060926
+PORTVERSION= 20070223
PORTREVISION= 0
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
PKGNAMEPREFIX= e17-module-
DISTNAME= ${PORTNAME}-${PORTVERSION}
diff --git a/x11/e17-module-flame/distinfo b/x11/e17-module-flame/distinfo
index e2b2a353bafc..7b40e0f4f2dc 100644
--- a/x11/e17-module-flame/distinfo
+++ b/x11/e17-module-flame/distinfo
@@ -1,3 +1,3 @@
-MD5 (flame-20060926.tar.bz2) = e7ebdd2606517342e0a35ebfbb996c62
-SHA256 (flame-20060926.tar.bz2) = 3aa971dcbd72023ad14a491d0a338f337a5d1509f1e47e5c0cff9cbfefff6fe5
-SIZE (flame-20060926.tar.bz2) = 250902
+MD5 (flame-20070223.tar.bz2) = 4fbb97b86add29eef207cda3dd802468
+SHA256 (flame-20070223.tar.bz2) = 18f81de98337826d04716278fe12efc7f0043cfe05f391b21e93ef9777be8738
+SIZE (flame-20070223.tar.bz2) = 278915
diff --git a/x11/e17-module-flame/pkg-plist b/x11/e17-module-flame/pkg-plist
index 716fee610674..81497b3558fb 100644
--- a/x11/e17-module-flame/pkg-plist
+++ b/x11/e17-module-flame/pkg-plist
@@ -3,7 +3,6 @@ lib/enlightenment/modules/flame/%%E17_ARCH%%/module.la
lib/enlightenment/modules/flame/%%E17_ARCH%%/module.so
lib/enlightenment/modules/flame/module.desktop
lib/enlightenment/modules/flame/module.edj
-lib/enlightenment/modules/flame/module_icon.png
%%NLS%%share/locale/eo/LC_MESSAGES/flame.mo
%%NLS%%share/locale/fi/LC_MESSAGES/flame.mo
%%NLS%%share/locale/it/LC_MESSAGES/flame.mo
diff --git a/x11/e17-module-language/Makefile b/x11/e17-module-language/Makefile
index 25ddecefa9d3..a1b6bf26521d 100644
--- a/x11/e17-module-language/Makefile
+++ b/x11/e17-module-language/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= language
-PORTVERSION= 20060926
+PORTVERSION= 20070223
PORTREVISION= 0
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
PKGNAMEPREFIX= e17-module-
DISTNAME= ${PORTNAME}-${PORTVERSION}
diff --git a/x11/e17-module-language/distinfo b/x11/e17-module-language/distinfo
index 385ea90a9d6f..72899efb161e 100644
--- a/x11/e17-module-language/distinfo
+++ b/x11/e17-module-language/distinfo
@@ -1,3 +1,3 @@
-MD5 (language-20060926.tar.bz2) = 701d7dddddfa4ed4fcc0a11422cd5fb0
-SHA256 (language-20060926.tar.bz2) = f7ff47aa19a5015046bea49d6ac999bd9b8eba513856242f86614efc2d9d77fb
-SIZE (language-20060926.tar.bz2) = 422313
+MD5 (language-20070223.tar.bz2) = 7c915bfbb7bd52e9d0943488c0212a1d
+SHA256 (language-20070223.tar.bz2) = f80623d4ab1b6b259d21d546493fde30892aaf59b5c165dd017a7ab4a0608334
+SIZE (language-20070223.tar.bz2) = 456281
diff --git a/x11/e17-module-mail/Makefile b/x11/e17-module-mail/Makefile
index d002958813c8..b98454bdd4af 100644
--- a/x11/e17-module-mail/Makefile
+++ b/x11/e17-module-mail/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= mail
-PORTVERSION= 20060926
+PORTVERSION= 20070223
PORTREVISION= 0
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
PKGNAMEPREFIX= e17-module-
DISTNAME= ${PORTNAME}-${PORTVERSION}
diff --git a/x11/e17-module-mail/distinfo b/x11/e17-module-mail/distinfo
index ef41257f2c56..2d267b2dcf5d 100644
--- a/x11/e17-module-mail/distinfo
+++ b/x11/e17-module-mail/distinfo
@@ -1,3 +1,3 @@
-MD5 (mail-20060926.tar.bz2) = d63660b2e38d82a212684420024458bb
-SHA256 (mail-20060926.tar.bz2) = b526a1d4d3cbb5b0e54d22b9cc87b4462d0bda6ba9a06450f7e8a1d95885d898
-SIZE (mail-20060926.tar.bz2) = 309337
+MD5 (mail-20070223.tar.bz2) = c300a031aa7e68ad4f45305e3a4bacbd
+SHA256 (mail-20070223.tar.bz2) = b3ef91549cc061904d8aea7e9a9ac44066fcdfe951bfb6da214afc11ea055207
+SIZE (mail-20070223.tar.bz2) = 344411
diff --git a/x11/e17-module-mem/Makefile b/x11/e17-module-mem/Makefile
index 623362f4038e..f09773a6980b 100644
--- a/x11/e17-module-mem/Makefile
+++ b/x11/e17-module-mem/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= mem
-PORTVERSION= 20060926
+PORTVERSION= 20070223
PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
PKGNAMEPREFIX= e17-module-
DISTNAME= ${PORTNAME}-${PORTVERSION}
diff --git a/x11/e17-module-mem/distinfo b/x11/e17-module-mem/distinfo
index cf64d06cdfc1..50f192030695 100644
--- a/x11/e17-module-mem/distinfo
+++ b/x11/e17-module-mem/distinfo
@@ -1,3 +1,3 @@
-MD5 (mem-20060926.tar.bz2) = 8cb953cc229a1864336ea6e4e547aef1
-SHA256 (mem-20060926.tar.bz2) = eed0876ef948eeabf15c67bfdb8e08d6ba9b6a5479b1ffd60cd29adb69793c49
-SIZE (mem-20060926.tar.bz2) = 389496
+MD5 (mem-20070223.tar.bz2) = 806aae2b3cc2e748a9b26bd8363265ab
+SHA256 (mem-20070223.tar.bz2) = 7d311e2f1efff3e54f33541d338a4ef63a4256e7969f1d7993d84d5a94bceae3
+SIZE (mem-20070223.tar.bz2) = 426211
diff --git a/x11/e17-module-mixer/Makefile b/x11/e17-module-mixer/Makefile
index c979be1591a9..a4ff2f184ec5 100644
--- a/x11/e17-module-mixer/Makefile
+++ b/x11/e17-module-mixer/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= mixer
-PORTVERSION= 20060926
+PORTVERSION= 20070223
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
PKGNAMEPREFIX= e17-module-
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -24,6 +24,14 @@ USE_GNOME= gnometarget pkgconfig
USE_EFL= edje
GNU_CONFIGURE= yes
+.if !defined(WITHOUT_NLS)
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
+.else
+CONFIGURE_ARGS= --disable-nls
+PLIST_SUB+= NLS="@comment "
+.endif
+
.include <bsd.port.pre.mk>
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
.include <bsd.port.post.mk>
diff --git a/x11/e17-module-mixer/distinfo b/x11/e17-module-mixer/distinfo
index 058aebf14405..a90a4bba763e 100644
--- a/x11/e17-module-mixer/distinfo
+++ b/x11/e17-module-mixer/distinfo
@@ -1,3 +1,3 @@
-MD5 (mixer-20060926.tar.bz2) = 3652211f1b7fe321440de97d8801f5d0
-SHA256 (mixer-20060926.tar.bz2) = 0bbacb948166eb5324c602ffd741d1597aea07c69e51c2061d84fcb6638d2a1d
-SIZE (mixer-20060926.tar.bz2) = 289454
+MD5 (mixer-20070223.tar.bz2) = cc6f42aa6e610276e24c6751d4dd74c5
+SHA256 (mixer-20070223.tar.bz2) = c59985082b4cadcb9feccf1bc30f436fd1908f32d2f87bf53a9a47eaab6942c6
+SIZE (mixer-20070223.tar.bz2) = 338312
diff --git a/x11/e17-module-mixer/pkg-plist b/x11/e17-module-mixer/pkg-plist
index 7b5d44decf2c..65daad44b823 100644
--- a/x11/e17-module-mixer/pkg-plist
+++ b/x11/e17-module-mixer/pkg-plist
@@ -2,7 +2,10 @@ lib/enlightenment/modules/mixer/%%E17_ARCH%%/module.a
lib/enlightenment/modules/mixer/%%E17_ARCH%%/module.la
lib/enlightenment/modules/mixer/%%E17_ARCH%%/module.so
lib/enlightenment/modules/mixer/mixer.edj
-lib/enlightenment/modules/mixer/module.eap
+lib/enlightenment/modules/mixer/module.desktop
+lib/enlightenment/modules/mixer/module.edj
+%%NLS%%share/locale/it/LC_MESSAGES/mixer.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/mixer.mo
@dirrm lib/enlightenment/modules/mixer/%%E17_ARCH%%
@dirrm lib/enlightenment/modules/mixer
@dirrmtry lib/enlightenment/modules
diff --git a/x11/e17-module-moon/Makefile b/x11/e17-module-moon/Makefile
index f442da8955c6..f1a7b0b84955 100644
--- a/x11/e17-module-moon/Makefile
+++ b/x11/e17-module-moon/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= moon
-PORTVERSION= 20060926
+PORTVERSION= 20070223
PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
PKGNAMEPREFIX= e17-module-
DISTNAME= ${PORTNAME}-${PORTVERSION}
diff --git a/x11/e17-module-moon/distinfo b/x11/e17-module-moon/distinfo
index 872df226239c..b686069e9d75 100644
--- a/x11/e17-module-moon/distinfo
+++ b/x11/e17-module-moon/distinfo
@@ -1,3 +1,3 @@
-MD5 (moon-20060926.tar.bz2) = f967701d2f031631d3b0a63b58df76c3
-SHA256 (moon-20060926.tar.bz2) = 3319d37fcd7fdfe0bf65aeb5d9016e3660e730263a97d18538e397ea5e2d50c0
-SIZE (moon-20060926.tar.bz2) = 672466
+MD5 (moon-20070223.tar.bz2) = a110d53bc5a05297e93a3a1eb05c9c11
+SHA256 (moon-20070223.tar.bz2) = 4e387eabe35435c61da7fd84a33cad8f8f3db31092c44bdf65834273f5f4a775
+SIZE (moon-20070223.tar.bz2) = 699637
diff --git a/x11/e17-module-rain/Makefile b/x11/e17-module-rain/Makefile
index 77f5f19018dc..daa433e7d545 100644
--- a/x11/e17-module-rain/Makefile
+++ b/x11/e17-module-rain/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= rain
-PORTVERSION= 20060926
+PORTVERSION= 20070223
PORTREVISION= 0
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
PKGNAMEPREFIX= e17-module-
DISTNAME= ${PORTNAME}-${PORTVERSION}
diff --git a/x11/e17-module-rain/distinfo b/x11/e17-module-rain/distinfo
index 1df8e3b07846..15917d0bc525 100644
--- a/x11/e17-module-rain/distinfo
+++ b/x11/e17-module-rain/distinfo
@@ -1,3 +1,3 @@
-MD5 (rain-20060926.tar.bz2) = 4505ab2f405c09191fb3dace3160ef88
-SHA256 (rain-20060926.tar.bz2) = 5f7b172c99518b1bee0d9a79c150e25cdbf289e1506bedf72bbe0f2c0eee212f
-SIZE (rain-20060926.tar.bz2) = 315366
+MD5 (rain-20070223.tar.bz2) = 18fa7a1fdf1cd51098620a0514436d34
+SHA256 (rain-20070223.tar.bz2) = f132a1118622fd718b32ca5c28e415b5af3edc51d87642b58885ea723a344806
+SIZE (rain-20070223.tar.bz2) = 347010
diff --git a/x11/e17-module-rain/pkg-plist b/x11/e17-module-rain/pkg-plist
index fad84f556792..f9c08552a331 100644
--- a/x11/e17-module-rain/pkg-plist
+++ b/x11/e17-module-rain/pkg-plist
@@ -7,7 +7,6 @@ lib/enlightenment/modules/rain/%%E17_ARCH%%/module.la
lib/enlightenment/modules/rain/%%E17_ARCH%%/module.so
lib/enlightenment/modules/rain/module.desktop
lib/enlightenment/modules/rain/module.edj
-lib/enlightenment/modules/rain/module_icon.png
%%NLS%%share/locale/eo/LC_MESSAGES/rain.mo
%%NLS%%share/locale/fi/LC_MESSAGES/rain.mo
%%NLS%%share/locale/fr/LC_MESSAGES/rain.mo
diff --git a/x11/e17-module-screenshot/Makefile b/x11/e17-module-screenshot/Makefile
index 42347fec4de2..2e6ddd67d8c7 100644
--- a/x11/e17-module-screenshot/Makefile
+++ b/x11/e17-module-screenshot/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= screenshot
-PORTVERSION= 20060926
+PORTVERSION= 20070223
PORTREVISION= 0
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
PKGNAMEPREFIX= e17-module-
DISTNAME= ${PORTNAME}-${PORTVERSION}
diff --git a/x11/e17-module-screenshot/distinfo b/x11/e17-module-screenshot/distinfo
index fc042b17e8d8..a5226e0d1280 100644
--- a/x11/e17-module-screenshot/distinfo
+++ b/x11/e17-module-screenshot/distinfo
@@ -1,3 +1,3 @@
-MD5 (screenshot-20060926.tar.bz2) = 59d9780357c3f41676474800d274d6b9
-SHA256 (screenshot-20060926.tar.bz2) = fc5f809d6af7da0a65033e28a27f91db424e716c46574f449a3300ba8a73277f
-SIZE (screenshot-20060926.tar.bz2) = 373270
+MD5 (screenshot-20070223.tar.bz2) = d351d0fb604bf87c5eaf80c0a8089c96
+SHA256 (screenshot-20070223.tar.bz2) = 16e3fcfe9479791af46c3d8fb933fc3020d522c013f26e8847516f4561824e54
+SIZE (screenshot-20070223.tar.bz2) = 407617
diff --git a/x11/e17-module-slideshow/Makefile b/x11/e17-module-slideshow/Makefile
index 5b9ac9375aae..883222cf321e 100644
--- a/x11/e17-module-slideshow/Makefile
+++ b/x11/e17-module-slideshow/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= slideshow
-PORTVERSION= 20060926
+PORTVERSION= 20070223
PORTREVISION= 0
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
PKGNAMEPREFIX= e17-module-
DISTNAME= ${PORTNAME}-${PORTVERSION}
diff --git a/x11/e17-module-slideshow/distinfo b/x11/e17-module-slideshow/distinfo
index 973d1ebc4ca0..657acb2a7fd8 100644
--- a/x11/e17-module-slideshow/distinfo
+++ b/x11/e17-module-slideshow/distinfo
@@ -1,3 +1,3 @@
-MD5 (slideshow-20060926.tar.bz2) = 26e082dfe8aeb43d0fb1f56fcf27cee4
-SHA256 (slideshow-20060926.tar.bz2) = 9b709121621489fe84d9941fc2fd276800ddfe9be6b763f7242ebc00f79ea295
-SIZE (slideshow-20060926.tar.bz2) = 254831
+MD5 (slideshow-20070223.tar.bz2) = 619c2f89b4fe10fc608f3694a74a99ee
+SHA256 (slideshow-20070223.tar.bz2) = 59b481d3bdb1bd38187fc397f4a2f3922befc41713ede7dd08a30353321e1a25
+SIZE (slideshow-20070223.tar.bz2) = 284528
diff --git a/x11/e17-module-snow/Makefile b/x11/e17-module-snow/Makefile
index f01e84a9df7a..5576b057f405 100644
--- a/x11/e17-module-snow/Makefile
+++ b/x11/e17-module-snow/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= snow
-PORTVERSION= 20060926
+PORTVERSION= 20070223
PORTREVISION= 0
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
PKGNAMEPREFIX= e17-module-
DISTNAME= ${PORTNAME}-${PORTVERSION}
diff --git a/x11/e17-module-snow/distinfo b/x11/e17-module-snow/distinfo
index b2e53b54dd7b..c88a10edbbf2 100644
--- a/x11/e17-module-snow/distinfo
+++ b/x11/e17-module-snow/distinfo
@@ -1,3 +1,3 @@
-MD5 (snow-20060926.tar.bz2) = c5dbea13f4151b4d0851d1b083c90732
-SHA256 (snow-20060926.tar.bz2) = 4372038f755e2e99f53a3e367ff175a634b94f618ad47533dbd68892f5f22490
-SIZE (snow-20060926.tar.bz2) = 248633
+MD5 (snow-20070223.tar.bz2) = 820d1c99ba6007e4d0d7eca164cbbe9a
+SHA256 (snow-20070223.tar.bz2) = 4695cc214ababccb04ca746626bc87edeb32c5319c1b3f9b76eb92c7023c8396
+SIZE (snow-20070223.tar.bz2) = 278212
diff --git a/x11/e17-module-snow/pkg-plist b/x11/e17-module-snow/pkg-plist
index d3d75cd2e5a8..c1752aa10628 100644
--- a/x11/e17-module-snow/pkg-plist
+++ b/x11/e17-module-snow/pkg-plist
@@ -6,7 +6,6 @@ lib/enlightenment/modules/snow/%%E17_ARCH%%/module.la
lib/enlightenment/modules/snow/%%E17_ARCH%%/module.so
lib/enlightenment/modules/snow/module.desktop
lib/enlightenment/modules/snow/module.edj
-lib/enlightenment/modules/snow/module_icon.png
lib/enlightenment/modules/snow/tree.png
%%NLS%%share/locale/eo/LC_MESSAGES/snow.mo
%%NLS%%share/locale/fi/LC_MESSAGES/snow.mo
diff --git a/x11/e17-module-uptime/Makefile b/x11/e17-module-uptime/Makefile
index c977b63d67e7..6d945e31c188 100644
--- a/x11/e17-module-uptime/Makefile
+++ b/x11/e17-module-uptime/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= uptime
-PORTVERSION= 20060926
+PORTVERSION= 20070223
PORTREVISION= 0
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
PKGNAMEPREFIX= e17-module-
DISTNAME= ${PORTNAME}-${PORTVERSION}
diff --git a/x11/e17-module-uptime/distinfo b/x11/e17-module-uptime/distinfo
index 5257ad423257..a638c4ae756d 100644
--- a/x11/e17-module-uptime/distinfo
+++ b/x11/e17-module-uptime/distinfo
@@ -1,3 +1,3 @@
-MD5 (uptime-20060926.tar.bz2) = f39c2c7643adef2456e4e3994a3696d0
-SHA256 (uptime-20060926.tar.bz2) = 145ce4451b0df08985b691fbaa4fe783cac32a5b2bab007f093ebfb3cbfb5bec
-SIZE (uptime-20060926.tar.bz2) = 285109
+MD5 (uptime-20070223.tar.bz2) = 0c806db8ced0ec7e6b544cd0096cbe83
+SHA256 (uptime-20070223.tar.bz2) = 96ebb7053d410ed5f56cf0359ad7d7e7c393de376b349dc1107c96355d76d2d0
+SIZE (uptime-20070223.tar.bz2) = 316556
diff --git a/x11/e17-module-weather/Makefile b/x11/e17-module-weather/Makefile
index 458c9d203ff7..aa6f87e22d5e 100644
--- a/x11/e17-module-weather/Makefile
+++ b/x11/e17-module-weather/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= weather
-PORTVERSION= 20060926
+PORTVERSION= 20070223
PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
PKGNAMEPREFIX= e17-module-
DISTNAME= ${PORTNAME}-${PORTVERSION}
diff --git a/x11/e17-module-weather/distinfo b/x11/e17-module-weather/distinfo
index 51bc6124cecc..b552ac86e987 100644
--- a/x11/e17-module-weather/distinfo
+++ b/x11/e17-module-weather/distinfo
@@ -1,3 +1,3 @@
-MD5 (weather-20060926.tar.bz2) = 6bda3b61f7f026040865a262305fc9a4
-SHA256 (weather-20060926.tar.bz2) = 02371844b0d466d7a90ad47bef5e40470dec77aff07c8635cea4cf985ba384d3
-SIZE (weather-20060926.tar.bz2) = 948459
+MD5 (weather-20070223.tar.bz2) = f8b7e939ed671722639e5d1fff8ed5cf
+SHA256 (weather-20070223.tar.bz2) = 796a3a1167677e1360af7d997245f7d6400b89e1b9d173e9d775325fc2c77056
+SIZE (weather-20070223.tar.bz2) = 868191
diff --git a/x11/e17-module-weather/pkg-plist b/x11/e17-module-weather/pkg-plist
index bd4bcd2c0fbd..8c41253f625e 100644
--- a/x11/e17-module-weather/pkg-plist
+++ b/x11/e17-module-weather/pkg-plist
@@ -1,77 +1,13 @@
lib/enlightenment/modules/weather/%%E17_ARCH%%/module.a
lib/enlightenment/modules/weather/%%E17_ARCH%%/module.la
lib/enlightenment/modules/weather/%%E17_ARCH%%/module.so
-lib/enlightenment/modules/weather/images/blizzard.png
-lib/enlightenment/modules/weather/images/blowingsnow.png
-lib/enlightenment/modules/weather/images/chancetstorm.png
-lib/enlightenment/modules/weather/images/chancetstormn.png
-lib/enlightenment/modules/weather/images/clear-sky.png
-lib/enlightenment/modules/weather/images/cloud.png
-lib/enlightenment/modules/weather/images/cloudy.png
-lib/enlightenment/modules/weather/images/cloudy_night.png
-lib/enlightenment/modules/weather/images/drizzle.png
-lib/enlightenment/modules/weather/images/fair.png
-lib/enlightenment/modules/weather/images/fdrizzle.png
-lib/enlightenment/modules/weather/images/flurries.png
-lib/enlightenment/modules/weather/images/fog.png
-lib/enlightenment/modules/weather/images/freezingrain.png
-lib/enlightenment/modules/weather/images/hazy.png
-lib/enlightenment/modules/weather/images/heavy-rain.png
-lib/enlightenment/modules/weather/images/ice.png
-lib/enlightenment/modules/weather/images/isolated.t-storm.png
-lib/enlightenment/modules/weather/images/light-rain.png
-lib/enlightenment/modules/weather/images/light-snow.png
-lib/enlightenment/modules/weather/images/luna-ceatza.png
-lib/enlightenment/modules/weather/images/luna-nori.png
-lib/enlightenment/modules/weather/images/mcloudy.png
-lib/enlightenment/modules/weather/images/mcloudyn.png
-lib/enlightenment/modules/weather/images/mcloudynr.png
-lib/enlightenment/modules/weather/images/mcloudyns.png
-lib/enlightenment/modules/weather/images/mcloudyr.png
-lib/enlightenment/modules/weather/images/mcloudys.png
-lib/enlightenment/modules/weather/images/moon-rain.png
-lib/enlightenment/modules/weather/images/moon-snow.png
-lib/enlightenment/modules/weather/images/moon-tstorm.png
-lib/enlightenment/modules/weather/images/moon.png
-lib/enlightenment/modules/weather/images/mostly-cloudy.png
-lib/enlightenment/modules/weather/images/pcloudy.png
-lib/enlightenment/modules/weather/images/pcloudyn.png
-lib/enlightenment/modules/weather/images/pcloudynr.png
-lib/enlightenment/modules/weather/images/pcloudyns.png
-lib/enlightenment/modules/weather/images/pcloudyr.png
-lib/enlightenment/modules/weather/images/pcloudyrn.png
-lib/enlightenment/modules/weather/images/pcloudys.png
-lib/enlightenment/modules/weather/images/rain.png
-lib/enlightenment/modules/weather/images/rainandsnow.png
-lib/enlightenment/modules/weather/images/showers.png
-lib/enlightenment/modules/weather/images/sleet.png
-lib/enlightenment/modules/weather/images/smoke.png
-lib/enlightenment/modules/weather/images/snow.png
-lib/enlightenment/modules/weather/images/snowshowers.png
-lib/enlightenment/modules/weather/images/sun-light-clouds.png
-lib/enlightenment/modules/weather/images/sun.png
-lib/enlightenment/modules/weather/images/suncloud.png
-lib/enlightenment/modules/weather/images/sunny.png
-lib/enlightenment/modules/weather/images/sunnyn.png
-lib/enlightenment/modules/weather/images/sunrain.png
-lib/enlightenment/modules/weather/images/sunsnow.png
-lib/enlightenment/modules/weather/images/t-storm_night.png
-lib/enlightenment/modules/weather/images/thunder.png
-lib/enlightenment/modules/weather/images/tstorm.png
-lib/enlightenment/modules/weather/images/tstormn.png
-lib/enlightenment/modules/weather/images/unknown.png
-lib/enlightenment/modules/weather/images/wind.png
-lib/enlightenment/modules/weather/images/wswarning.png
-lib/enlightenment/modules/weather/images/wswatch.png
lib/enlightenment/modules/weather/module.desktop
lib/enlightenment/modules/weather/module.edj
-lib/enlightenment/modules/weather/module_icon.png
lib/enlightenment/modules/weather/weather.edj
%%NLS%%share/locale/eo/LC_MESSAGES/weather.mo
%%NLS%%share/locale/it/LC_MESSAGES/weather.mo
%%NLS%%share/locale/ja/LC_MESSAGES/weather.mo
%%NLS%%share/locale/sv/LC_MESSAGES/weather.mo
-@dirrm lib/enlightenment/modules/weather/images
@dirrm lib/enlightenment/modules/weather/%%E17_ARCH%%
@dirrm lib/enlightenment/modules/weather
@dirrmtry lib/enlightenment/modules
diff --git a/x11/e17-module-winselector/Makefile b/x11/e17-module-winselector/Makefile
index 553c0ec4c557..7cf706db8f18 100644
--- a/x11/e17-module-winselector/Makefile
+++ b/x11/e17-module-winselector/Makefile
@@ -7,9 +7,9 @@
#
PORTNAME= winselector
-PORTVERSION= 20060926
+PORTVERSION= 20070223
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
PKGNAMEPREFIX= e17-module-
MAINTAINER= stas@FreeBSD.org
diff --git a/x11/e17-module-winselector/distinfo b/x11/e17-module-winselector/distinfo
index 12ddf1232176..417522d22d7b 100644
--- a/x11/e17-module-winselector/distinfo
+++ b/x11/e17-module-winselector/distinfo
@@ -1,3 +1,3 @@
-MD5 (winselector-20060926.tar.bz2) = 7f3f5d26dff799c4c37945043b171d28
-SHA256 (winselector-20060926.tar.bz2) = f6e433dda44c9bedc81b12032a7618b015d33acdb7177becea4e56a2baa13484
-SIZE (winselector-20060926.tar.bz2) = 277497
+MD5 (winselector-20070223.tar.bz2) = bfd3d02ddda2bec18a400175bf6d6b6a
+SHA256 (winselector-20070223.tar.bz2) = b25e693378fd8cd64d69c8d5301b915e94b48e8d18a012850efef0ce928d0794
+SIZE (winselector-20070223.tar.bz2) = 271828
diff --git a/x11/ecore/Makefile b/x11/ecore/Makefile
index 9b2c57420c87..c5198d789e0c 100644
--- a/x11/ecore/Makefile
+++ b/x11/ecore/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= ecore
-PORTVERSION= 20060926
-PORTREVISION= 2
+PORTVERSION= 20070223
+PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
MAINTAINER= stas@FreeBSD.org
COMMENT= A core event abstraction library
@@ -25,7 +25,7 @@ USE_GETOPT_LONG=yes
CONFIGURE_ARGS= --disable-ecore-dfb
-OPTIONS= DBUS "Enable DBUS support" off \
+OPTIONS= DBUS "Enable DBUS support" on \
CURL "Enable Curl support" on \
X11 "Enable X11 support" on \
EVAS "Enable evas support" on \
diff --git a/x11/ecore/distinfo b/x11/ecore/distinfo
index e7e0a4cadff5..3bfabbeb47d1 100644
--- a/x11/ecore/distinfo
+++ b/x11/ecore/distinfo
@@ -1,3 +1,3 @@
-MD5 (ecore-20060926.tar.bz2) = d714613d6c8d51e8c841c65d520e0047
-SHA256 (ecore-20060926.tar.bz2) = eb1f75c70146efa5470faf00d23b4da27dd43b9862fabcd6914c05de9c616e91
-SIZE (ecore-20060926.tar.bz2) = 4162746
+MD5 (ecore-20070223.tar.bz2) = 7e96f780b7d72da8ff73b34d9bb0643a
+SHA256 (ecore-20070223.tar.bz2) = 32f62ea6d92a594cc1dc17203c38404fe75b5d006fc4374c47a3076f53884d26
+SIZE (ecore-20070223.tar.bz2) = 3652857
diff --git a/x11/ecore/pkg-plist b/x11/ecore/pkg-plist
index 0d8aec39c52d..9acdc906fe83 100644
--- a/x11/ecore/pkg-plist
+++ b/x11/ecore/pkg-plist
@@ -1,10 +1,5 @@
bin/ecore-config
%%EET%%bin/ecore_config
-bin/ecore_dbus_hal_test
-bin/ecore_dbus_receiver_test
-bin/ecore_dbus_test
-%%EVAS%%bin/ecore_evas_test
-%%EVAS%%bin/ecore_test
include/Ecore.h
include/Ecore_Con.h
%%EET%%include/Ecore_Config.h
@@ -15,6 +10,7 @@ include/Ecore_Desktop.h
include/Ecore_File.h
include/Ecore_Ipc.h
include/Ecore_Job.h
+include/Ecore_Str.h
include/Ecore_Txt.h
%%X11%%include/Ecore_X.h
%%X11%%include/Ecore_X_Atoms.h
@@ -65,28 +61,6 @@ lib/libecore_txt.so.1
%%X11%%lib/libecore_x.so.1
libdata/pkgconfig/ecore.pc
share/aclocal/ecore.m4
-%%DATADIR%%/fonts/Vera.ttf
-%%DATADIR%%/fonts/VeraBI.ttf
-%%DATADIR%%/fonts/VeraBd.ttf
-%%DATADIR%%/fonts/VeraIt.ttf
-%%DATADIR%%/fonts/VeraMoBI.ttf
-%%DATADIR%%/fonts/VeraMoBd.ttf
-%%DATADIR%%/fonts/VeraMoIt.ttf
-%%DATADIR%%/fonts/VeraMono.ttf
-%%DATADIR%%/fonts/VeraSe.ttf
-%%DATADIR%%/fonts/VeraSeBd.ttf
-%%DATADIR%%/fonts/fonts.alias
-%%DATADIR%%/fonts/fonts.dir
-%%DATADIR%%/images/ball.png
-%%DATADIR%%/images/bar.png
-%%DATADIR%%/images/bar_shad_above.png
-%%DATADIR%%/images/bar_shad_below.png
-%%DATADIR%%/images/bg.png
-%%DATADIR%%/images/crosshair.png
-%%DATADIR%%/images/e_logo.png
-%%DATADIR%%/images/evas_logo.png
-%%DATADIR%%/images/shadow.png
-%%DATADIR%%/pointers/mouse_pointer.png
@dirrm %%DATADIR%%/pointers
@dirrm %%DATADIR%%/images
@dirrm %%DATADIR%%/fonts
diff --git a/x11/elicit/Makefile b/x11/elicit/Makefile
index 50a4147d6eea..b9de513f5903 100644
--- a/x11/elicit/Makefile
+++ b/x11/elicit/Makefile
@@ -7,9 +7,9 @@
#
PORTNAME= elicit
-PORTVERSION= 20060926
+PORTVERSION= 20070223
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
MAINTAINER= stas@FreeBSD.org
COMMENT= Screen zoomer/color picker for e17
diff --git a/x11/elicit/distinfo b/x11/elicit/distinfo
index cf757b166401..b540de0e04cf 100644
--- a/x11/elicit/distinfo
+++ b/x11/elicit/distinfo
@@ -1,3 +1,3 @@
-MD5 (elicit-20060926.tar.bz2) = fe8e88cb2a959e37afb66fd48c3eaaf8
-SHA256 (elicit-20060926.tar.bz2) = 6cc88935cca450ca6867150c89557909c1b44b4cb4fdb02f45f513d1eaf30647
-SIZE (elicit-20060926.tar.bz2) = 468200
+MD5 (elicit-20070223.tar.bz2) = dbb76ba14f55983308096cb2b5af7525
+SHA256 (elicit-20070223.tar.bz2) = e2745d2b55012998d6b942338fe1d8f1afcd3f1afc645ed578ef001a817779c5
+SIZE (elicit-20070223.tar.bz2) = 460846
diff --git a/x11/enity/Makefile b/x11/enity/Makefile
index 2f9248afb800..0a1779b80f15 100644
--- a/x11/enity/Makefile
+++ b/x11/enity/Makefile
@@ -7,9 +7,9 @@
#
PORTNAME= enity
-PORTVERSION= 20060926
+PORTVERSION= 20070223
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
MAINTAINER= stas@FreeBSD.org
COMMENT= Create Etk dialogs using scripts
diff --git a/x11/enity/distinfo b/x11/enity/distinfo
index 7936ba5dd67f..576959f023c8 100644
--- a/x11/enity/distinfo
+++ b/x11/enity/distinfo
@@ -1,3 +1,3 @@
-MD5 (enity-20060926.tar.bz2) = aa2ba2aabd23e2b7f215085af12a7623
-SHA256 (enity-20060926.tar.bz2) = 4236e09b3e43af589684e44b1f1eed35226d642f6f907363d3cdc70432c4215e
-SIZE (enity-20060926.tar.bz2) = 232524
+MD5 (enity-20070223.tar.bz2) = a17a38719fb8e118dda824b13afa56a9
+SHA256 (enity-20070223.tar.bz2) = a2a147cee3fa682a09c42207b420856d0be3f092495dc7d17926794aed273c76
+SIZE (enity-20070223.tar.bz2) = 231111
diff --git a/x11/enity/files/patch-src_bin_enity.c b/x11/enity/files/patch-src_bin_enity.c
deleted file mode 100644
index 0b8afbac4f25..000000000000
--- a/x11/enity/files/patch-src_bin_enity.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/bin/enity.c.orig Thu Oct 5 01:06:18 2006
-+++ src/bin/enity.c Thu Oct 5 01:07:02 2006
-@@ -376,7 +376,7 @@
-
- valist[j] = NULL;
-
-- row = etk_tree_append_valist(ETK_TREE(tree), (va_list)valist);
-+/* row = etk_tree_append_valist(ETK_TREE(tree), (va_list)valist); */
- etk_tree_row_data_set(row, cols);
- }
- }
-@@ -583,7 +583,7 @@
- /* --list options */
- { "checklist", ' ', NULL, _en_list_check_cb, NULL, EN_ARGUMENT_FLAG_OPTIONAL, "Use check boxes for first column" },
- { "column", ' ', NULL, _en_list_column_cb, NULL, EN_ARGUMENT_FLAG_OPTIONAL|EN_ARGUMENT_FLAG_VALUE_REQUIRED|EN_ARGUMENT_FLAG_MULTIVALUE, "Set the column header" },
-- { "list", ' ', NULL, _en_list_cb, NULL, EN_ARGUMENT_FLAG_OPTIONAL, "Display list dialog" },
-+/* { "list", ' ', NULL, _en_list_cb, NULL, EN_ARGUMENT_FLAG_OPTIONAL, "Display list dialog" }, */
-
- /* --progress options */
- { "progress", ' ', NULL, _en_progress_cb, NULL, EN_ARGUMENT_FLAG_OPTIONAL, "Display progress indication dialog" },
diff --git a/x11/enterminus/Makefile b/x11/enterminus/Makefile
index 3e5a63869cfd..0c6470f4ef71 100644
--- a/x11/enterminus/Makefile
+++ b/x11/enterminus/Makefile
@@ -7,9 +7,9 @@
#
PORTNAME= enterminus
-PORTVERSION= 20060926
+PORTVERSION= 20070223
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
MAINTAINER= stas@FreeBSD.org
COMMENT= An EFL based terminal
diff --git a/x11/enterminus/distinfo b/x11/enterminus/distinfo
index d58480ff505d..c80c688406f5 100644
--- a/x11/enterminus/distinfo
+++ b/x11/enterminus/distinfo
@@ -1,3 +1,3 @@
-MD5 (enterminus-20060926.tar.bz2) = b0a96dc2f34cea46966515549450aedf
-SHA256 (enterminus-20060926.tar.bz2) = 195205d1687b3100c6f8a0441e8dea108893e5077519e12396f5fd24140d47ee
-SIZE (enterminus-20060926.tar.bz2) = 270790
+MD5 (enterminus-20070223.tar.bz2) = d896c9273317a302692f5c6f0a864933
+SHA256 (enterminus-20070223.tar.bz2) = 061614ee1ba76b4def1cff86cb46118e3536a52848748384179cedb104d71c23
+SIZE (enterminus-20070223.tar.bz2) = 269142
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile
index 46698d3df6c2..be8f4d3e3c07 100644
--- a/x11/eterm/Makefile
+++ b/x11/eterm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= eterm
PORTVERSION= 0.9.4
+PORTREVISION= 1
CATEGORIES+= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,7 +17,7 @@ MAINTAINER?= olgeni@FreeBSD.org
COMMENT?= X11 terminal emulator based on rxvt/xterm
BUILD_DEPENDS= man2html:${PORTSDIR}/textproc/man2html
-LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \
+LIB_DEPENDS= Imlib2.4:${PORTSDIR}/graphics/imlib2 \
ast.2:${PORTSDIR}/devel/libast
GNU_CONFIGURE= yes
diff --git a/x11/examine/Makefile b/x11/examine/Makefile
index 4d468b648201..ac2d02d472b8 100644
--- a/x11/examine/Makefile
+++ b/x11/examine/Makefile
@@ -7,16 +7,13 @@
#
PORTNAME= examine
-PORTVERSION= 20060926
+PORTVERSION= 20070223
CATEGORIES= x11
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
MAINTAINER= stas@FreeBSD.org
COMMENT= Interface for configuring EFL applications
-LIB_DEPENDS= ecore.1:${PORTSDIR}/x11/ecore \
- ewl.0:${PORTSDIR}/x11-toolkits/ewl
-
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
diff --git a/x11/examine/distinfo b/x11/examine/distinfo
index bc8b311eb3ab..2ff0cb40d240 100644
--- a/x11/examine/distinfo
+++ b/x11/examine/distinfo
@@ -1,3 +1,3 @@
-MD5 (examine-20060926.tar.bz2) = e849fb33e7752673e4ee0153d3d32c07
-SHA256 (examine-20060926.tar.bz2) = 225d6e595a5bb600fa7801ec2b232aa6e05c9b3f23b380acbeb391d20c6fc6b1
-SIZE (examine-20060926.tar.bz2) = 1261349
+MD5 (examine-20070223.tar.bz2) = ba8357186142e80fda2c8c9a8ed4924f
+SHA256 (examine-20070223.tar.bz2) = e403fd35c538c41c3420e7e25376082a8087bd5dec2131fed96cd87cfba494dc
+SIZE (examine-20070223.tar.bz2) = 1260363
diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile
index 72c0206c91be..c07bac39910a 100644
--- a/x11/fbdesk/Makefile
+++ b/x11/fbdesk/Makefile
@@ -7,6 +7,7 @@
PORTNAME= fbdesk
PORTVERSION= 1.4.0
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://fluxbox.sourceforge.net/download/ \
${MASTER_SITE_GENTOO} \
@@ -19,7 +20,7 @@ COMMENT= A Fluxbox utility to create and manage icons on the desktop
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
Xft.2:${PORTSDIR}/x11-fonts/libXft \
- Imlib2.3:${PORTSDIR}/graphics/imlib2
+ Imlib2.4:${PORTSDIR}/graphics/imlib2
PLIST_FILES= bin/fbdesk
USE_X_PREFIX= yes
diff --git a/x11/ipager/Makefile b/x11/ipager/Makefile
index 2970f8fad3fa..522ad0a77887 100644
--- a/x11/ipager/Makefile
+++ b/x11/ipager/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ipager
PORTVERSION= 1.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://useperl.ru/ipager/src/
DISTNAME= ipager-${PORTVERSION}
@@ -15,7 +15,7 @@ DISTNAME= ipager-${PORTVERSION}
MAINTAINER= vlad@vlad.uz.ua
COMMENT= X11 pager program
-LIB_DEPENDS+= Imlib2.3:${PORTSDIR}/graphics/imlib2
+LIB_DEPENDS+= Imlib2.4:${PORTSDIR}/graphics/imlib2
USE_SCONS= yes
diff --git a/x11/wmmsg/Makefile b/x11/wmmsg/Makefile
index 78965855a966..4ea344f1cff2 100644
--- a/x11/wmmsg/Makefile
+++ b/x11/wmmsg/Makefile
@@ -7,14 +7,14 @@
PORTNAME= wmmsg
PORTVERSION= 1.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11 windowmaker
MASTER_SITES= http://mirror.israel.net/pub/FreeBSD/distfiles/
MAINTAINER= t.kempka@web.de
COMMENT= Dockapp that notifies you on ICQ, AIM and IRC events
-LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
+LIB_DEPENDS= Imlib2.4:${PORTSDIR}/graphics/imlib2
WRKSRC= ${WRKDIR}/${PORTNAME}