aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/uTox
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2015-04-28 04:29:48 +0800
committerthierry <thierry@FreeBSD.org>2015-04-28 04:29:48 +0800
commit5acc3dc0ccaf2f597f878de18ea572df3cdc97e8 (patch)
treef63fd828a89fa4b8c0b29bdce5dd6ab9879f4139 /net-im/uTox
parent46a209a4e30b369b1792ca1215f87f92d3864673 (diff)
downloadfreebsd-ports-gnome-5acc3dc0ccaf2f597f878de18ea572df3cdc97e8.tar.gz
freebsd-ports-gnome-5acc3dc0ccaf2f597f878de18ea572df3cdc97e8.tar.zst
freebsd-ports-gnome-5acc3dc0ccaf2f597f878de18ea572df3cdc97e8.zip
Upgrade uTox to 20150419 v0.2.p.
PR: ports/199358 Submitted by: Ivan Klymenko
Diffstat (limited to 'net-im/uTox')
-rw-r--r--net-im/uTox/Makefile7
-rw-r--r--net-im/uTox/distinfo4
-rw-r--r--net-im/uTox/files/patch-Makefile22
3 files changed, 16 insertions, 17 deletions
diff --git a/net-im/uTox/Makefile b/net-im/uTox/Makefile
index 7f4ea0753aef..77210842cad5 100644
--- a/net-im/uTox/Makefile
+++ b/net-im/uTox/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= uTox
-DISTVERSION= 0.2.o.20150402
+DISTVERSION= 0.2.p.20150419
CATEGORIES= net-im net-p2p
MAINTAINER= fidaj@ukr.net
@@ -16,14 +16,13 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
libv4lconvert.so:${PORTSDIR}/multimedia/libv4l \
libvpx.so:${PORTSDIR}/multimedia/libvpx \
- libfilteraudio.so:${PORTSDIR}/audio/filter_audio
+ libfilteraudio.so:${PORTSDIR}/audio/libfilteraudio
RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
USE_GITHUB= yes
GH_ACCOUNT= notsecure
GH_PROJECT= ${PORTNAME}
-GH_TAGNAME= ${GH_COMMIT}
-GH_COMMIT= 15b1ad9
+GH_TAGNAME= a147476
USES= compiler:c11 desktop-file-utils gmake openal:al pkgconfig
USE_XORG= x11 xext xrender
diff --git a/net-im/uTox/distinfo b/net-im/uTox/distinfo
index c1f61c0f7f46..27a3d37c3718 100644
--- a/net-im/uTox/distinfo
+++ b/net-im/uTox/distinfo
@@ -1,2 +1,2 @@
-SHA256 (uTox-0.2.o.20150402.tar.gz) = 2342606a843719004a28d70370a1eb924764010e8ac0abc63217178dd6de95da
-SIZE (uTox-0.2.o.20150402.tar.gz) = 767366
+SHA256 (notsecure-uTox-0.2.p.20150419-a147476_GH0.tar.gz) = d080eb441d8bf0f61ffe3aa2b45b7140343e755b31dfddaf7d4fa8e66cb87070
+SIZE (notsecure-uTox-0.2.p.20150419-a147476_GH0.tar.gz) = 775449
diff --git a/net-im/uTox/files/patch-Makefile b/net-im/uTox/files/patch-Makefile
index 2dc61a75a097..7ce11dbce3a4 100644
--- a/net-im/uTox/files/patch-Makefile
+++ b/net-im/uTox/files/patch-Makefile
@@ -1,26 +1,26 @@
---- Makefile.orig 2015-03-08 21:59:37.000000000 +0200
-+++ Makefile 2015-03-08 22:41:28.269531000 +0200
-@@ -16,10 +16,6 @@
- DEPS += libv4lconvert
+--- Makefile.orig 2015-04-19 07:13:44 UTC
++++ Makefile
+@@ -16,10 +16,6 @@ ifeq ($(V4LCONVERT), 1)
+ DEPS += libv4lconvert
endif
-ifeq ($(FILTER_AUDIO), 1)
-- DEPS += filteraudio
+- DEPS += filteraudio
-endif
-
ifeq ($(UNITY), 1)
- DEPS += messaging-menu unity
+ DEPS += messaging-menu unity
endif
-@@ -41,6 +37,7 @@
+@@ -41,6 +37,7 @@ endif
ifeq ($(FILTER_AUDIO), 1)
- CFLAGS += -DAUDIO_FILTERING
-+ LDFLAGS += -lfilteraudio
+ CFLAGS += -DAUDIO_FILTERING
++ LDFLAGS += -lfilteraudio
endif
ifeq ($(UNITY), 1)
-@@ -100,7 +97,7 @@
-
+@@ -100,7 +97,7 @@ install: utox
+
mkdir -p $(DESTDIR)$(PREFIX)/share/applications
install -m 644 utox.desktop $(DESTDIR)$(PREFIX)/share/applications/utox.desktop
- if [ "$UNITY" -eq "1" ]; then echo "X-MessagingMenu-UsesChatSection=true" >> $(DESTDIR)$(PREFIX)/share/applications/utox.desktop; fi