diff options
author | yuri <yuri@FreeBSD.org> | 2018-06-11 13:30:31 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-06-11 13:30:31 +0800 |
commit | 15b67f4b2d9471b8126919c026f06a84e7623796 (patch) | |
tree | cc56d0006a7f3efcad18c4460daf86c570c6a3cd | |
parent | 7921097340f7aedb358269d14bc1221e9c97f7a8 (diff) | |
download | freebsd-ports-gnome-15b67f4b2d9471b8126919c026f06a84e7623796.tar.gz freebsd-ports-gnome-15b67f4b2d9471b8126919c026f06a84e7623796.tar.zst freebsd-ports-gnome-15b67f4b2d9471b8126919c026f06a84e7623796.zip |
audio/py-pysndfile: Update 1.1.0 -> 1.1.1
Port changes:
* Remove stripping (it does it itself)
* Update WWW
Reported by: portscout
-rw-r--r-- | audio/py-pysndfile/Makefile | 6 | ||||
-rw-r--r-- | audio/py-pysndfile/distinfo | 6 | ||||
-rw-r--r-- | audio/py-pysndfile/pkg-descr | 2 |
3 files changed, 5 insertions, 9 deletions
diff --git a/audio/py-pysndfile/Makefile b/audio/py-pysndfile/Makefile index 1088f09e0dd9..576d1647e218 100644 --- a/audio/py-pysndfile/Makefile +++ b/audio/py-pysndfile/Makefile @@ -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} @@ -19,7 +18,4 @@ 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> diff --git a/audio/py-pysndfile/distinfo b/audio/py-pysndfile/distinfo index e82b0b0e9e7e..9890dbeb2782 100644 --- a/audio/py-pysndfile/distinfo +++ b/audio/py-pysndfile/distinfo @@ -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 diff --git a/audio/py-pysndfile/pkg-descr b/audio/py-pysndfile/pkg-descr index d2ac8a096c31..5cb89c26c5f8 100644 --- a/audio/py-pysndfile/pkg-descr +++ b/audio/py-pysndfile/pkg-descr @@ -13,4 +13,4 @@ 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 |