svn commit: r362166 - in head/net-im: tox toxic venom

Thierry Thomas thierry at FreeBSD.org
Thu Jul 17 21:17:50 UTC 2014


Author: thierry
Date: Thu Jul 17 21:17:48 2014
New Revision: 362166
URL: http://svnweb.freebsd.org/changeset/ports/362166
QAT: https://qat.redports.org/buildarchive/r362166/

Log:
  Refresh.

Modified:
  head/net-im/tox/Makefile
  head/net-im/tox/distinfo
  head/net-im/toxic/Makefile
  head/net-im/toxic/distinfo
  head/net-im/venom/Makefile
  head/net-im/venom/distinfo
  head/net-im/venom/pkg-plist

Modified: head/net-im/tox/Makefile
==============================================================================
--- head/net-im/tox/Makefile	Thu Jul 17 20:22:46 2014	(r362165)
+++ head/net-im/tox/Makefile	Thu Jul 17 21:17:48 2014	(r362166)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	toxcore
-PORTVERSION=	0.140630
-PORTREVISION=	1
+PORTVERSION=	0.140717
 CATEGORIES=	net-im net-p2p
 
 MAINTAINER=	thierry at FreeBSD.org
@@ -22,7 +21,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	irungentoo
 GH_PROJECT=	${PORTNAME}
 GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	8f7638d
+GH_COMMIT=	bcfb126
 
 USE_AUTOTOOLS=	libtoolize aclocal autoconf autoheader automake
 AUTOMAKE_ARGS=	-a -c -f

Modified: head/net-im/tox/distinfo
==============================================================================
--- head/net-im/tox/distinfo	Thu Jul 17 20:22:46 2014	(r362165)
+++ head/net-im/tox/distinfo	Thu Jul 17 21:17:48 2014	(r362166)
@@ -1,2 +1,2 @@
-SHA256 (toxcore-0.140630.tar.gz) = f904883298dade37f15018b4bead9bf164450d62c1694c2a2cefb830abb56c7b
-SIZE (toxcore-0.140630.tar.gz) = 277832
+SHA256 (toxcore-0.140717.tar.gz) = 7ec80b4e89d9559a93fd4823657d9ce4c785137d9fe1f1922a5d6ccfcf17a568
+SIZE (toxcore-0.140717.tar.gz) = 279546

Modified: head/net-im/toxic/Makefile
==============================================================================
--- head/net-im/toxic/Makefile	Thu Jul 17 20:22:46 2014	(r362165)
+++ head/net-im/toxic/Makefile	Thu Jul 17 21:17:48 2014	(r362166)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	toxic
-PORTVERSION=	0.4.2.140630
+PORTVERSION=	0.4.5.140717
 CATEGORIES=	net-im
 
 MAINTAINER=	thierry at FreeBSD.org
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${LOCALBASE}/lib/libtoxcore
 USE_GITHUB=	yes
 GH_ACCOUNT=	tox
 GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	a126f9c
+GH_COMMIT=	e61d070
 
 WRKSRC=		${WRKDIR}/Tox-${PORTNAME}-${GH_COMMIT}
 BUILD_WRKSRC=	${WRKSRC}/build

Modified: head/net-im/toxic/distinfo
==============================================================================
--- head/net-im/toxic/distinfo	Thu Jul 17 20:22:46 2014	(r362165)
+++ head/net-im/toxic/distinfo	Thu Jul 17 21:17:48 2014	(r362166)
@@ -1,2 +1,2 @@
-SHA256 (toxic-0.4.2.140630.tar.gz) = 64551ccf2cea7c5c8ebe47ddffbd06b8ace5e1da155895f1370b0dd1be3e1fc4
-SIZE (toxic-0.4.2.140630.tar.gz) = 70949
+SHA256 (toxic-0.4.5.140717.tar.gz) = 02922aab67cad9bc2450302aa31cee767028865c8c88b30c885be5c675a66796
+SIZE (toxic-0.4.5.140717.tar.gz) = 72535

Modified: head/net-im/venom/Makefile
==============================================================================
--- head/net-im/venom/Makefile	Thu Jul 17 20:22:46 2014	(r362165)
+++ head/net-im/venom/Makefile	Thu Jul 17 21:17:48 2014	(r362166)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Venom
-PORTVERSION=	0.2.0.140630
+PORTVERSION=	0.2.0.140717
 CATEGORIES=	net-im
 
 MAINTAINER=	thierry at FreeBSD.org
@@ -19,17 +19,19 @@ RUN_DEPENDS=	${LOCALBASE}/lib/libtoxcore
 USE_GITHUB=	yes
 GH_ACCOUNT=	naxuroqa
 GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	dd91b7c
+GH_COMMIT=	92ae06d
 
 USES=		cmake desktop-file-utils pkgconfig gettext
 USE_GNOME=	glib20 gtk30
 USE_SQLITE=	yes
 INSTALLS_ICONS=	yes
 
-OPTIONS_DEFINE=		QRCODE
-OPTIONS_DEFAULT=	QRCODE
+OPTIONS_DEFINE=		QRCODE NOTIFY
+OPTIONS_DEFAULT=	QRCODE NOTIFY
 QRCODE_DESC=		"Show QR codes"
 QRCODE_CMAKE_ON=	-DENABLE_QR_ENCODE:BOOL="ON"
 QRCODE_LIB_DEPENDS=	libqrencode.so:${PORTSDIR}/graphics/libqrencode
+NOTIFY_CMAKE_ON=	-DENABLE_LIBNOTIFY:BOOL="ON"
+NOTIFY_LIB_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify
 
 .include <bsd.port.mk>

Modified: head/net-im/venom/distinfo
==============================================================================
--- head/net-im/venom/distinfo	Thu Jul 17 20:22:46 2014	(r362165)
+++ head/net-im/venom/distinfo	Thu Jul 17 21:17:48 2014	(r362166)
@@ -1,2 +1,2 @@
-SHA256 (Venom-0.2.0.140630.tar.gz) = b3274853ffec0282472175179292d124984b80e8c495124c22f5bae06b5b8629
-SIZE (Venom-0.2.0.140630.tar.gz) = 163496
+SHA256 (Venom-0.2.0.140717.tar.gz) = f6251513532ebb8dcb8a66c3d623291492f99a1da762ace3ab47d8f4187ef886
+SIZE (Venom-0.2.0.140717.tar.gz) = 175118

Modified: head/net-im/venom/pkg-plist
==============================================================================
--- head/net-im/venom/pkg-plist	Thu Jul 17 20:22:46 2014	(r362165)
+++ head/net-im/venom/pkg-plist	Thu Jul 17 21:17:48 2014	(r362166)
@@ -9,6 +9,7 @@ share/icons/hicolor/64x64/apps/venom.png
 share/icons/hicolor/scalable/apps/venom.svg
 share/locale/de/LC_MESSAGES/Venom.mo
 share/locale/it/LC_MESSAGES/Venom.mo
+share/locale/ru/LC_MESSAGES/Venom.mo
 share/pixmaps/venom.png
 share/venom/theme/default.css
 @dirrmtry share/venom/theme


More information about the svn-ports-head mailing list