Date: Mon, 8 Sep 2014 20:38:21 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367697 - in head/net-im/toxic: . files Message-ID: <201409082038.s88KcLRD081410@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Mon Sep 8 20:38:21 2014 New Revision: 367697 URL: http://svnweb.freebsd.org/changeset/ports/367697 QAT: https://qat.redports.org/buildarchive/r367697/ Log: Refresh. Deleted: head/net-im/toxic/files/patch-build_Makefile head/net-im/toxic/files/patch-src_misc_tools.c Modified: head/net-im/toxic/Makefile head/net-im/toxic/distinfo Modified: head/net-im/toxic/Makefile ============================================================================== --- head/net-im/toxic/Makefile Mon Sep 8 20:38:00 2014 (r367696) +++ head/net-im/toxic/Makefile Mon Sep 8 20:38:21 2014 (r367697) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= toxic -PORTVERSION= 0.4.7.140815 +PORTVERSION= 0.5.0.140908 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -21,7 +21,14 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore USE_GITHUB= yes GH_ACCOUNT= tox GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 67f637a +GH_COMMIT= 09f90d0 + +OPTIONS_DEFINE= X11 +OPTIONS_DEFAULT=X11 + +X11_USE= XORG=x11 +X11_CFLAGS_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 @@ -40,7 +47,7 @@ LDFLAGS+= -B${LOCALBASE}/bin pre-configure: ${REINPLACE_CMD} -e 's|PREFIX =|PREFIX?=|;s|$$(shell git rev-list HEAD --count)|${GH_COMMIT}|' \ - ${BUILD_WRKSRC}/${MAKEFILE} + ${WRKSRC}/cfg/global_vars.mk post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/toxic Modified: head/net-im/toxic/distinfo ============================================================================== --- head/net-im/toxic/distinfo Mon Sep 8 20:38:00 2014 (r367696) +++ head/net-im/toxic/distinfo Mon Sep 8 20:38:21 2014 (r367697) @@ -1,2 +1,2 @@ -SHA256 (toxic-0.4.7.140815.tar.gz) = 24017bcd4e14bc5e6b5efc23e339ec818394d0b332eb3a9f0b9c9b446da9941f -SIZE (toxic-0.4.7.140815.tar.gz) = 4070353 +SHA256 (toxic-0.5.0.140908.tar.gz) = a450d6271ec617de89cfd62a1feb4a9cc8650e7be2f6c1227cb37a98609105c9 +SIZE (toxic-0.5.0.140908.tar.gz) = 4075659
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409082038.s88KcLRD081410>