aboutsummaryrefslogtreecommitdiff
path: root/net-im/uTox
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2015-06-18 19:50:53 +0000
committerThierry Thomas <thierry@FreeBSD.org>2015-06-18 19:50:53 +0000
commita4c17142e1b419f0b80d91c0e532187657084f19 (patch)
tree1ea41ce69c245bbeb027bd2e25efae45e11fa3d9 /net-im/uTox
parent7de8786295544c8b9ff8871e6806f86bc7bfa3f7 (diff)
Notes
Diffstat (limited to 'net-im/uTox')
-rw-r--r--net-im/uTox/Makefile5
-rw-r--r--net-im/uTox/distinfo4
-rw-r--r--net-im/uTox/files/patch-Makefile11
3 files changed, 5 insertions, 15 deletions
diff --git a/net-im/uTox/Makefile b/net-im/uTox/Makefile
index fecfea34f688..d4eb3a0a0b28 100644
--- a/net-im/uTox/Makefile
+++ b/net-im/uTox/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= uTox
-DISTVERSION= 0.2.s.20150514
-PORTREVISION= 1
+DISTVERSION= 0.3.2.20150613
CATEGORIES= net-im net-p2p
MAINTAINER= fidaj@ukr.net
@@ -23,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
USE_GITHUB= yes
GH_ACCOUNT= notsecure
#GH_PROJECT= ${PORTNAME}
-GH_TAGNAME= 6e6b64a
+GH_TAGNAME= 5a5132f
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 85294c7ee547..60d1baa0afae 100644
--- a/net-im/uTox/distinfo
+++ b/net-im/uTox/distinfo
@@ -1,2 +1,2 @@
-SHA256 (notsecure-uTox-0.2.s.20150514-6e6b64a_GH0.tar.gz) = e6bcc6ff396cc16817ec0272a224b2675e506c35ab2c2bd596c9388e72eed28b
-SIZE (notsecure-uTox-0.2.s.20150514-6e6b64a_GH0.tar.gz) = 778219
+SHA256 (notsecure-uTox-0.3.2.20150613-5a5132f_GH0.tar.gz) = 8d52c35dde8148934a4e02db8a0c477e88ac66e1459e06ec806da0363ac1eceb
+SIZE (notsecure-uTox-0.3.2.20150613-5a5132f_GH0.tar.gz) = 942638
diff --git a/net-im/uTox/files/patch-Makefile b/net-im/uTox/files/patch-Makefile
index 7ce11dbce3a4..7610df3372f6 100644
--- a/net-im/uTox/files/patch-Makefile
+++ b/net-im/uTox/files/patch-Makefile
@@ -1,4 +1,4 @@
---- Makefile.orig 2015-04-19 07:13:44 UTC
+--- Makefile.orig 2015-06-13 00:14:56 UTC
+++ Makefile
@@ -16,10 +16,6 @@ ifeq ($(V4LCONVERT), 1)
DEPS += libv4lconvert
@@ -19,12 +19,3 @@
endif
ifeq ($(UNITY), 1)
-@@ -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
-+ if [ "$(UNITY)" -eq "1" ]; then echo "X-MessagingMenu-UsesChatSection=true" >> $(DESTDIR)$(PREFIX)/share/applications/utox.desktop; fi
-
- mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
- install -m 644 utox.1 $(DESTDIR)$(PREFIX)/share/man/man1/utox.1