Date: Tue, 4 Sep 2012 00:55:36 +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: r303631 - head/sysutils/mcollective Message-ID: <201209040055.q840ta22069639@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Sep 4 00:55:36 2012 New Revision: 303631 URL: http://svn.freebsd.org/changeset/ports/303631 Log: - Fix plist issues Pointed out by: pointyhat (via linimon) Pointhat to: swills Modified: head/sysutils/mcollective/Makefile head/sysutils/mcollective/pkg-plist Modified: head/sysutils/mcollective/Makefile ============================================================================== --- head/sysutils/mcollective/Makefile Tue Sep 4 00:32:32 2012 (r303630) +++ head/sysutils/mcollective/Makefile Tue Sep 4 00:55:36 2012 (r303631) @@ -7,6 +7,7 @@ PORTNAME= mcollective PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/${PORTNAME}/ EXTRACT_SUFX= .tgz Modified: head/sysutils/mcollective/pkg-plist ============================================================================== --- head/sysutils/mcollective/pkg-plist Tue Sep 4 00:32:32 2012 (r303630) +++ head/sysutils/mcollective/pkg-plist Tue Sep 4 00:55:36 2012 (r303631) @@ -131,9 +131,6 @@ sbin/mcollectived %%PORTDOCS%%%%DOCSDIR%%/created.rid %%PORTDOCS%%%%DOCSDIR%%/etc/ssl/PLACEHOLDER.html %%PORTDOCS%%%%DOCSDIR%%/etc/ssl/clients/PLACEHOLDER.html -%%PORTDOCS%%%%DOCSDIR%%/fr_class_index.html -%%PORTDOCS%%%%DOCSDIR%%/fr_file_index.html -%%PORTDOCS%%%%DOCSDIR%%/fr_method_index.html %%PORTDOCS%%%%DOCSDIR%%/images/brick.png %%PORTDOCS%%%%DOCSDIR%%/images/brick_link.png %%PORTDOCS%%%%DOCSDIR%%/images/bug.png @@ -223,7 +220,6 @@ sbin/mcollectived %%PORTDOCS%%%%DOCSDIR%%/lib/mcollective/util_rb.html %%PORTDOCS%%%%DOCSDIR%%/lib/mcollective/windows_daemon_rb.html %%PORTDOCS%%%%DOCSDIR%%/lib/mcollective_rb.html -%%PORTDOCS%%%%DOCSDIR%%/rdoc-style.css %%PORTDOCS%%%%DOCSDIR%%/rdoc.css %%RUBY_SITELIBDIR%%/mcollective.rb %%RUBY_SITELIBDIR%%/mcollective/agent.rb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209040055.q840ta22069639>