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-...
Baptiste Daroussin
bapt at FreeBSD.org
Mon Apr 7 15:56:53 UTC 2014
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>
More information about the svn-ports-all
mailing list