svn commit: r382954 - in head/net-im: tox toxic
Thierry Thomas
thierry at FreeBSD.org
Wed Apr 1 20:37:01 UTC 2015
Author: thierry
Date: Wed Apr 1 20:36:58 2015
New Revision: 382954
URL: https://svnweb.freebsd.org/changeset/ports/382954
Log:
Refresh.
Modified:
head/net-im/tox/Makefile
head/net-im/tox/distinfo
head/net-im/tox/pkg-plist
head/net-im/toxic/Makefile
head/net-im/toxic/distinfo
Modified: head/net-im/tox/Makefile
==============================================================================
--- head/net-im/tox/Makefile Wed Apr 1 20:35:16 2015 (r382953)
+++ head/net-im/tox/Makefile Wed Apr 1 20:36:58 2015 (r382954)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= toxcore
-PORTVERSION= 0.150317
+PORTVERSION= 0.150401
CATEGORIES= net-im net-p2p
MAINTAINER= thierry at FreeBSD.org
@@ -19,8 +19,7 @@ LIB_DEPENDS= libvpx.so:${PORTSDIR}/multi
USE_GITHUB= yes
GH_ACCOUNT= irungentoo
GH_PROJECT= ${PORTNAME}
-GH_TAGNAME= ${GH_COMMIT}
-GH_COMMIT= 4ad7649
+GH_TAGNAME= a47fad1
USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
AUTOMAKE_ARGS= -a -c -f
@@ -54,7 +53,7 @@ DAEMON_LIB_DEPENDS= libconfig.so:${PORTS
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
USE_GCC= yes
-BROKEN_i386= '__stack_chk_fail_local' isn't defined
+BROKEN_i386= '__stack_chk_fail_local' is not defined
.endif
.if ${PORT_OPTIONS:MDAEMON}
Modified: head/net-im/tox/distinfo
==============================================================================
--- head/net-im/tox/distinfo Wed Apr 1 20:35:16 2015 (r382953)
+++ head/net-im/tox/distinfo Wed Apr 1 20:36:58 2015 (r382954)
@@ -1,2 +1,2 @@
-SHA256 (toxcore-0.150317.tar.gz) = bfff413a0d254eb42bb86cc1b4d3bfd21e6969b5ab091f9420ec8838abee7d3b
-SIZE (toxcore-0.150317.tar.gz) = 352871
+SHA256 (irungentoo-toxcore-0.150401-a47fad1_GH0.tar.gz) = 1e70291f91d1664607e6bf4230d8a077ee1d8dbdea4796ccdfa069a1f3f4679c
+SIZE (irungentoo-toxcore-0.150401-a47fad1_GH0.tar.gz) = 347407
Modified: head/net-im/tox/pkg-plist
==============================================================================
--- head/net-im/tox/pkg-plist Wed Apr 1 20:35:16 2015 (r382953)
+++ head/net-im/tox/pkg-plist Wed Apr 1 20:36:58 2015 (r382954)
@@ -2,6 +2,7 @@ bin/DHT_bootstrap
%%DAEMON%%bin/tox-bootstrapd
%%DAEMON%%@sample etc/tox-bootstrapd.conf.sample
include/tox/tox.h
+include/tox/tox_old.h
include/tox/toxav.h
include/tox/toxdns.h
include/tox/toxencryptsave.h
Modified: head/net-im/toxic/Makefile
==============================================================================
--- head/net-im/toxic/Makefile Wed Apr 1 20:35:16 2015 (r382953)
+++ head/net-im/toxic/Makefile Wed Apr 1 20:36:58 2015 (r382954)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= toxic
-PORTVERSION= 0.5.2.150319
+PORTVERSION= 0.6.0.150401
CATEGORIES= net-im
MAINTAINER= thierry at FreeBSD.org
@@ -18,8 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore
USE_GITHUB= yes
GH_ACCOUNT= tox
-GH_TAGNAME= ${GH_COMMIT}
-GH_COMMIT= a64b8ca
+GH_TAGNAME= e998c8a
OPTIONS_DEFINE= X11
OPTIONS_DEFAULT=X11
@@ -28,9 +27,6 @@ X11_USE= XORG=x11
X11_MAKE_ARGS_OFF= DISABLE_X11=1 DISABLE_DESKTOP_NOTIFY=1
X11_LIB_DEPENDS=libnotify.so:${PORTSDIR}/devel/libnotify
-WRKSRC= ${WRKDIR}/Tox-${PORTNAME}-${GH_COMMIT}
-BUILD_WRKSRC= ${WRKSRC}/build
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
MAKE_ENV= USER_CFLAGS="${CFLAGS}" USER_LDFLAGS="${LDFLAGS}"
SUB_FILES= pkg-message
Modified: head/net-im/toxic/distinfo
==============================================================================
--- head/net-im/toxic/distinfo Wed Apr 1 20:35:16 2015 (r382953)
+++ head/net-im/toxic/distinfo Wed Apr 1 20:36:58 2015 (r382954)
@@ -1,2 +1,2 @@
-SHA256 (toxic-0.5.2.150319.tar.gz) = 0d75e88e361c1ecd4ce61b1324c9fc55fb23598a18ae5964db5e7c00f8b4cd27
-SIZE (toxic-0.5.2.150319.tar.gz) = 1106896
+SHA256 (tox-toxic-0.6.0.150401-e998c8a_GH0.tar.gz) = 24d1ac72300d239d49e6003ad8b7eb90167130323108c0457d54b2c18ad0ef77
+SIZE (tox-toxic-0.6.0.150401-e998c8a_GH0.tar.gz) = 1107441
More information about the svn-ports-head
mailing list