diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-01-15 22:51:09 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-01-15 22:51:09 +0800 |
commit | 862e9e963baa3129e523b3266f4e0e8f3f185b85 (patch) | |
tree | 986ab83733479ab7fcb5edadb80b975b9fe6e640 /security | |
parent | c5d7fedb5bd9a127f2258c518be46ec81d843c70 (diff) | |
download | freebsd-ports-gnome-862e9e963baa3129e523b3266f4e0e8f3f185b85.tar.gz freebsd-ports-gnome-862e9e963baa3129e523b3266f4e0e8f3f185b85.tar.zst freebsd-ports-gnome-862e9e963baa3129e523b3266f4e0e8f3f185b85.zip |
fix master site
PR: 33919
Submitted by: Tilman Linneweh <tilman@arved.de>
Diffstat (limited to 'security')
-rw-r--r-- | security/py-rijndael/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-rijndael/Makefile b/security/py-rijndael/Makefile index 9861bc2a73b0..a3ab2b3a0384 100644 --- a/security/py-rijndael/Makefile +++ b/security/py-rijndael/Makefile @@ -9,7 +9,7 @@ PORTNAME= rijndael PORTVERSION= 1.1 CATEGORIES= security python -MASTER_SITES= http://bluesine.com/archives/software/python-mods/rijndael/ +MASTER_SITES= http://ftp.bluesine.com/pub/bluesine.com/python-mods/rijndael/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyRijndael-${PORTVERSION}.py EXTRACT_SUFX= .gz |