diff options
author | vs <vs@FreeBSD.org> | 2004-07-06 03:33:12 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-06 03:33:12 +0800 |
commit | c34f6f675bdf62bf4451b9cfe3267d5c3a0be918 (patch) | |
tree | f014024a4162bd80e5c6b56046ad1a2919468f40 /security | |
parent | 05200abd9f6348cfd7054845ecb72bf790cf7409 (diff) | |
download | freebsd-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/Makefile | 4 | ||||
-rw-r--r-- | security/ruby-mcrypt/pkg-descr | 3 |
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> |