diff options
author | thierry <thierry@FreeBSD.org> | 2015-11-14 01:07:00 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2015-11-14 01:07:00 +0800 |
commit | d417a70037c92e559c34e3981034e14cf75d9a7c (patch) | |
tree | 2214257a27b31b50b93e15ec36deffce8741889e /net-im/uTox | |
parent | cc249c62ad6b03b4bbf477b98538a8c06c6d5599 (diff) | |
download | freebsd-ports-gnome-d417a70037c92e559c34e3981034e14cf75d9a7c.tar.gz freebsd-ports-gnome-d417a70037c92e559c34e3981034e14cf75d9a7c.tar.zst freebsd-ports-gnome-d417a70037c92e559c34e3981034e14cf75d9a7c.zip |
1) Refresh toxcore
1b) Upgrade toxic to 0.7.0
Changelog at <https://github.com/JFreegman/toxic/releases/tag/v0.7.0>
2) Chase Tox's update and refresh uTox
Submitted by: thierry (1) and Ivan Klymenko (2)(maintainer)
Diffstat (limited to 'net-im/uTox')
-rw-r--r-- | net-im/uTox/Makefile | 10 | ||||
-rw-r--r-- | net-im/uTox/distinfo | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-im/uTox/Makefile b/net-im/uTox/Makefile index d4eb3a0a0b28..8d5989a2d3de 100644 --- a/net-im/uTox/Makefile +++ b/net-im/uTox/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= uTox -DISTVERSION= 0.3.2.20150613 +DISTVERSION= 0.4.2.20151107 CATEGORIES= net-im net-p2p MAINTAINER= fidaj@ukr.net @@ -20,9 +20,9 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes -GH_ACCOUNT= notsecure +GH_ACCOUNT= GrayHatter #GH_PROJECT= ${PORTNAME} -GH_TAGNAME= 5a5132f +GH_TAGNAME= 1316542 USES= compiler:c11 desktop-file-utils gmake openal:al pkgconfig USE_XORG= x11 xext xrender @@ -34,6 +34,10 @@ OPTIONS_DEFAULT= DBUS DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus DBUS_MAKE_ARGS_OFF= DBUS=0 +pre-configure: + ${REINPLACE_CMD} -e 's|$$(GIT_V)|${DISTVERSION}-${GH_TAGNAME}|' \ + ${WRKSRC}/${MAKEFILE} + post-install: ${MV} ${WRKSRC}/utox.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${RM} -rf ${STAGEDIR}${MAN1PREFIX}/share/man diff --git a/net-im/uTox/distinfo b/net-im/uTox/distinfo index 60d1baa0afae..a1d2517c7be0 100644 --- a/net-im/uTox/distinfo +++ b/net-im/uTox/distinfo @@ -1,2 +1,2 @@ -SHA256 (notsecure-uTox-0.3.2.20150613-5a5132f_GH0.tar.gz) = 8d52c35dde8148934a4e02db8a0c477e88ac66e1459e06ec806da0363ac1eceb -SIZE (notsecure-uTox-0.3.2.20150613-5a5132f_GH0.tar.gz) = 942638 +SHA256 (GrayHatter-uTox-0.4.2.20151107-1316542_GH0.tar.gz) = 45bd5a0e2c6a9a66a3b4c474534f567a70c8e297168c6d5409ecfea4b82ce4e1 +SIZE (GrayHatter-uTox-0.4.2.20151107-1316542_GH0.tar.gz) = 958315 |