diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
commit | 9a2e4c8b780fc607dc4b4adabefb354c84401a96 (patch) | |
tree | f59767aed29b447d3d80ab987e898598663c27e3 /x11-themes/e17-theme-blue_eyed/Makefile | |
parent | 621c804e48a9fdddd6a00d78585fa8cb20c8460e (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=208836
Diffstat (limited to 'x11-themes/e17-theme-blue_eyed/Makefile')
-rw-r--r-- | x11-themes/e17-theme-blue_eyed/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-themes/e17-theme-blue_eyed/Makefile b/x11-themes/e17-theme-blue_eyed/Makefile index d9940da0aa58..06a81503eacb 100644 --- a/x11-themes/e17-theme-blue_eyed/Makefile +++ b/x11-themes/e17-theme-blue_eyed/Makefile @@ -6,13 +6,14 @@ # PORTNAME= blue_eyed -PORTVERSION= 0.6.5.6 -PORTREVISION= 1 +PORTVERSION= 0.6.5.7 +PORTREVISION= 0 CATEGORIES= x11-themes -MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \ +MASTER_SITES= ${MASTER_SITE_GET_E} \ ftp://ftp.springdaemons.com/pub/snapshots/e17/ +MASTER_SITE_SUBDIR= Themes/E17 PKGNAMEPREFIX= e17-theme- -DISTNAME= blue_eyed_0.6.5.g_l +DISTNAME= blue_eyed_0.6.5.g_ma EXTRACT_SUFX= .edj MAINTAINER= stas@FreeBSD.org |