svn commit: r390997 - head/net/foreman-proxy
Michael Moll
mmoll at FreeBSD.org
Tue Jun 30 20:36:32 UTC 2015
Author: mmoll
Date: Tue Jun 30 20:36:31 2015
New Revision: 390997
URL: https://svnweb.freebsd.org/changeset/ports/390997
Log:
net/foreman-proxy: update to 1.8.2
- upstream code was unchanged, except the version bump
- fix dependency after renaming of rubygem-augeas
- use www/rubygem-rack16
Approved by: swills (mentor), mm (maintainer, timeout)
Differential Revision: https://reviews.freebsd.org/D2826
Modified:
head/net/foreman-proxy/Makefile
head/net/foreman-proxy/distinfo
Modified: head/net/foreman-proxy/Makefile
==============================================================================
--- head/net/foreman-proxy/Makefile Tue Jun 30 20:35:28 2015 (r390996)
+++ head/net/foreman-proxy/Makefile Tue Jun 30 20:36:31 2015 (r390997)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= foreman-proxy
-PORTVERSION= 1.8.1
+PORTVERSION= 1.8.2
CATEGORIES= net
MASTER_SITES= http://downloads.theforeman.org/foreman-proxy/
@@ -13,7 +13,7 @@ LICENSE= GPLv3
RUN_DEPENDS= rubygem-bundler_ext>=0.4:${PORTSDIR}/sysutils/rubygem-bundler_ext \
rubygem-json>=1.8.1:${PORTSDIR}/devel/rubygem-json \
- rubygem-rack>=1.4:${PORTSDIR}/www/rubygem-rack \
+ rubygem-rack16>=1.4:${PORTSDIR}/www/rubygem-rack16 \
rubygem-sinatra>=1.4.3:${PORTSDIR}/www/rubygem-sinatra \
${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
@@ -46,7 +46,7 @@ PLIST_SUB= ${SUB_LIST} MKDIR="${MKDIR}"
BMC_RUN_DEPENDS= rubygem-rubyipmi>=0.7:${PORTSDIR}/sysutils/rubygem-rubyipmi
PUPPET_RUN_DEPENDS= puppet:${PORTSDIR}/sysutils/puppet \
- rubygem-ruby-augeas>=0.5:${PORTSDIR}/textproc/rubygem-augeas
+ rubygem-ruby-augeas>=0.5:${PORTSDIR}/textproc/rubygem-ruby-augeas
post-patch:
@${REINPLACE_CMD} \
Modified: head/net/foreman-proxy/distinfo
==============================================================================
--- head/net/foreman-proxy/distinfo Tue Jun 30 20:35:28 2015 (r390996)
+++ head/net/foreman-proxy/distinfo Tue Jun 30 20:36:31 2015 (r390997)
@@ -1,2 +1,2 @@
-SHA256 (foreman-proxy-1.8.1.tar.bz2) = 1467f17c44e9a12234776a6a7dc9b3ca562563dc8179c2fbe99f2a056fb789f9
-SIZE (foreman-proxy-1.8.1.tar.bz2) = 102078
+SHA256 (foreman-proxy-1.8.2.tar.bz2) = 9e7f79189a48f2e7ffdf2af38da0de77dae8fe9deb553146a4de51cf07f99044
+SIZE (foreman-proxy-1.8.2.tar.bz2) = 102091
More information about the svn-ports-all
mailing list