aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-07-06 03:33:12 +0800
committervs <vs@FreeBSD.org>2004-07-06 03:33:12 +0800
commitc34f6f675bdf62bf4451b9cfe3267d5c3a0be918 (patch)
treef014024a4162bd80e5c6b56046ad1a2919468f40 /security
parent05200abd9f6348cfd7054845ecb72bf790cf7409 (diff)
downloadfreebsd-ports-graphics-c34f6f675bdf62bf4451b9cfe3267d5c3a0be918.tar.gz
freebsd-ports-graphics-c34f6f675bdf62bf4451b9cfe3267d5c3a0be918.tar.zst
freebsd-ports-graphics-c34f6f675bdf62bf4451b9cfe3267d5c3a0be918.zip
Chase master-site
PR: ports/67394 Submitted by: Roman Neuhauser Approved by: maintainer update
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 6a0b40e29c5..210bed0bfca 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 a35be62e9af..1040b1bd6db 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>