svn commit: r420022 - in head/security/dradis: . files

Torsten Zuehlsdorff tz at FreeBSD.org
Wed Aug 10 14:19:06 UTC 2016


Author: tz
Date: Wed Aug 10 14:19:04 2016
New Revision: 420022
URL: https://svnweb.freebsd.org/changeset/ports/420022

Log:
  security/dradis: fix Gemfile patch
  
  The port was broken because it needs Rails 3.0.4. It now accepts the
  current version 3.2.22.2 and the new rubygem RedCloth version
  
  Approved by: swills (mentor)

Modified:
  head/security/dradis/Makefile
  head/security/dradis/files/patch-server__Gemfile

Modified: head/security/dradis/Makefile
==============================================================================
--- head/security/dradis/Makefile	Wed Aug 10 14:17:49 2016	(r420021)
+++ head/security/dradis/Makefile	Wed Aug 10 14:19:04 2016	(r420022)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dradis
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.6.1
 CATEGORIES=	security

Modified: head/security/dradis/files/patch-server__Gemfile
==============================================================================
--- head/security/dradis/files/patch-server__Gemfile	Wed Aug 10 14:17:49 2016	(r420021)
+++ head/security/dradis/files/patch-server__Gemfile	Wed Aug 10 14:19:04 2016	(r420022)
@@ -1,8 +1,13 @@
---- ./server/Gemfile.orig	2010-11-30 17:45:17.000000000 +0100
-+++ ./server/Gemfile	2011-01-09 22:37:36.000000000 +0100
-@@ -11,11 +11,11 @@
- #
- gem 'RedCloth', :require => 'redcloth'
+--- server/Gemfile.orig	2011-02-11 09:59:58 UTC
++++ server/Gemfile
+@@ -1,14 +1,14 @@
+ source 'http://rubygems.org'
+ 
+-gem 'rails', '3.0.4'
++gem 'rails', '>= 3.0.4'
+ 
+-gem 'RedCloth', '4.2.5', :require => 'redcloth'
++gem 'RedCloth', '>= 4.2.5', :require => 'redcloth'
  
 -if !( (RUBY_PLATFORM =~ /mswin/i) || (RUBY_PLATFORM =~ /mingw/i) )
 -  gem 'sqlite3-ruby', '1.2.5', :require => 'sqlite3'


More information about the svn-ports-all mailing list