diff options
author | knu <knu@FreeBSD.org> | 2001-04-07 18:47:35 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-04-07 18:47:35 +0800 |
commit | b9cdaa1a00d3029e9e0514e73b71fdb2f1d5ad55 (patch) | |
tree | d0d1be1d1659cc894eb0fc614310f6e05f362cc1 /security | |
parent | 2f6eb8165225697360ab04e0ff6c4c6e0c4e52d1 (diff) | |
download | freebsd-ports-gnome-b9cdaa1a00d3029e9e0514e73b71fdb2f1d5ad55.tar.gz freebsd-ports-gnome-b9cdaa1a00d3029e9e0514e73b71fdb2f1d5ad55.tar.zst freebsd-ports-gnome-b9cdaa1a00d3029e9e0514e73b71fdb2f1d5ad55.zip |
Move ruby-sha1 from converters to security.
PR: ports/26239
Submitted by: Steve Coltrin <spcoltri@omcl.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/ruby-sha1/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 3dc792c4feca..bd2d06d04b20 100644 --- a/security/Makefile +++ b/security/Makefile @@ -129,6 +129,7 @@ SUBDIR += rid SUBDIR += rsaref SUBDIR += ruby-acl + SUBDIR += ruby-sha1 SUBDIR += ruby-ssl SUBDIR += ruby-tcpwrap SUBDIR += saint diff --git a/security/ruby-sha1/Makefile b/security/ruby-sha1/Makefile index 7e26f46be69a..360c42140600 100644 --- a/security/ruby-sha1/Makefile +++ b/security/ruby-sha1/Makefile @@ -8,7 +8,7 @@ PORTNAME= sha1 PORTVERSION= 1.1 PORTEPOCH= 1 -CATEGORIES= converters ruby +CATEGORIES= security ruby MASTER_SITES= http://www.omcl.org/~spcoltri/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} |