svn commit: r461962 - head/net/py-radix

Steve Wills swills at FreeBSD.org
Fri Feb 16 01:42:03 UTC 2018


Author: swills
Date: Fri Feb 16 01:42:02 2018
New Revision: 461962
URL: https://svnweb.freebsd.org/changeset/ports/461962

Log:
  net/py-radix: Upgrade to 0.10.0
  
  PR:		225610
  Submitted by:	John W. O'Brien <john at saltant.com>
  Approved by:	maintainer timeout (lerik at nolink.net, > 2 weeks)

Modified:
  head/net/py-radix/Makefile   (contents, props changed)
  head/net/py-radix/distinfo   (contents, props changed)

Modified: head/net/py-radix/Makefile
==============================================================================
--- head/net/py-radix/Makefile	Fri Feb 16 01:02:03 2018	(r461961)
+++ head/net/py-radix/Makefile	Fri Feb 16 01:42:02 2018	(r461962)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	radix
-PORTVERSION=	0.9.6
+PORTVERSION=	0.10.0
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,5 +16,8 @@ LICENSE_COMB=	dual
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/_${PORTNAME}.so
 
 .include <bsd.port.mk>

Modified: head/net/py-radix/distinfo
==============================================================================
--- head/net/py-radix/distinfo	Fri Feb 16 01:02:03 2018	(r461961)
+++ head/net/py-radix/distinfo	Fri Feb 16 01:42:02 2018	(r461962)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1467157974
-SHA256 (py-radix-0.9.6.tar.gz) = 863b039265e860ab88e5e3a7ae8a25c57ed784ae6d150c30142ac6ed221b6db8
-SIZE (py-radix-0.9.6.tar.gz) = 21924
+TIMESTAMP = 1517507838
+SHA256 (py-radix-0.10.0.tar.gz) = b8dbd1344bb30c6a1097d4103203c7b117d92931620365985018de4bef5aede3
+SIZE (py-radix-0.10.0.tar.gz) = 21815


More information about the svn-ports-head mailing list