svn commit: r540552 - in head/graphics/py-fiona: . files

Loïc Bartoletti lbartoletti at FreeBSD.org
Sat Jun 27 04:46:23 UTC 2020


Author: lbartoletti
Date: Sat Jun 27 04:46:22 2020
New Revision: 540552
URL: https://svnweb.freebsd.org/changeset/ports/540552

Log:
  graphics/py-fiona: Update to 1.8.13
  
  Reported by:	phryk at wzff.de
  Differential Revision:	https://reviews.freebsd.org/D25471

Deleted:
  head/graphics/py-fiona/files/
Modified:
  head/graphics/py-fiona/Makefile
  head/graphics/py-fiona/distinfo

Modified: head/graphics/py-fiona/Makefile
==============================================================================
--- head/graphics/py-fiona/Makefile	Sat Jun 27 04:10:27 2020	(r540551)
+++ head/graphics/py-fiona/Makefile	Sat Jun 27 04:46:22 2020	(r540552)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Fiona
-DISTVERSION=	1.7.13
-PORTREVISION=	2
+DISTVERSION=	1.8.13
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,5 +21,8 @@ LIB_DEPENDS+=	libgdal.so:graphics/gdal
 
 USES=		compiler:c++11-lang python
 USE_PYTHON=	autoplist distutils cython
+
+post-install:
+	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME:tl} -name *.so -exec ${STRIP_CMD} {} +
 
 .include <bsd.port.mk>

Modified: head/graphics/py-fiona/distinfo
==============================================================================
--- head/graphics/py-fiona/distinfo	Sat Jun 27 04:10:27 2020	(r540551)
+++ head/graphics/py-fiona/distinfo	Sat Jun 27 04:46:22 2020	(r540552)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534883784
-SHA256 (Fiona-1.7.13.tar.gz) = a156129f0904cb7eb24aa0745b6075da54f2c31db168ed3bcac8a4bd716d77b2
-SIZE (Fiona-1.7.13.tar.gz) = 731237
+TIMESTAMP = 1592577678
+SHA256 (Fiona-1.8.13.tar.gz) = 5ec34898c8b983a723fb4e949dd3e0ed7e691c303e51f6bfd61e52ac9ac813ae
+SIZE (Fiona-1.8.13.tar.gz) = 1161029


More information about the svn-ports-head mailing list