From owner-svn-ports-all@freebsd.org Mon Jun 11 05:30:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31CE810087F8; Mon, 11 Jun 2018 05:30:33 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D3B196E143; Mon, 11 Jun 2018 05:30:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B64EE172F3; Mon, 11 Jun 2018 05:30:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5B5UWbe014676; Mon, 11 Jun 2018 05:30:32 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5B5UWFL013857; Mon, 11 Jun 2018 05:30:32 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806110530.w5B5UWFL013857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 11 Jun 2018 05:30:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472166 - head/audio/py-pysndfile X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/py-pysndfile X-SVN-Commit-Revision: 472166 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2018 05:30:33 -0000 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 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