diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2014-11-25 03:07:22 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2014-11-25 03:07:22 +0000 |
commit | 273c6e6d76de909e0b97d381d45340af8e91a37e (patch) | |
tree | a3ede366da71e5f2c9d8a5565a987a08de3b99d0 /devel/e_dbus | |
parent | e688f6929aa312916047cec14f32a26ac695505a (diff) | |
download | ports-273c6e6d76de909e0b97d381d45340af8e91a37e.tar.gz ports-273c6e6d76de909e0b97d381d45340af8e91a37e.zip |
Notes
Diffstat (limited to 'devel/e_dbus')
-rw-r--r-- | devel/e_dbus/Makefile | 28 | ||||
-rw-r--r-- | devel/e_dbus/distinfo | 4 | ||||
-rw-r--r-- | devel/e_dbus/pkg-plist | 24 |
3 files changed, 18 insertions, 38 deletions
diff --git a/devel/e_dbus/Makefile b/devel/e_dbus/Makefile index ea8c079c5fb1..ede09db6bd0c 100644 --- a/devel/e_dbus/Makefile +++ b/devel/e_dbus/Makefile @@ -2,32 +2,28 @@ # $FreeBSD$ PORTNAME= e_dbus -PORTVERSION= 1.7.9 -PORTREVISION= 1 +PORTVERSION= 1.7.10 PORTEPOCH= 1 CATEGORIES= devel enlightenment -MASTER_SITES= http://download.enlightenment.org/releases/ \ - LOCAL/gblach/e17/ +MASTER_SITES= http://download.enlightenment.org/releases/ MAINTAINER= gblach@FreeBSD.org COMMENT= EFL DBUS connectivity library -LICENSE= BSD +LICENSE= BSD2CLAUSE -LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus +LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl \ + libdbus-1.so:${PORTSDIR}/devel/dbus -DIST_SUBDIR= e17 +DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes -USES= pathfix pkgconfig tar:bzip2 -USE_EFL= eina evas ecore libtool_hack librt_hack -USE_EFL_ECORE= evas +USES= libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes +INSTALL_TARGET= install-strip -CONFIGURE_ARGS= --enable-ehal \ - --enable-eukit \ - --enable-enotify \ - --disable-econnman0_7x \ - --disable-eofono \ - --disable-ebluez +CONFIGURE_ARGS= --enable-ehal --disable-enotify --disable-eukit \ + --disable-econnman0_7x --disable-eofono --disable-ebluez \ + --disable-edbus-test --disable-edbus-test-client \ + --disable-edbus-async-test --disable-static .include <bsd.port.mk> diff --git a/devel/e_dbus/distinfo b/devel/e_dbus/distinfo index ea8d31598387..75826b652a4b 100644 --- a/devel/e_dbus/distinfo +++ b/devel/e_dbus/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/e_dbus-1.7.9.tar.bz2) = c6d9ce7bf75a70cc777473c61837e676c978a6280be2cb925c4090d17cd89678 -SIZE (e17/e_dbus-1.7.9.tar.bz2) = 438685 +SHA256 (enlightenment/e_dbus-1.7.10.tar.bz2) = b93f778a4bf50ce044b4798e08a03f62e9b890c47305f9d5839989481f38ddd4 +SIZE (enlightenment/e_dbus-1.7.10.tar.bz2) = 439191 diff --git a/devel/e_dbus/pkg-plist b/devel/e_dbus/pkg-plist index 5232d307ee44..1015fff1f2c0 100644 --- a/devel/e_dbus/pkg-plist +++ b/devel/e_dbus/pkg-plist @@ -1,26 +1,10 @@ -bin/e-notify-send -bin/e_dbus_async_client_test -bin/e_dbus_async_server_test -bin/e_dbus_notification_daemon -bin/e_dbus_notify -bin/e_dbus_test -bin/e_dbus_test_client -bin/e_dbus_ukit_test include/e_dbus-1/E_DBus.h include/e_dbus-1/E_Hal.h -include/e_dbus-1/E_Notification_Daemon.h -include/e_dbus-1/E_Notify.h -include/e_dbus-1/E_Ukit.h lib/libedbus.so -lib/libedbus.so.8 +lib/libedbus.so.1 +lib/libedbus.so.1.7.10 lib/libehal.so -lib/libehal.so.8 -lib/libenotify.so -lib/libenotify.so.8 -lib/libeukit.so -lib/libeukit.so.8 +lib/libehal.so.1 +lib/libehal.so.1.7.10 libdata/pkgconfig/edbus.pc libdata/pkgconfig/ehal.pc -libdata/pkgconfig/enotify.pc -libdata/pkgconfig/eukit.pc -%%DATADIR%%/logo.png |