summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-06-30 16:39:45 +0000
committerRene Ladan <rene@FreeBSD.org>2015-06-30 16:39:45 +0000
commit282f56dd8d93a0f6657397717e849f7d24b308a0 (patch)
tree8748ef9c702f97c6764d4b4ccbb86e29f317c8f2 /security
parent- Fix portlint warning (diff)
Remove expired ports:
2015-06-30 devel/rubygem-mash: Deprecated by upstream. Use devel/rubygem-hashie instead 2015-06-30 net/rubygem-bunny060: Use net/rubygem-bunny instead 2015-06-30 security/rubygem-hmac: Duplicate of security/rubygem-ruby-hmac 2015-06-30 www/ruby-amazon: Rendered obsolete by upstream since Amazon shut down access to AWS API v3 (2008-03-31). Use www/ruby-aws instead
Notes
Notes: svn path=/head/; revision=390973
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/rubygem-hmac/Makefile21
-rw-r--r--security/rubygem-hmac/distinfo2
-rw-r--r--security/rubygem-hmac/pkg-descr9
4 files changed, 0 insertions, 33 deletions
diff --git a/security/Makefile b/security/Makefile
index 18a74a4726f1..861f78f87809 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -909,7 +909,6 @@
SUBDIR += rubygem-ezcrypto
SUBDIR += rubygem-gpgr
SUBDIR += rubygem-gssapi
- SUBDIR += rubygem-hmac
SUBDIR += rubygem-jugyo-twitter_oauth
SUBDIR += rubygem-metasploit-concern
SUBDIR += rubygem-metasploit-credential
diff --git a/security/rubygem-hmac/Makefile b/security/rubygem-hmac/Makefile
deleted file mode 100644
index 3f94c71d3909..000000000000
--- a/security/rubygem-hmac/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
-# $FreeBSD$
-
-PORTNAME= hmac
-PORTVERSION= 0.4.0
-CATEGORIES= security ruby
-MASTER_SITES= RG
-DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Ruby library which implements the HMAC algorithm
-
-DEPRECATED= Duplicate of security/rubygem-ruby-hmac
-EXPIRATION_DATE=2015-06-30
-
-USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
-GEM_NAME= ${DISTNAME}
-
-.include <bsd.port.mk>
diff --git a/security/rubygem-hmac/distinfo b/security/rubygem-hmac/distinfo
deleted file mode 100644
index 511d212d0fe6..000000000000
--- a/security/rubygem-hmac/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/ruby-hmac-0.4.0.gem) = a4245ecf2cfb2036975b63dc37d41426727d8449617ff45daf0b3be402a9fe07
-SIZE (rubygem/ruby-hmac-0.4.0.gem) = 7168
diff --git a/security/rubygem-hmac/pkg-descr b/security/rubygem-hmac/pkg-descr
deleted file mode 100644
index 3204628b4c59..000000000000
--- a/security/rubygem-hmac/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-ruby-hmac: HMAC for Ruby
-
-This module provides a common interface to HMAC functionality. HMAC
-is a kind of "Message Authentication Code" (MAC) algorithm which
-standard is documented in RFC2104. Namely, a MAC provides a way to
-check the integrity of information transmitted over or stored in an
-unreliable medium, based on a secret key.
-
-WWW: http://deisui.org/~ueno/ruby/hmac.html