Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2020 04:46:22 +0000 (UTC)
From:      =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540552 - in head/graphics/py-fiona: . files
Message-ID:  <202006270446.05R4kM3O012934@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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