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/e17-module-calendar | |
parent | 621c804e48a9fdddd6a00d78585fa8cb20c8460e (diff) | |
download | ports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.tar.gz ports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.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
Notes
Notes:
svn path=/head/; revision=208836
Diffstat (limited to 'x11/e17-module-calendar')
-rw-r--r-- | x11/e17-module-calendar/Makefile | 11 | ||||
-rw-r--r-- | x11/e17-module-calendar/distinfo | 6 | ||||
-rw-r--r-- | x11/e17-module-calendar/pkg-plist | 34 |
3 files changed, 19 insertions, 32 deletions
diff --git a/x11/e17-module-calendar/Makefile b/x11/e17-module-calendar/Makefile index 72323396da12..724071efdff0 100644 --- a/x11/e17-module-calendar/Makefile +++ b/x11/e17-module-calendar/Makefile @@ -6,11 +6,11 @@ # PORTNAME= calendar -PORTVERSION= 20060926 -PORTREVISION= 1 +PORTVERSION= 20080223 +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} @@ -27,8 +27,6 @@ USE_EFL= ecore evas edje eet USE_EFL_ESMART= trans_x11 GNU_CONFIGURE= yes -IGNORE= doesn't compile with recent e17 - .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" @@ -37,7 +35,4 @@ CONFIGURE_ARGS= --disable-nls PLIST_SUB+= NLS="@comment " .endif -post-patch: - @${REINPLACE_CMD} -e s,`${PRINTF} '\r'`,,g ${WRKSRC}/src/*.[ch] - .include <bsd.port.mk> diff --git a/x11/e17-module-calendar/distinfo b/x11/e17-module-calendar/distinfo index 492ca7b8e1dc..c78a68a819af 100644 --- a/x11/e17-module-calendar/distinfo +++ b/x11/e17-module-calendar/distinfo @@ -1,3 +1,3 @@ -MD5 (calendar-20060926.tar.bz2) = a7c47f3efc02a2688ce4b8cc3fe2a659 -SHA256 (calendar-20060926.tar.bz2) = cdfaa4277375994287149310cf3b2a4be224cd38304ff3909f99006c55ec9331 -SIZE (calendar-20060926.tar.bz2) = 552639 +MD5 (calendar-20080223.tar.bz2) = 71d12bd35f1bf10e6b9d7ffdfa7795cd +SHA256 (calendar-20080223.tar.bz2) = 05a6557c4dbbada9665d340084476b015442daebdf03708ba72fe69dc9ed0b5d +SIZE (calendar-20080223.tar.bz2) = 305824 diff --git a/x11/e17-module-calendar/pkg-plist b/x11/e17-module-calendar/pkg-plist index e74419126e29..ccaf607ad5bd 100644 --- a/x11/e17-module-calendar/pkg-plist +++ b/x11/e17-module-calendar/pkg-plist @@ -1,23 +1,15 @@ -lib/enlightenment/modules/calendar/NoImage_icon.png -lib/enlightenment/modules/calendar/arrow.edj -lib/enlightenment/modules/calendar/backimage.edj lib/enlightenment/modules/calendar/calendar.edj -lib/enlightenment/modules/calendar/label.edj -lib/enlightenment/modules/calendar/%%MODULE_ARCH%%/module.a -lib/enlightenment/modules/calendar/module.eap -lib/enlightenment/modules/calendar/%%MODULE_ARCH%%/module.la -lib/enlightenment/modules/calendar/%%MODULE_ARCH%%/module.so -lib/enlightenment/modules/calendar/module_icon.png -lib/enlightenment/modules/calendar/today.edj -lib/enlightenment/modules/calendar/topimage.edj -lib/enlightenment/modules/calendar/weekday.edj -lib/enlightenment/modules/calendar/weekend.edj -%%NLS%%share/locale/bg/LC_MESSAGES/calendar.mo -%%NLS%%share/locale/eo/LC_MESSAGES/calendar.mo -%%NLS%%share/locale/fi/LC_MESSAGES/calendar.mo -%%NLS%%share/locale/it/LC_MESSAGES/calendar.mo -%%NLS%%share/locale/ja/LC_MESSAGES/calendar.mo -%%NLS%%share/locale/ru/LC_MESSAGES/calendar.mo -%%NLS%%share/locale/sv/LC_MESSAGES/calendar.mo -@dirrm lib/enlightenment/modules/calendar/%%MODULE_ARCH%% +lib/enlightenment/modules/calendar/e-module-calendar.edj +lib/enlightenment/modules/calendar/module.desktop +lib/enlightenment/modules/calendar/%%E17_ARCH%%/module.a +lib/enlightenment/modules/calendar/%%E17_ARCH%%/module.la +lib/enlightenment/modules/calendar/%%E17_ARCH%%/module.so +%%NLS%%lib/enlightenment/modules/calendar/locale/fi/LC_MESSAGES/calendar.mo +%%NLS%%lib/enlightenment/modules/calendar/locale/it/LC_MESSAGES/calendar.mo +%%NLS%%@dirrm lib/enlightenment/modules/calendar/locale/fi/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/calendar/locale/fi +%%NLS%%@dirrm lib/enlightenment/modules/calendar/locale/it/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/calendar/locale/it +%%NLS%%@dirrm lib/enlightenment/modules/calendar/locale +@dirrm lib/enlightenment/modules/calendar/%%E17_ARCH%% @dirrm lib/enlightenment/modules/calendar |