diff options
author | pat <pat@FreeBSD.org> | 2002-01-15 11:04:08 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-15 11:04:08 +0800 |
commit | 4c63cb933e2f3c5497bcedf847531350d8b7c429 (patch) | |
tree | 97157996f12eb786dbd4c983f86637f61066ff61 /security | |
parent | e7c26e859113ae846fab2e13f1b0bd7d4a5ecd18 (diff) | |
download | freebsd-ports-gnome-4c63cb933e2f3c5497bcedf847531350d8b7c429.tar.gz freebsd-ports-gnome-4c63cb933e2f3c5497bcedf847531350d8b7c429.tar.zst freebsd-ports-gnome-4c63cb933e2f3c5497bcedf847531350d8b7c429.zip |
Fix mastersites
PR: 33888 33890 33892 33900 33901 33905
Submitted by: Tilman Linneweh <freebsdports@arved.de>
Diffstat (limited to 'security')
-rw-r--r-- | security/borzoi/Makefile | 2 | ||||
-rw-r--r-- | security/libident/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/borzoi/Makefile b/security/borzoi/Makefile index e641cce6f44f..abfeccffd697 100644 --- a/security/borzoi/Makefile +++ b/security/borzoi/Makefile @@ -9,7 +9,7 @@ PORTNAME= borzoi PORTVERSION= 0.9.1 CATEGORIES= security -MASTER_SITES= http://www1.kcn.ne.jp/~anthony/software/ +MASTER_SITES= http://dragongate-technologies.com/borzoi/ DISTNAME= borZoi-${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/security/libident/Makefile b/security/libident/Makefile index 97ac07c05554..3cd56c403ee4 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -8,7 +8,7 @@ PORTNAME= libident PORTVERSION= 0.22 CATEGORIES= security -MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/ +MASTER_SITES= http://melkor.dnp.fmph.uniba.sk/~garabik/efingerd/libident/ MAINTAINER= ports@FreeBSD.org |