diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-13 17:46:10 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-13 17:46:10 +0800 |
commit | 7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9 (patch) | |
tree | 3085902b44d8eba410dc724ab9dbd62ab461cc2e /net-im/libtelepathy | |
parent | ebedc46fb56449fa59213db7329ea2594737ecb6 (diff) | |
download | marcuscom-ports-7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9.tar.gz marcuscom-ports-7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9.tar.zst marcuscom-ports-7eb6ef1e93927693058f1eeb1b49f9d1c0feb6f9.zip |
Some changes:
- drop keepla where possible and bump portrevision
- ensure all binaries are stripped
- update telepathy-gabble telepathy-mission-control
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19801 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/libtelepathy')
-rw-r--r-- | net-im/libtelepathy/Makefile | 8 | ||||
-rw-r--r-- | net-im/libtelepathy/pkg-plist | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net-im/libtelepathy/Makefile b/net-im/libtelepathy/Makefile index f49301f37..6e7022a0a 100644 --- a/net-im/libtelepathy/Makefile +++ b/net-im/libtelepathy/Makefile @@ -1,9 +1,10 @@ +# Created by: FreeBSD GNOME Team <gnome@freebsd.org> # $FreeBSD$ # $MCom$ PORTNAME= libtelepathy PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im devel MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -18,13 +19,12 @@ BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} USE_PYTHON_BUILD= yes -USES= gmake libtool:keepla pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes USE_GNOME= glib20 libxslt:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lglib-2.0 `pkg-config --libs telepathy-glib` +INSTALL_TARGET= install-strip -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtelepathy.so.2.* .include <bsd.port.mk> diff --git a/net-im/libtelepathy/pkg-plist b/net-im/libtelepathy/pkg-plist index 446dbcdd7..07e0e7542 100644 --- a/net-im/libtelepathy/pkg-plist +++ b/net-im/libtelepathy/pkg-plist @@ -45,7 +45,6 @@ include/telepathy-1.0/libtelepathy/tp-media-stream-handler-gen.h include/telepathy-1.0/libtelepathy/tp-props-iface-gen.h include/telepathy-1.0/libtelepathy/tp-props-iface.h lib/libtelepathy.a -lib/libtelepathy.la lib/libtelepathy.so lib/libtelepathy.so.2 lib/libtelepathy.so.2.7.1 |