summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-10-02 11:53:17 +0000
committerRene Ladan <rene@FreeBSD.org>2014-10-02 11:53:17 +0000
commit38bed62c7943a320c3d367de4ec867adcca56307 (patch)
tree73303372b945b4385fb8152783d0a1a00a546e65
parent- Fix installation and stripping as non-root (diff)
Remove expired port:
2014-10-01 www/rubygem-puma16: Old version no longer needed
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-puma16/Makefile27
-rw-r--r--www/rubygem-puma16/distinfo2
-rw-r--r--www/rubygem-puma16/pkg-descr7
5 files changed, 1 insertions, 37 deletions
diff --git a/MOVED b/MOVED
index 8dbf08932b48..aa8eca61d363 100644
--- a/MOVED
+++ b/MOVED
@@ -7150,3 +7150,4 @@ net-mgmt/scdp||2014-09-30|Has expired: Depends on expired net/libnet10
net-mgmt/angst||2014-09-30|Has expired: Depends on expired net/libnet10
security/py-otr||2014-09-30|Has expired: Abandoned upstream
net-p2p/cdonkey||2014-09-30|Has expired: depends on deprecated db41 version
+www/rubygem-puma16||2014-10-02|Has expired: Old version no longer needed
diff --git a/www/Makefile b/www/Makefile
index 85c4f47d150f..3b57a811ddb8 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1831,7 +1831,6 @@
SUBDIR += rubygem-pagerduty
SUBDIR += rubygem-passenger
SUBDIR += rubygem-puma
- SUBDIR += rubygem-puma16
SUBDIR += rubygem-rabbirack
SUBDIR += rubygem-rack
SUBDIR += rubygem-rack-accept
diff --git a/www/rubygem-puma16/Makefile b/www/rubygem-puma16/Makefile
deleted file mode 100644
index 032ffa79348f..000000000000
--- a/www/rubygem-puma16/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Steve Wills <swills@freebsd.org>
-# $FreeBSD$
-
-PORTNAME= puma
-PORTVERSION= 1.6.3
-CATEGORIES= www rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 16
-
-MAINTAINER= ruby@freebsd.org
-COMMENT= Fast, multithreaded and highly concurrent ruby web server
-
-LICENSE= BSD3CLAUSE
-
-RUN_DEPENDS= rubygem-rack>=1.1.0:${PORTSDIR}/www/rubygem-rack
-
-USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
-PLIST_FILES= bin/puma bin/pumactl
-
-PORTSCOUT= ignore
-
-DEPRECATED= Old version no longer needed
-EXPIRATION_DATE= 2014-10-01
-
-.include <bsd.port.mk>
diff --git a/www/rubygem-puma16/distinfo b/www/rubygem-puma16/distinfo
deleted file mode 100644
index d9dc786a9dc1..000000000000
--- a/www/rubygem-puma16/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/puma-1.6.3.gem) = 310c6be9a2d890ef27dc5955ed26c706d43fedf454ee058c40ada463cc8bbc74
-SIZE (rubygem/puma-1.6.3.gem) = 59904
diff --git a/www/rubygem-puma16/pkg-descr b/www/rubygem-puma16/pkg-descr
deleted file mode 100644
index 4e3518985cb1..000000000000
--- a/www/rubygem-puma16/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for
-Ruby/Rack applications. Puma is intended for use in both development and
-production environments. In order to get the best throughput, it is highly
-recommended that you use a Ruby implementation with real threads like Rubinius
-or JRuby.
-
-WWW: http://puma.io/