From owner-svn-ports-head@FreeBSD.ORG Wed Sep 17 11:09:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5EFD21BB; Wed, 17 Sep 2014 11:09:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 3F5ABDAB; Wed, 17 Sep 2014 11:09:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8HB91Pf081914; Wed, 17 Sep 2014 11:09:01 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8HB90GO081881; Wed, 17 Sep 2014 11:09:00 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201409171109.s8HB90GO081881@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 17 Sep 2014 11:09:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368363 - in head/audio/py-pyliblo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2014 11:09:01 -0000 Author: robak Date: Wed Sep 17 11:09:00 2014 New Revision: 368363 URL: http://svnweb.freebsd.org/changeset/ports/368363 QAT: https://qat.redports.org/buildarchive/r368363/ Log: audio/py-pyliblo: update 0.9.1 -> 0.9.2 - Update the setup.py patch - Update the port with USES=python Approved by: mentors (implicit) Modified: head/audio/py-pyliblo/Makefile head/audio/py-pyliblo/distinfo head/audio/py-pyliblo/files/patch-setup.py Modified: head/audio/py-pyliblo/Makefile ============================================================================== --- head/audio/py-pyliblo/Makefile Wed Sep 17 11:04:33 2014 (r368362) +++ head/audio/py-pyliblo/Makefile Wed Sep 17 11:09:00 2014 (r368363) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pyliblo -PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTVERSION= 0.9.2 CATEGORIES= audio python MASTER_SITES= http://das.nasophon.de/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,10 +15,10 @@ LICENSE= LGPL21 BUILD_DEPENDS= pyrex>=0.9.4:${PORTSDIR}/devel/pyrex LIB_DEPENDS= liblo.so:${PORTSDIR}/audio/liblo -USE_PYTHON= yes -USE_PYDISTUTILS= yes -MAKE_ENV+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} -LDFLAGS+= -L${LOCALBASE}/lib +USES= python +USE_PYTHON= distutils +MAKE_ENV+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} +LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS Modified: head/audio/py-pyliblo/distinfo ============================================================================== --- head/audio/py-pyliblo/distinfo Wed Sep 17 11:04:33 2014 (r368362) +++ head/audio/py-pyliblo/distinfo Wed Sep 17 11:09:00 2014 (r368363) @@ -1,2 +1,2 @@ -SHA256 (pyliblo-0.9.1.tar.gz) = fb9b0dbd6f3c77b621fd45db56eed470dae2ed1325a49611c2ed0a07eefff4ab -SIZE (pyliblo-0.9.1.tar.gz) = 82376 +SHA256 (pyliblo-0.9.2.tar.gz) = 382ee7360aa00aeebf1b955eef65f8491366657a626254574c647521b36e0eb0 +SIZE (pyliblo-0.9.2.tar.gz) = 100079 Modified: head/audio/py-pyliblo/files/patch-setup.py ============================================================================== --- head/audio/py-pyliblo/files/patch-setup.py Wed Sep 17 11:04:33 2014 (r368362) +++ head/audio/py-pyliblo/files/patch-setup.py Wed Sep 17 11:09:00 2014 (r368363) @@ -1,24 +1,24 @@ ---- setup.py.orig 2010-10-25 15:47:52.000000000 +0800 -+++ setup.py 2010-10-25 15:54:41.000000000 +0800 -@@ -39,6 +39,7 @@ +--- setup.py.orig 2014-09-17 12:36:01.069734246 +0200 ++++ setup.py 2014-09-17 12:36:49.484953374 +0200 +@@ -45,6 +45,7 @@ '-fno-strict-aliasing', '-Werror-implicit-function-declaration', '-Wfatal-errors', -+ '-I%%LOCALBASE%%/include/', ++ '-I%%LOCALBASE%%/include/', ], libraries = ['lo'] ) -@@ -53,12 +54,7 @@ +@@ -66,12 +67,7 @@ 'scripts/send_osc.py', 'scripts/dump_osc.py', - ] + ], - data_files = [ - ('share/man/man1', [ - 'scripts/send_osc.1', - 'scripts/dump_osc.1', - ]), -- ] -+ data_files = [] - else: - # doesn't work with Python 3.x yet - scripts = [] +- ], ++ data_files = [], + cmdclass = cmdclass, + ext_modules = ext_modules + )