From owner-freebsd-python@FreeBSD.ORG Thu May 22 08:10:02 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.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 3D8DD486 for ; Thu, 22 May 2014 08:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 2B7922600 for ; Thu, 22 May 2014 08:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M8A11f076153 for ; Thu, 22 May 2014 08:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M8A1pB076152; Thu, 22 May 2014 08:10:01 GMT (envelope-from gnats) Date: Thu, 22 May 2014 08:10:01 GMT Message-Id: <201405220810.s4M8A1pB076152@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/189996: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 08:10:02 -0000 The following reply was made to PR ports/189996; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189996: commit references a PR Date: Thu, 22 May 2014 08:01:32 +0000 (UTC) Author: miwi Date: Thu May 22 08:01:28 2014 New Revision: 354798 URL: http://svnweb.freebsd.org/changeset/ports/354798 QAT: https://qat.redports.org/buildarchive/r354798/ Log: - Stage support PR: 189996 Submitted by: maintainer Deleted: head/multimedia/py-kaa-metadata/pkg-plist Modified: head/multimedia/py-kaa-metadata/Makefile Modified: head/multimedia/py-kaa-metadata/Makefile ============================================================================== --- head/multimedia/py-kaa-metadata/Makefile Thu May 22 08:00:58 2014 (r354797) +++ head/multimedia/py-kaa-metadata/Makefile Thu May 22 08:01:28 2014 (r354798) @@ -3,7 +3,7 @@ PORTNAME= kaa-metadata PORTVERSION= 0.7.7 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= multimedia python MASTER_SITES= SF/freevo/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,9 +18,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= 2 USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes CFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib -NO_STAGE= yes .include _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"