diff options
author | stas <stas@FreeBSD.org> | 2007-03-11 08:51:14 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-03-11 08:51:14 +0000 |
commit | a2724272755bd3d479b57d4112c7d6ce2f21807e (patch) | |
tree | 2cc1da2fbddb7a27923bab24c8be5051f1063291 /x11-fm | |
parent | 3bfd3a9293fced94b9f8604b6ac6352531f57eec (diff) | |
download | FreeBSD-ports-a2724272755bd3d479b57d4112c7d6ce2f21807e.zip FreeBSD-ports-a2724272755bd3d479b57d4112c7d6ce2f21807e.tar.gz |
- 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]
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/entropyfm/Makefile | 4 | ||||
-rw-r--r-- | x11-fm/entropyfm/distinfo | 6 | ||||
-rw-r--r-- | x11-fm/entropyfm/pkg-plist | 12 | ||||
-rw-r--r-- | x11-fm/evidence/Makefile | 4 |
4 files changed, 7 insertions, 19 deletions
diff --git a/x11-fm/entropyfm/Makefile b/x11-fm/entropyfm/Makefile index 8a163f8f..26411d9 100644 --- a/x11-fm/entropyfm/Makefile +++ b/x11-fm/entropyfm/Makefile @@ -7,9 +7,9 @@ # PORTNAME= entropyfm -PORTVERSION= 20060926 +PORTVERSION= 20070223 CATEGORIES= x11-fm -MASTER_SITES= http://sunner.elcomnet.ru/~stas/ +MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ DISTNAME= ${PORTNAME:S,fm$,,}-${PORTVERSION} MAINTAINER= stas@FreeBSD.org diff --git a/x11-fm/entropyfm/distinfo b/x11-fm/entropyfm/distinfo index 1c34b95..0c22ba5 100644 --- a/x11-fm/entropyfm/distinfo +++ b/x11-fm/entropyfm/distinfo @@ -1,3 +1,3 @@ -MD5 (entropy-20060926.tar.bz2) = e15bba87db5b3d92eb56aca4950f9e26 -SHA256 (entropy-20060926.tar.bz2) = 2f5d21d972b4dcc45217983e0ae634d1dd1ebdf1fa7bee174d47c16de4c9670b -SIZE (entropy-20060926.tar.bz2) = 480435 +MD5 (entropy-20070223.tar.bz2) = 45e35d8fddfe708d960441284b6bc424 +SHA256 (entropy-20070223.tar.bz2) = a73995c99e174e33b938ef9ebc68b58bcc7cd00012d82773ae6448164e2ee9f2 +SIZE (entropy-20070223.tar.bz2) = 479895 diff --git a/x11-fm/entropyfm/pkg-plist b/x11-fm/entropyfm/pkg-plist index facc906..1753947 100644 --- a/x11-fm/entropyfm/pkg-plist +++ b/x11-fm/entropyfm/pkg-plist @@ -57,21 +57,12 @@ bin/entropy %%DATADIR%%/plugins/etk_trackback.a %%DATADIR%%/plugins/etk_trackback.la %%DATADIR%%/plugins/etk_trackback.so -%%DATADIR%%/plugins/ewl_list.a -%%DATADIR%%/plugins/ewl_list.la -%%DATADIR%%/plugins/ewl_list.so -%%DATADIR%%/plugins/ewl_local_icon.a -%%DATADIR%%/plugins/ewl_local_icon.la -%%DATADIR%%/plugins/ewl_local_icon.so %%DATADIR%%/plugins/imlib_thumbnailer.a %%DATADIR%%/plugins/imlib_thumbnailer.la %%DATADIR%%/plugins/imlib_thumbnailer.so %%DATADIR%%/plugins/layout_etk_simple.a %%DATADIR%%/plugins/layout_etk_simple.la %%DATADIR%%/plugins/layout_etk_simple.so -%%DATADIR%%/plugins/layout_ewl_simple.a -%%DATADIR%%/plugins/layout_ewl_simple.la -%%DATADIR%%/plugins/layout_ewl_simple.so %%EXTRACT%%%%DATADIR%%/plugins/metadata_extract.a %%EXTRACT%%%%DATADIR%%/plugins/metadata_extract.la %%EXTRACT%%%%DATADIR%%/plugins/metadata_extract.so @@ -84,9 +75,6 @@ bin/entropy %%DATADIR%%/plugins/remote_thumbnailer.a %%DATADIR%%/plugins/remote_thumbnailer.la %%DATADIR%%/plugins/remote_thumbnailer.so -%%DATADIR%%/plugins/structure_viewer.a -%%DATADIR%%/plugins/structure_viewer.la -%%DATADIR%%/plugins/structure_viewer.so %%DATADIR%%/plugins/system_thumbnailer.a %%DATADIR%%/plugins/system_thumbnailer.la %%DATADIR%%/plugins/system_thumbnailer.so diff --git a/x11-fm/evidence/Makefile b/x11-fm/evidence/Makefile index f55fdde..8a95510 100644 --- a/x11-fm/evidence/Makefile +++ b/x11-fm/evidence/Makefile @@ -7,7 +7,7 @@ PORTNAME= evidence PORTVERSION= 0.9.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-fm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MAINTAINER= freebsd@troback.com COMMENT= Enlightened file-manager BUILD_DEPENDS= pngtopnm:${PORTSDIR}/graphics/netpbm -LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \ +LIB_DEPENDS= Imlib2.4:${PORTSDIR}/graphics/imlib2 \ evas.1:${PORTSDIR}/graphics/evas \ edje.5:${PORTSDIR}/graphics/edje \ ecore.1:${PORTSDIR}/x11/ecore \ |