aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-08-22 21:18:08 +0800
committerantoine <antoine@FreeBSD.org>2014-08-22 21:18:08 +0800
commit5adc346d377e9fb0ec3c7ebecb67b465adb00c3f (patch)
tree58f637594f0e4b5c52bc9ced5533e1cd88d38a7f
parentee73c8c3cb6061e28aaa491eb520061e8110e1d2 (diff)
downloadfreebsd-ports-gnome-5adc346d377e9fb0ec3c7ebecb67b465adb00c3f.tar.gz
freebsd-ports-gnome-5adc346d377e9fb0ec3c7ebecb67b465adb00c3f.tar.zst
freebsd-ports-gnome-5adc346d377e9fb0ec3c7ebecb67b465adb00c3f.zip
devel/rubygem-railsless-deploy: Obsolete, Capistrano 3 does not ship with any Railsisms and is better than Capistrano 2 and railsless-deploy
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-railsless-deploy/Makefile22
-rw-r--r--devel/rubygem-railsless-deploy/distinfo2
-rw-r--r--devel/rubygem-railsless-deploy/pkg-descr6
5 files changed, 1 insertions, 31 deletions
diff --git a/MOVED b/MOVED
index 1dbd1820c5f0..dfc4152e7617 100644
--- a/MOVED
+++ b/MOVED
@@ -6485,3 +6485,4 @@ textproc/rast||2014-08-22|Has expired: Broken for more than 6 months
www/abyssws||2014-08-22|Has expired: Broken for more than 6 months
www/docebo||2014-08-22|Has expired: Not maintained upstream
www/rejik||2014-08-22|Has expired: Broken for more than 6 months and depends on www/squid which reached EOL 2 years ago
+devel/rubygem-railsless-deploy||2014-08-22|Removed: Obsolete, Capistrano 3 does not ship with any Railsisms and is better than Capistrano 2 and railsless-deploy
diff --git a/devel/Makefile b/devel/Makefile
index 9d8918e18cec..d3d27868d0ff 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4438,7 +4438,6 @@
SUBDIR += rubygem-r18n-core
SUBDIR += rubygem-racc
SUBDIR += rubygem-rack-raw-upload
- SUBDIR += rubygem-railsless-deploy
SUBDIR += rubygem-rainbow
SUBDIR += rubygem-rake
SUBDIR += rubygem-rake-compiler
diff --git a/devel/rubygem-railsless-deploy/Makefile b/devel/rubygem-railsless-deploy/Makefile
deleted file mode 100644
index 0a954d1d6927..000000000000
--- a/devel/rubygem-railsless-deploy/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Steve Wills <swills@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= railsless-deploy
-PORTVERSION= 1.1.2
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Replacement for the rails deploy strategy which ships with Capistrano
-
-LICENSE= MIT
-
-RUN_DEPENDS= rubygem-capistrano>=1.0.0:${PORTSDIR}/sysutils/rubygem-capistrano
-
-DEPRECATED= Obsolete, Capistrano 3 does not ship with any Railsisms and is better than Capistrano 2 and railsless-deploy
-
-USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-railsless-deploy/distinfo b/devel/rubygem-railsless-deploy/distinfo
deleted file mode 100644
index ed01748ffc6d..000000000000
--- a/devel/rubygem-railsless-deploy/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/railsless-deploy-1.1.2.gem) = af5331fa0cfe8286f0d0dbd9c0714fa521cf708751ba9a0ccdd51e8c7a27d201
-SIZE (rubygem/railsless-deploy-1.1.2.gem) = 12288
diff --git a/devel/rubygem-railsless-deploy/pkg-descr b/devel/rubygem-railsless-deploy/pkg-descr
deleted file mode 100644
index 61ed9d082a46..000000000000
--- a/devel/rubygem-railsless-deploy/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Replacement for the rails deploy strategy which ships with Capistrano, allows
-you to deploy any platform with ease; some people have had huge success with
-this deploying rails projects where they needed to customise their deploy
-strategy beyond the code which ships with the Capistrano gem.
-
-WWW: https://github.com/leehambley/railsless-deploy/