Date: Sat, 6 Oct 2012 21:45:14 +0000 (UTC) From: Anders Nordby <anders@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305406 - head/sysutils/puppet26 Message-ID: <201210062145.q96LjEaQ047002@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: anders Date: Sat Oct 6 21:45:14 2012 New Revision: 305406 URL: http://svn.freebsd.org/changeset/ports/305406 Log: Resurrect Puppet 2.6, useful for those who have a Puppet master running 2.6. Approved by: swills (current sysutils/puppet maintainer) Added: head/sysutils/puppet26/ - copied from r272469, head/sysutils/puppet/ Modified: head/sysutils/puppet26/Makefile (contents, props changed) Modified: head/sysutils/puppet26/Makefile ============================================================================== --- head/sysutils/puppet/Makefile Sun Apr 10 16:11:49 2011 (r272469) +++ head/sysutils/puppet26/Makefile Sat Oct 6 21:45:14 2012 (r305406) @@ -10,14 +10,14 @@ PORTVERSION= 2.6.7 CATEGORIES= sysutils MASTER_SITES= http://www.puppetlabs.com/downloads/puppet/ -MAINTAINER= raj@csub.edu +MAINTAINER= anders@FreeBSD.org COMMENT= A configuration management framework written in Ruby RUN_DEPENDS= ${RUBY_SITELIBDIR}/facter.rb:${PORTSDIR}/sysutils/facter \ rubygem-ruby-augeas>=0:${PORTSDIR}/textproc/rubygem-augeas \ ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv -CONFLICTS= puppet-devel-[0-9]* +CONFLICTS= puppet-[0-9]* NO_BUILD= yes USE_RUBY= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210062145.q96LjEaQ047002>