Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2018 05:30:32 +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: r472166 - head/audio/py-pysndfile
Message-ID:  <201806110530.w5B5UWFL013857@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Jun 11 05:30:31 2018
New Revision: 472166
URL: https://svnweb.freebsd.org/changeset/ports/472166

Log:
  audio/py-pysndfile: Update 1.1.0 -> 1.1.1
  
  Port changes:
  * Remove stripping (it does it itself)
  * Update WWW
  
  Reported by:	portscout

Modified:
  head/audio/py-pysndfile/Makefile
  head/audio/py-pysndfile/distinfo
  head/audio/py-pysndfile/pkg-descr

Modified: head/audio/py-pysndfile/Makefile
==============================================================================
--- head/audio/py-pysndfile/Makefile	Mon Jun 11 05:02:04 2018	(r472165)
+++ head/audio/py-pysndfile/Makefile	Mon Jun 11 05:30:31 2018	(r472166)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pysndfile
-DISTVERSION=	1.1.0
-PORTREVISION=	1
+DISTVERSION=	1.1.1
 CATEGORIES=	audio python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,8 +17,5 @@ RUN_DEPENDS=	${PYNUMPY}
 
 USES=		python localbase
 USE_PYTHON=	distutils autoplist cython
-
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pysndfile/_pysndfile.so
 
 .include <bsd.port.mk>

Modified: head/audio/py-pysndfile/distinfo
==============================================================================
--- head/audio/py-pysndfile/distinfo	Mon Jun 11 05:02:04 2018	(r472165)
+++ head/audio/py-pysndfile/distinfo	Mon Jun 11 05:30:31 2018	(r472166)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518626679
-SHA256 (pysndfile-1.1.0.tar.gz) = dcd18d0cfadc2fba96773a39d31566de63e99f4b2eefdb047b135f963fcb1c1b
-SIZE (pysndfile-1.1.0.tar.gz) = 562810
+TIMESTAMP = 1528694630
+SHA256 (pysndfile-1.1.1.tar.gz) = 962e6d8280e484d1492ad24eb06f931232cd28e773e73e5d790549cf8abeb644
+SIZE (pysndfile-1.1.1.tar.gz) = 563154

Modified: head/audio/py-pysndfile/pkg-descr
==============================================================================
--- head/audio/py-pysndfile/pkg-descr	Mon Jun 11 05:02:04 2018	(r472165)
+++ head/audio/py-pysndfile/pkg-descr	Mon Jun 11 05:30:31 2018	(r472166)
@@ -13,4 +13,4 @@ strings into soundfile formats that support these, and
 that allow to control the way libsndfile reads and writes the samples. One of
 the most important ones is the use of the clipping command.
 
-WWW: http://forge.ircam.fr/p/pysndfile
+WWW: https://forge-2.ircam.fr/roebel/pysndfile



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