Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Mar 2018 17:35:29 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463518 - head/net-im/py-toxcore-c
Message-ID:  <201803031735.w23HZTwd046901@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Mar  3 17:35:29 2018
New Revision: 463518
URL: https://svnweb.freebsd.org/changeset/ports/463518

Log:
  net-im/py-toxcore-c: Update to 0.180219
  
  Port changes:
  * Added stripping
  * CFLAGS -> USES=localbase
  
  This update makes it compatible with net-im/tox 0.2.0

Modified:
  head/net-im/py-toxcore-c/Makefile
  head/net-im/py-toxcore-c/distinfo

Modified: head/net-im/py-toxcore-c/Makefile
==============================================================================
--- head/net-im/py-toxcore-c/Makefile	Sat Mar  3 17:01:13 2018	(r463517)
+++ head/net-im/py-toxcore-c/Makefile	Sat Mar  3 17:35:29 2018	(r463518)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	toxcore-c
-PORTVERSION=	0.170206
-PORTREVISION=	2
+DISTVERSION=	0.180219
 CATEGORIES=	net-im net-p2p python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -18,14 +17,14 @@ LIB_DEPENDS=	libtoxcore.so:net-im/tox \
 		libvpx.so:multimedia/libvpx \
 		libopus.so:audio/opus
 
+USES=		localbase python
 USE_GITHUB=	yes
 GH_ACCOUNT=	TokTok
 GH_PROJECT=	py-toxcore-c
-GH_TAGNAME=	ebced1f
-
-USES=		python
+GH_TAGNAME=	2c1b9d6
 USE_PYTHON=	distutils autoplist
 
-CFLAGS+=	-I${LOCALBASE}/include
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pytox.so
 
 .include <bsd.port.mk>

Modified: head/net-im/py-toxcore-c/distinfo
==============================================================================
--- head/net-im/py-toxcore-c/distinfo	Sat Mar  3 17:01:13 2018	(r463517)
+++ head/net-im/py-toxcore-c/distinfo	Sat Mar  3 17:35:29 2018	(r463518)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486430415
-SHA256 (TokTok-py-toxcore-c-0.170206-ebced1f_GH0.tar.gz) = 9d5edf0991ee59835be4b6961792bd33b6f0d7703fb16827d9bf09b6f94610fc
-SIZE (TokTok-py-toxcore-c-0.170206-ebced1f_GH0.tar.gz) = 45529
+TIMESTAMP = 1520052651
+SHA256 (TokTok-py-toxcore-c-0.180219-2c1b9d6_GH0.tar.gz) = 7636238ff9589de22ea9b864dc15498cc7bdcae1c19367347aee96c6844604bd
+SIZE (TokTok-py-toxcore-c-0.180219-2c1b9d6_GH0.tar.gz) = 46156



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803031735.w23HZTwd046901>