Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 2014 15:56:51 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350511 - in head/sysutils: rubygem-fluent-mixin-plaintextformatter rubygem-fluent-plugin-config-expander rubygem-fluent-plugin-file-alternative rubygem-fluent-plugin-tail-asis rubygem-...
Message-ID:  <201404071556.s37FuqTV018011@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Apr  7 15:56:51 2014
New Revision: 350511
URL: http://svnweb.freebsd.org/changeset/ports/350511
QAT: https://qat.redports.org/buildarchive/r350511/

Log:
  Support stage

Modified:
  head/sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile
  head/sysutils/rubygem-fluent-plugin-config-expander/Makefile
  head/sysutils/rubygem-fluent-plugin-file-alternative/Makefile
  head/sysutils/rubygem-fluent-plugin-tail-asis/Makefile
  head/sysutils/rubygem-fluentd/Makefile

Modified: head/sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile
==============================================================================
--- head/sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile	Mon Apr  7 15:54:30 2014	(r350510)
+++ head/sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile	Mon Apr  7 15:56:51 2014	(r350511)
@@ -16,5 +16,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/rubygem-fluent-plugin-config-expander/Makefile
==============================================================================
--- head/sysutils/rubygem-fluent-plugin-config-expander/Makefile	Mon Apr  7 15:54:30 2014	(r350510)
+++ head/sysutils/rubygem-fluent-plugin-config-expander/Makefile	Mon Apr  7 15:56:51 2014	(r350511)
@@ -15,5 +15,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/rubygem-fluent-plugin-file-alternative/Makefile
==============================================================================
--- head/sysutils/rubygem-fluent-plugin-file-alternative/Makefile	Mon Apr  7 15:54:30 2014	(r350510)
+++ head/sysutils/rubygem-fluent-plugin-file-alternative/Makefile	Mon Apr  7 15:56:51 2014	(r350511)
@@ -16,5 +16,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/rubygem-fluent-plugin-tail-asis/Makefile
==============================================================================
--- head/sysutils/rubygem-fluent-plugin-tail-asis/Makefile	Mon Apr  7 15:54:30 2014	(r350510)
+++ head/sysutils/rubygem-fluent-plugin-tail-asis/Makefile	Mon Apr  7 15:56:51 2014	(r350511)
@@ -15,5 +15,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/rubygem-fluentd/Makefile
==============================================================================
--- head/sysutils/rubygem-fluentd/Makefile	Mon Apr  7 15:54:30 2014	(r350510)
+++ head/sysutils/rubygem-fluentd/Makefile	Mon Apr  7 15:56:51 2014	(r350511)
@@ -28,10 +28,4 @@ USERS=		fluentd
 GROUPS=		fluentd
 SUB_LIST+=	USER=${USERS} GROUP=${GROUPS}
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-post-install:
-	${INSTALL} -d -o ${USERS} -g ${GROUPS} -m 775 /var/run/fluentd
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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