svn commit: r384871 - in head/net-im/uTox: . files
Thierry Thomas
thierry at FreeBSD.org
Mon Apr 27 20:29:49 UTC 2015
Author: thierry
Date: Mon Apr 27 20:29:48 2015
New Revision: 384871
URL: https://svnweb.freebsd.org/changeset/ports/384871
Log:
Upgrade uTox to 20150419 v0.2.p.
PR: ports/199358
Submitted by: Ivan Klymenko
Modified:
head/net-im/uTox/Makefile
head/net-im/uTox/distinfo
head/net-im/uTox/files/patch-Makefile
Modified: head/net-im/uTox/Makefile
==============================================================================
--- head/net-im/uTox/Makefile Mon Apr 27 20:28:13 2015 (r384870)
+++ head/net-im/uTox/Makefile Mon Apr 27 20:29:48 2015 (r384871)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= uTox
-DISTVERSION= 0.2.o.20150402
+DISTVERSION= 0.2.p.20150419
CATEGORIES= net-im net-p2p
MAINTAINER= fidaj at ukr.net
@@ -16,14 +16,13 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/
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
Modified: head/net-im/uTox/distinfo
==============================================================================
--- head/net-im/uTox/distinfo Mon Apr 27 20:28:13 2015 (r384870)
+++ head/net-im/uTox/distinfo Mon Apr 27 20:29:48 2015 (r384871)
@@ -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
Modified: head/net-im/uTox/files/patch-Makefile
==============================================================================
--- head/net-im/uTox/files/patch-Makefile Mon Apr 27 20:28:13 2015 (r384870)
+++ head/net-im/uTox/files/patch-Makefile Mon Apr 27 20:29:48 2015 (r384871)
@@ -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
More information about the svn-ports-all
mailing list