Index: head/audio/py-pysndfile/Makefile =================================================================== --- head/audio/py-pysndfile/Makefile (revision 472165) +++ head/audio/py-pysndfile/Makefile (revision 472166) @@ -1,25 +1,21 @@ # $FreeBSD$ PORTNAME= pysndfile -DISTVERSION= 1.1.0 -PORTREVISION= 1 +DISTVERSION= 1.1.1 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Cython wrapper class for reading/writing soundfiles using libsndfile LICENSE= LGPL3 BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libsndfile.so:audio/libsndfile RUN_DEPENDS= ${PYNUMPY} USES= python localbase USE_PYTHON= distutils autoplist cython - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pysndfile/_pysndfile.so .include Index: head/audio/py-pysndfile/distinfo =================================================================== --- head/audio/py-pysndfile/distinfo (revision 472165) +++ head/audio/py-pysndfile/distinfo (revision 472166) @@ -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 Index: head/audio/py-pysndfile/pkg-descr =================================================================== --- head/audio/py-pysndfile/pkg-descr (revision 472165) +++ head/audio/py-pysndfile/pkg-descr (revision 472166) @@ -1,16 +1,16 @@ pysndfile is a python package providing PySndfile, a Cython wrapper class around libsndfile. PySndfile provides methods for reading and writing a large variety of soundfile formats on a variety of plattforms. PySndfile provides a rather complete access to the different sound file manipulation options that are available in libsndfile. Due to the use of libsndfile nearly all sound file formats, (besides mp3 and derived formats) can be read and written with PySndfile. The interface has been designed such that a rather large subset of the functionality of libsndfile can be used, notably the reading and writing of strings into soundfile formats that support these, and a number of sf_commands 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