diff options
author | Anders Nordby <anders@FreeBSD.org> | 2008-08-10 22:51:23 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2008-08-10 22:51:23 +0000 |
commit | 66063fa958bed71646492ed58b0889ca988206ff (patch) | |
tree | 3afa938d92ca31a6376f6dbc33183fdc95da415a /security | |
parent | 7d90f9489b96c82842ee40a20523e426792ad386 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gringotts/Makefile | 2 | ||||
-rw-r--r-- | security/gringotts/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/gringotts/Makefile b/security/gringotts/Makefile index d40b06984ec2..9e2adfb375be 100644 --- a/security/gringotts/Makefile +++ b/security/gringotts/Makefile @@ -9,7 +9,7 @@ PORTNAME= gringotts PORTVERSION= 1.2.8 PORTREVISION= 6 CATEGORIES= security -MASTER_SITES= http://devel.pluto.linux.it/projects/Gringotts/current/ \ +MASTER_SITES= BERLIOS \ ftp://ftp.nuug.no/pub/anders/distfiles/ MAINTAINER= ports@FreeBSD.org diff --git a/security/gringotts/pkg-descr b/security/gringotts/pkg-descr index 58a951f1e59f..1dfa77505e4b 100644 --- a/security/gringotts/pkg-descr +++ b/security/gringotts/pkg-descr @@ -17,6 +17,6 @@ RIJNDAEL-128 (AES), RIJNDAEL-256, SERPENT, TWOFISH, CAST 256, SAFER+, LOKI97, * It comes with a thread-safe C library, libGringotts, that can be used in any other project to save data in files in a simple and safe way. -WWW: http://devel.pluto.linux.it/projects/Gringotts/ +WWW: http://gringotts.berlios.de/ - Anders Nordby <anders@fix.no> |