diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/empathy/Makefile | 9 | ||||
-rw-r--r-- | net-im/empathy/distinfo | 4 | ||||
-rw-r--r-- | net-im/libaccounts-glib/Makefile | 4 |
3 files changed, 13 insertions, 4 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index e64980875429..1dca04896768 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= empathy -PORTVERSION= 3.12.10 +PORTVERSION= 3.12.11 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -36,7 +36,7 @@ RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ geoclue>=0:${PORTSDIR}/net/geoclue \ mc-tool:${PORTSDIR}/net-im/telepathy-mission-control -USES= gettext gmake libtool pathfix pkgconfig python tar:xz +USES= gettext gmake gnome libtool pathfix pkgconfig python tar:xz USE_GNOME= evolutiondataserver3 intlhack USE_GSTREAMER1= yes USE_LDCONFIG= yes @@ -83,4 +83,9 @@ post-patch: s|MISSION_CONTROL_PLUGINS_DIR=`pkg-config -|MISSION_CONTROL_PLUGINS_DIR=$${libdir}/`pkg-config -|g' \ ${WRKSRC}/configure +# workaround wierd bug that happened in 3.12.11. +post-install: + @${MV} ${STAGEDIR}/mission-control-plugins.0 \ + ${STAGEDIR}${PREFIX}/lib/ + .include <bsd.port.mk> diff --git a/net-im/empathy/distinfo b/net-im/empathy/distinfo index 520a7aca872a..796960238f82 100644 --- a/net-im/empathy/distinfo +++ b/net-im/empathy/distinfo @@ -1,2 +1,2 @@ -SHA256 (empathy-3.12.10.tar.xz) = 794140c3743aa83739ef7efa9eff1950e2f718fde9dc29064fa9d616478e97cb -SIZE (empathy-3.12.10.tar.xz) = 5064384 +SHA256 (empathy-3.12.11.tar.xz) = d1e4ff4e5f502b7f4ca2c6140462bad2a712b82f019aea4e0a2700e77545d487 +SIZE (empathy-3.12.11.tar.xz) = 5149768 diff --git a/net-im/libaccounts-glib/Makefile b/net-im/libaccounts-glib/Makefile index 82815bf00b98..89e5cd640cc1 100644 --- a/net-im/libaccounts-glib/Makefile +++ b/net-im/libaccounts-glib/Makefile @@ -31,4 +31,8 @@ INSTALL_TARGET= install-strip USES= gmake libtool pathfix pkgconfig python USE_GNOME= pygobject3 introspection libxml2 +post-patch: + @${REINPLACE_CMD} -e 's|-Werror||g' \ + ${WRKSRC}/libaccounts-glib/Makefile.in + .include <bsd.port.mk> |