aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2013-07-02 20:20:09 +0800
committerswills <swills@FreeBSD.org>2013-07-02 20:20:09 +0800
commit142f7d8c854e3c4ed93f47a9536ca716e05163d9 (patch)
tree5e28753d37ba1aabe103fbc1f63f9882f9857735
parentb28c42d9b5bfb31d538fd4b2529e41b38d32c93e (diff)
downloadfreebsd-ports-gnome-142f7d8c854e3c4ed93f47a9536ca716e05163d9.tar.gz
freebsd-ports-gnome-142f7d8c854e3c4ed93f47a9536ca716e05163d9.tar.zst
freebsd-ports-gnome-142f7d8c854e3c4ed93f47a9536ca716e05163d9.zip
- Remove unneeded backrev port
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/rubygem-bunny060/Makefile19
-rw-r--r--net/rubygem-bunny060/distinfo2
-rw-r--r--net/rubygem-bunny060/pkg-descr16
5 files changed, 1 insertions, 38 deletions
diff --git a/MOVED b/MOVED
index 03d88e211a65..bcd224610e52 100644
--- a/MOVED
+++ b/MOVED
@@ -4414,3 +4414,4 @@ devel/libtifiles|devel/libtifiles2|2013-07-01|Has expired: Superseded by devel/l
comms/libticables|comms/libticables2|2013-07-01|Has expired: Superseded by comms/libticables2
devel/libticalcs|comms/libticalcs2|2013-07-01|Has expired: Superseded by comms/libticalcs2
emulators/tiemu2|emulators/tiemu3|2013-07-01|Has expired: Superseded by emulators/tiemu3
+net/rubygem-bunny060||2013-07-02|Removed
diff --git a/net/Makefile b/net/Makefile
index afedd503b02e..52e832384921 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1032,7 +1032,6 @@
SUBDIR += rubygem-amqp067
SUBDIR += rubygem-aws-s3
SUBDIR += rubygem-bunny
- SUBDIR += rubygem-bunny060
SUBDIR += rubygem-domain_name
SUBDIR += rubygem-dropbox-sdk
SUBDIR += rubygem-geoip
diff --git a/net/rubygem-bunny060/Makefile b/net/rubygem-bunny060/Makefile
deleted file mode 100644
index d816cdea51e4..000000000000
--- a/net/rubygem-bunny060/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Created by: renchap@cocoa-x.com
-# $FreeBSD$
-
-PORTNAME= bunny
-PORTVERSION= 0.6.0
-CATEGORIES= net rubygems
-MASTER_SITES= RG
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Another synchronous Ruby AMQP client, version 0.6.0
-
-NO_LATEST_LINK= yes
-PORTSCOUT= limit:^0.6
-
-USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
-
-.include <bsd.port.mk>
diff --git a/net/rubygem-bunny060/distinfo b/net/rubygem-bunny060/distinfo
deleted file mode 100644
index 3d13d521e03c..000000000000
--- a/net/rubygem-bunny060/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/bunny-0.6.0.gem) = fb8142488e96124f1b880979d1006366f254323f555add01a028ef70db306038
-SIZE (rubygem/bunny-0.6.0.gem) = 32256
diff --git a/net/rubygem-bunny060/pkg-descr b/net/rubygem-bunny060/pkg-descr
deleted file mode 100644
index 21ad3f2be176..000000000000
--- a/net/rubygem-bunny060/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-Bunny is an AMQP (Advanced Message Queuing Protocol) client, written in Ruby,
-that is intended to allow you to interact with AMQP-compliant message
-brokers/servers such as RabbitMQ in a synchronous fashion.
-
-It is based on a great deal of useful code from amqp by Aman Gupta and Carrot
-by Amos Elliston.
-
-You can use Bunny to :
-* Create and delete exchanges
-* Create and delete queues
-* Publish and consume messages
-
-Bunny is known to work with RabbitMQ versions 1.5.4 and above with version 0-8
-of the AMQP specification.
-
-WWW: https://github.com/ruby-amqp/bunny