summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-24 15:40:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-24 15:40:01 +0000
commitab0acc9cd44bb6b7a770de0d26ce24f57268318b (patch)
treedb437e707f61a7b09a7f20553b3b4c9bd281bb41
parent98da839e2b4c80f0364851c804b417f97dfad08e (diff)
downloadfreebsd-ports-ab0acc9cd44bb6b7a770de0d26ce24f57268318b.zip
- Move security/rubygem-rc4 to security/rubygem-ruby-rc4
- Add LICENSE - Update WWW
-rw-r--r--security/Makefile2
-rw-r--r--security/rubygem-ruby-rc4/Makefile (renamed from security/rubygem-rc4/Makefile)6
-rw-r--r--security/rubygem-ruby-rc4/distinfo (renamed from security/rubygem-rc4/distinfo)0
-rw-r--r--security/rubygem-ruby-rc4/pkg-descr (renamed from security/rubygem-rc4/pkg-descr)2
4 files changed, 5 insertions, 5 deletions
diff --git a/security/Makefile b/security/Makefile
index 12232a5cc6c4..7c623f0db0a1 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -928,10 +928,10 @@
SUBDIR += rubygem-origami
SUBDIR += rubygem-pyu-ruby-sasl
SUBDIR += rubygem-razorback-scriptNugget
- SUBDIR += rubygem-rc4
SUBDIR += rubygem-recog
SUBDIR += rubygem-roauth
SUBDIR += rubygem-ruby-hmac
+ SUBDIR += rubygem-ruby-rc4
SUBDIR += rubygem-scrypt
SUBDIR += rubygem-six
SUBDIR += rubygem-sshkit
diff --git a/security/rubygem-rc4/Makefile b/security/rubygem-ruby-rc4/Makefile
index 268a11d817e6..7f3e2014a1b8 100644
--- a/security/rubygem-rc4/Makefile
+++ b/security/rubygem-ruby-rc4/Makefile
@@ -1,16 +1,16 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
-PORTNAME= rc4
+PORTNAME= ruby-rc4
PORTVERSION= 0.1.5
CATEGORIES= security rubygems
MASTER_SITES= RG
-DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Pure Ruby implementation of the RC4 algorithm
-GEM_NAME= ${DISTNAME}
+LICENSE= MIT
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/security/rubygem-rc4/distinfo b/security/rubygem-ruby-rc4/distinfo
index 963726ff7f81..963726ff7f81 100644
--- a/security/rubygem-rc4/distinfo
+++ b/security/rubygem-ruby-rc4/distinfo
diff --git a/security/rubygem-rc4/pkg-descr b/security/rubygem-ruby-rc4/pkg-descr
index 76d26bc365f1..cd38c6bd2517 100644
--- a/security/rubygem-rc4/pkg-descr
+++ b/security/rubygem-ruby-rc4/pkg-descr
@@ -1,3 +1,3 @@
A pure Ruby implementation of the RC4 algorithm
-WWW: http://rubygems.org/gems/ruby-rc4
+WWW: https://github.com/caiges/Ruby-RC4