summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-07-05 19:33:12 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-07-05 19:33:12 +0000
commitd1c805334851f6cca099948f1922a99174fa0371 (patch)
tree920c81ffb8fcc1d964b5aeeb3052fda86975575f /security
parent- Update to 1.5 (diff)
Chase master-site
PR: ports/67394 Submitted by: Roman Neuhauser Approved by: maintainer update
Notes
Notes: svn path=/head/; revision=112984
Diffstat (limited to 'security')
-rw-r--r--security/ruby-mcrypt/Makefile4
-rw-r--r--security/ruby-mcrypt/pkg-descr3
2 files changed, 1 insertions, 6 deletions
diff --git a/security/ruby-mcrypt/Makefile b/security/ruby-mcrypt/Makefile
index 6a0b40e29c5f..210bed0bfca0 100644
--- a/security/ruby-mcrypt/Makefile
+++ b/security/ruby-mcrypt/Makefile
@@ -9,9 +9,7 @@ PORTNAME= mcrypt
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= security ruby
-MASTER_SITES= http://www.rubylinks.de/download/ \
- http://www.no.rubylinks.de/download/ \
- ${MASTER_SITE_LOCAL}
+MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= knu
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
diff --git a/security/ruby-mcrypt/pkg-descr b/security/ruby-mcrypt/pkg-descr
index a35be62e9afd..1040b1bd6dbe 100644
--- a/security/ruby-mcrypt/pkg-descr
+++ b/security/ruby-mcrypt/pkg-descr
@@ -1,4 +1 @@
Ruby/MCrypt is an interface to the mcrypt library.
-
-WWW: http://www.rubylinks.de/
-Author: Hans-Dieter Stich <hd@rubylinks.de>