Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 14:32:01 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341184 - in head/www: trac-fivestarvote trac-fullblog trac-fullblognotification trac-gantt trac-graphviz
Message-ID:  <201401261432.s0QEW1Ng073716@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Jan 26 14:32:00 2014
New Revision: 341184
URL: http://svnweb.freebsd.org/changeset/ports/341184
QAT: https://qat.redports.org/buildarchive/r341184/

Log:
  - Stage support

Modified:
  head/www/trac-fivestarvote/Makefile
  head/www/trac-fullblog/Makefile
  head/www/trac-fullblognotification/Makefile
  head/www/trac-gantt/Makefile
  head/www/trac-graphviz/Makefile

Modified: head/www/trac-fivestarvote/Makefile
==============================================================================
--- head/www/trac-fivestarvote/Makefile	Sun Jan 26 14:31:44 2014	(r341183)
+++ head/www/trac-fivestarvote/Makefile	Sun Jan 26 14:32:00 2014	(r341184)
@@ -15,7 +15,6 @@ RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac
 
 USE_PYTHON=	2
 USE_PYDISTUTILS=	easy_install
-NO_STAGE=	yes
 PYDISTUTILS_PKGNAME=	FiveStarVote
 PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 

Modified: head/www/trac-fullblog/Makefile
==============================================================================
--- head/www/trac-fullblog/Makefile	Sun Jan 26 14:31:44 2014	(r341183)
+++ head/www/trac-fullblog/Makefile	Sun Jan 26 14:32:00 2014	(r341184)
@@ -18,7 +18,6 @@ RUN_DEPENDS+=	htmldoc:${PORTSDIR}/textpr
 
 USE_PYTHON=	2
 USE_PYDISTUTILS=	easy_install
-NO_STAGE=	yes
 PYDISTUTILS_PKGNAME=	TracFullBlogPlugin
 
 .if defined(BOOTSTRAP)

Modified: head/www/trac-fullblognotification/Makefile
==============================================================================
--- head/www/trac-fullblognotification/Makefile	Sun Jan 26 14:31:44 2014	(r341183)
+++ head/www/trac-fullblognotification/Makefile	Sun Jan 26 14:32:00 2014	(r341184)
@@ -17,7 +17,6 @@ RUN_DEPENDS+=	trac-fullblog>=0.1.1:${POR
 
 USE_PYTHON=	2
 USE_PYDISTUTILS=	easy_install
-NO_STAGE=	yes
 PYDISTUTILS_PKGNAME=	TracFullBlogNotificationPlugin
 
 .if defined(BOOTSTRAP)

Modified: head/www/trac-gantt/Makefile
==============================================================================
--- head/www/trac-gantt/Makefile	Sun Jan 26 14:31:44 2014	(r341183)
+++ head/www/trac-gantt/Makefile	Sun Jan 26 14:32:00 2014	(r341184)
@@ -19,7 +19,6 @@ USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_PKGNAME=	TracGantt
 PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}
@@ -28,8 +27,8 @@ PORTDOCS=	PKG-INFO README
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${INSTALL} -d ${DOCSDIR}
-	@cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${DOCSDIR}
+	@${INSTALL} -d ${STAGEDIR}${DOCSDIR}
+	@cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}
 .endif
 	@${CAT} ${PKGMESSAGE}
 

Modified: head/www/trac-graphviz/Makefile
==============================================================================
--- head/www/trac-graphviz/Makefile	Sun Jan 26 14:31:44 2014	(r341183)
+++ head/www/trac-graphviz/Makefile	Sun Jan 26 14:32:00 2014	(r341184)
@@ -22,7 +22,6 @@ PYDISTUTILS_PKGNAME=	graphviz
 WRKSRC=			${WRKDIR}/${PORTNAME}plugin
 PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
 	    -e 's|%%PREFIX%%|${PREFIX}|' \



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