aboutsummaryrefslogtreecommitdiff
path: root/net-im/telepathy-farsight
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-03-08 10:51:34 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-03-08 10:51:34 +0000
commit7887c684adab042fed1bfcba2e91589ecd17c4a8 (patch)
tree961839899dce7f75292a08c079f548973bdbd40d /net-im/telepathy-farsight
parent85544f2c01be814e0af1ebee1076012e7ed60bb0 (diff)
downloadports-7887c684adab042fed1bfcba2e91589ecd17c4a8.tar.gz
ports-7887c684adab042fed1bfcba2e91589ecd17c4a8.zip
Notes
Diffstat (limited to 'net-im/telepathy-farsight')
-rw-r--r--net-im/telepathy-farsight/Makefile24
-rw-r--r--net-im/telepathy-farsight/distinfo4
-rw-r--r--net-im/telepathy-farsight/files/patch-telepathy-farsight_Makefile.in11
3 files changed, 9 insertions, 30 deletions
diff --git a/net-im/telepathy-farsight/Makefile b/net-im/telepathy-farsight/Makefile
index 4293350dd27d..0f7f5c8c8299 100644
--- a/net-im/telepathy-farsight/Makefile
+++ b/net-im/telepathy-farsight/Makefile
@@ -1,35 +1,25 @@
-# New ports collection makefile for: telepathy-farsight
-# Date created: 27 February 2009
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-#
+# $MCom$
PORTNAME= telepathy-farsight
-PORTVERSION= 0.0.15
-PORTREVISION= 1
+PORTVERSION= 0.0.19
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Farsight Connection Manager for Telepathy Framework
-LIB_PC_DEPENDS= gobject-2.0.pc:${PORTSDIR}/devel/glib20 \
- dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib \
- telepathy-glib.pc:${PORTSDIR}/net-im/telepathy-glib \
- farsight2-0.10.pc:${PORTSDIR}/net-im/farsight2
-
-BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
-
-BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
-RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
+LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
+ telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \
+ gstfarsight-0.10:${PORTSDIR}/net-im/farsight2
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_PYTHON= yes
USE_AUTOTOOLS= libtool
-USE_GNOME= gnomehack pkgconfig glib20 ltverhack
+USE_GNOME= gnomehack glib20 ltverhack libxslt:build
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
diff --git a/net-im/telepathy-farsight/distinfo b/net-im/telepathy-farsight/distinfo
index c5f308b89eb2..05732589e893 100644
--- a/net-im/telepathy-farsight/distinfo
+++ b/net-im/telepathy-farsight/distinfo
@@ -1,2 +1,2 @@
-SHA256 (telepathy-farsight-0.0.15.tar.gz) = 3dc3d9cdb43fb9ef772d16917e50e3cc95f71b1585d26d740f3148f4fdb6eb0f
-SIZE (telepathy-farsight-0.0.15.tar.gz) = 555835
+SHA256 (telepathy-farsight-0.0.19.tar.gz) = 2c89b8b259f91df33f93703eab1de493b193b163c32facb532ec2710b8f05269
+SIZE (telepathy-farsight-0.0.19.tar.gz) = 585743
diff --git a/net-im/telepathy-farsight/files/patch-telepathy-farsight_Makefile.in b/net-im/telepathy-farsight/files/patch-telepathy-farsight_Makefile.in
deleted file mode 100644
index 1215ad50b91c..000000000000
--- a/net-im/telepathy-farsight/files/patch-telepathy-farsight_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- telepathy-farsight/Makefile.in.orig 2009-02-28 00:03:16.000000000 -0500
-+++ telepathy-farsight/Makefile.in 2009-02-28 00:03:37.000000000 -0500
-@@ -250,7 +250,7 @@ libtelepathy_farsight_la_SOURCES = \
-
- nodist_libtelepathy_farsight_la_SOURCES = $(BUILT_SOURCES)
- lib_LTLIBRARIES = libtelepathy-farsight.la
--pkgconfigdir = ${libdir}/pkgconfig
-+pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = telepathy-farsight.pc
- AM_CFLAGS = \
- $(ERROR_CFLAGS) \