From owner-svn-ports-all@FreeBSD.ORG Thu May 22 08:00:16 2014 Return-Path: Delivered-To: svn-ports-all@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 4B0B9D5C; Thu, 22 May 2014 08:00:16 +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 38BC42527; Thu, 22 May 2014 08:00:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M80Gkq002486; Thu, 22 May 2014 08:00:16 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4M80G4B002485; Thu, 22 May 2014 08:00:16 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405220800.s4M80G4B002485@svn.freebsd.org> From: Martin Wilke Date: Thu, 22 May 2014 08:00:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354796 - head/multimedia/py-kaa-base 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.18 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: Thu, 22 May 2014 08:00:16 -0000 Author: miwi Date: Thu May 22 08:00:15 2014 New Revision: 354796 URL: http://svnweb.freebsd.org/changeset/ports/354796 QAT: https://qat.redports.org/buildarchive/r354796/ Log: - Stage support PR: 189998 Submitted by: maintainer Deleted: head/multimedia/py-kaa-base/pkg-plist Modified: head/multimedia/py-kaa-base/Makefile Modified: head/multimedia/py-kaa-base/Makefile ============================================================================== --- head/multimedia/py-kaa-base/Makefile Thu May 22 07:59:08 2014 (r354795) +++ head/multimedia/py-kaa-base/Makefile Thu May 22 08:00:15 2014 (r354796) @@ -3,7 +3,7 @@ PORTNAME= kaa-base PORTVERSION= 0.6.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia python MASTER_SITES= SF/freevo/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +18,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include