Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Apr 2014 02:02:55 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352390 - head/audio/py-fastaudio
Message-ID:  <201404270202.s3R22tOh071580@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Apr 27 02:02:54 2014
New Revision: 352390
URL: http://svnweb.freebsd.org/changeset/ports/352390
QAT: https://qat.redports.org/buildarchive/r352390/

Log:
  - Stage
  - Fix MASTER_SITES
  
  PR:		ports/188817
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
  Approved by:	Pontus Stenetorp <ninjin@kth.se> (maintainer)

Modified:
  head/audio/py-fastaudio/Makefile

Modified: head/audio/py-fastaudio/Makefile
==============================================================================
--- head/audio/py-fastaudio/Makefile	Sun Apr 27 01:59:47 2014	(r352389)
+++ head/audio/py-fastaudio/Makefile	Sun Apr 27 02:02:54 2014	(r352390)
@@ -5,7 +5,7 @@ PORTNAME=	fastaudio
 PORTVERSION=	0.1
 PORTREVISION=	1
 CATEGORIES=	audio python
-MASTER_SITES=	http://www.freenet.org.nz/python/pyPortAudio/:site1 \
+MASTER_SITES=	http://freenet.mcnabhosting.com/python/pyPortAudio/:site1 \
 		http://www.portaudio.com/archives/:site2
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	fastaudio
@@ -24,7 +24,6 @@ PLIST_DIRS=
 EXAMPLESDIR=	${LOCALBASE}/share/examples/py-${PORTNAME}
 
 USES=		zip:infozip
-NO_STAGE=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 
@@ -52,8 +51,8 @@ post-patch:
 
 post-install:
 .if !defined(WITHOUT_EXAMPLES)
-	( ${MKDIR} ${EXAMPLESDIR} && \
-		${INSTALL_DATA} ${WRKSRC}/demo.py ${EXAMPLESDIR}/ )
+	( ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} && \
+		${INSTALL_DATA} ${WRKSRC}/demo.py ${STAGEDIR}${EXAMPLESDIR}/ )
 .endif
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404270202.s3R22tOh071580>