From owner-svn-ports-all@freebsd.org Mon Aug 29 11:23:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1ED3B78CAB; Mon, 29 Aug 2016 11:23:14 +0000 (UTC) (envelope-from amdmi3@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 mx1.freebsd.org (Postfix) with ESMTPS id 9FCDA7F7; Mon, 29 Aug 2016 11:23:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TBNDsY086801; Mon, 29 Aug 2016 11:23:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TBNDPs086798; Mon, 29 Aug 2016 11:23:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608291123.u7TBNDPs086798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 29 Aug 2016 11:23:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421051 - head/audio/pd-cyclone X-SVN-Group: ports-head 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.22 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, 29 Aug 2016 11:23:14 -0000 Author: amdmi3 Date: Mon Aug 29 11:23:13 2016 New Revision: 421051 URL: https://svnweb.freebsd.org/changeset/ports/421051 Log: - Update to 0.2~beta2 * migrate to the pd-miXedSon maintenance codebase due to breaking fork upstream: see https://github.com/electrickery/pd-miXedSon for details * a test patch has been added to the [sampstoms~] object * the [teeth~] object has been converted from an abstraction to an external - While here, add LICENSE, silence MKDIR, fix whitespace PR: 212208 Submitted by: brittlehaus@gmail.com (maintainer) Modified: head/audio/pd-cyclone/Makefile head/audio/pd-cyclone/distinfo head/audio/pd-cyclone/pkg-plist Modified: head/audio/pd-cyclone/Makefile ============================================================================== --- head/audio/pd-cyclone/Makefile Mon Aug 29 11:20:48 2016 (r421050) +++ head/audio/pd-cyclone/Makefile Mon Aug 29 11:23:13 2016 (r421051) @@ -1,22 +1,23 @@ # $FreeBSD$ -PORTNAME= cyclone -DISTVERSION= 0.2~beta1 -CATEGORIES= audio -MASTER_SITES= DEBIAN/pool/main/p/pd-${PORTNAME} -PKGNAMEPREFIX= pd- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}_${DISTVERSION} -EXTRACT_SUFX= .orig.tar.gz +PORTNAME= cyclone +DISTVERSION= 0.2~beta2 +CATEGORIES= audio +MASTER_SITES= DEBIAN/pool/main/p/pd-${PORTNAME} +PKGNAMEPREFIX= pd- +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}_${DISTVERSION} +EXTRACT_SUFX= .orig.tar.gz MAINTAINER= brittlehaus@gmail.com COMMENT= Pd library of clones of Max/MSP 4.5 objects LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= pd:audio/pd RUN_DEPENDS= pd:audio/pd -WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-0.2beta1 +WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}miXedSon-0.2beta2 USES= gmake @@ -29,10 +30,12 @@ post-patch: ${WRKSRC}/Makefile.pdlibbuilder @${REINPLACE_CMD} -e 's|/usr/include|/usr/local/include|g' \ ${WRKSRC}/Makefile.pdlibbuilder + do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/pd-externals/cyclone + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/pd-externals/cyclone ${FIND} ${WRKSRC} -name "*.pd" -exec ${INSTALL_DATA} {} \ ${STAGEDIR}${PREFIX}/lib/pd-externals/cyclone \; ${FIND} ${WRKSRC} -name "*.pd_linux" -exec ${INSTALL_PROGRAM} {} \ ${STAGEDIR}${PREFIX}/lib/pd-externals/cyclone \; + .include Modified: head/audio/pd-cyclone/distinfo ============================================================================== --- head/audio/pd-cyclone/distinfo Mon Aug 29 11:20:48 2016 (r421050) +++ head/audio/pd-cyclone/distinfo Mon Aug 29 11:23:13 2016 (r421051) @@ -1,2 +1,3 @@ -SHA256 (pd-cyclone_0.2~beta1.orig.tar.gz) = c6af3275af3dfe952ddfe43396ee5e6bf84be4588503009937170fd578839d3c -SIZE (pd-cyclone_0.2~beta1.orig.tar.gz) = 667289 +TIMESTAMP = 1472343250 +SHA256 (pd-cyclone_0.2~beta2.orig.tar.gz) = 9ea160cc28fdb80df0b75a818cc54cdcf42db29c69d41e948c650fae782fa791 +SIZE (pd-cyclone_0.2~beta2.orig.tar.gz) = 670556 Modified: head/audio/pd-cyclone/pkg-plist ============================================================================== --- head/audio/pd-cyclone/pkg-plist Mon Aug 29 11:20:48 2016 (r421050) +++ head/audio/pd-cyclone/pkg-plist Mon Aug 29 11:23:13 2016 (r421051) @@ -318,6 +318,7 @@ lib/pd-externals/cyclone/reson~.pd_linux lib/pd-externals/cyclone/sah~-help.pd lib/pd-externals/cyclone/sah~.pd_linux lib/pd-externals/cyclone/sampstoms~-help.pd +lib/pd-externals/cyclone/sampstoms~-test.pd lib/pd-externals/cyclone/sampstoms~.pd_linux lib/pd-externals/cyclone/scope-gop.pd lib/pd-externals/cyclone/scope-test.pd @@ -382,7 +383,7 @@ lib/pd-externals/cyclone/tanh~.pd_linux lib/pd-externals/cyclone/tanx~-help.pd lib/pd-externals/cyclone/tanx~.pd_linux lib/pd-externals/cyclone/teeth~-help.pd -lib/pd-externals/cyclone/teeth~.pd +lib/pd-externals/cyclone/teeth~.pd_linux lib/pd-externals/cyclone/testmess-help.pd lib/pd-externals/cyclone/testmess-reentrant.pd lib/pd-externals/cyclone/testmess-test.pd