Bug 189998 - update port: multimedia/py-kaa-base add staging support
Summary: update port: multimedia/py-kaa-base add staging support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-20 12:40 UTC by J.R. Oldroyd
Modified: 2014-05-22 09:10 UTC (History)
0 users

See Also:


Attachments
file.diff (552 bytes, patch)
2014-05-20 12:40 UTC, J.R. Oldroyd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description J.R. Oldroyd 2014-05-20 12:40:02 UTC
add staging support
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-20 12:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-05-22 09:00:17 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-22 09:00:19 UTC
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 <bsd.port.mk>
_______________________________________________
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"