svn commit: r459725 - in head/sysutils/puppetserver: . files

Zach Leslie zleslie at FreeBSD.org
Tue Jan 23 06:50:53 UTC 2018


Author: zleslie
Date: Tue Jan 23 04:15:06 2018
New Revision: 459725
URL: https://svnweb.freebsd.org/changeset/ports/459725

Log:
  Utilize symlink from sysutils/rubygem-facter
  
  To avoid needing to hardcode the facter version, utilize the latest
  symlinked version.
  
  Approved by:	swills(mentor)
  Differential Revision: D13822

Modified:
  head/sysutils/puppetserver/Makefile
  head/sysutils/puppetserver/distinfo
  head/sysutils/puppetserver/files/patch-ext__config__conf.d__puppetserver.conf

Modified: head/sysutils/puppetserver/Makefile
==============================================================================
--- head/sysutils/puppetserver/Makefile	Tue Jan 23 03:54:59 2018	(r459724)
+++ head/sysutils/puppetserver/Makefile	Tue Jan 23 04:15:06 2018	(r459725)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	puppetserver
-PORTVERSION=	2.7.2
-PORTREVISION=	1
+PORTVERSION=	2.8.0
+PORTREVISION=	0
 CATEGORIES=	sysutils java
 MASTER_SITES=	http://downloads.puppetlabs.com/puppet/
 

Modified: head/sysutils/puppetserver/distinfo
==============================================================================
--- head/sysutils/puppetserver/distinfo	Tue Jan 23 03:54:59 2018	(r459724)
+++ head/sysutils/puppetserver/distinfo	Tue Jan 23 04:15:06 2018	(r459725)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485891106
-SHA256 (puppetserver-2.7.2.tar.gz) = 49341bbc0d6ec95b1790f92f1ca32f199f5ce1de442f35fd28f7d9cb04ce9fc3
-SIZE (puppetserver-2.7.2.tar.gz) = 33990767
+TIMESTAMP = 1504668940
+SHA256 (puppetserver-2.8.0.tar.gz) = 0f6f49b149639b80c3caecaeced44c7c0cb98728da7ce12f6725b061f3152812
+SIZE (puppetserver-2.8.0.tar.gz) = 34015599

Modified: head/sysutils/puppetserver/files/patch-ext__config__conf.d__puppetserver.conf
==============================================================================
--- head/sysutils/puppetserver/files/patch-ext__config__conf.d__puppetserver.conf	Tue Jan 23 03:54:59 2018	(r459724)
+++ head/sysutils/puppetserver/files/patch-ext__config__conf.d__puppetserver.conf	Tue Jan 23 04:15:06 2018	(r459725)
@@ -6,7 +6,7 @@
      ruby-load-path: [/opt/puppetlabs/puppet/lib/ruby/vendor_ruby]
 +    ruby-load-path: [
 +        %%RUBY_SITELIBDIR%%,
-+        %%PREFIX%%/lib/ruby/gems/%%RUBY_VER%%/gems/facter-2.4.6/lib,
++        %%PREFIX%%/lib/ruby/gems/%%RUBY_VER%%/gems/facter/lib,
 +    ]
  
      # This setting determines where JRuby will install gems.  It is used for loading gems,


More information about the svn-ports-all mailing list