diff options
author | gdt <gdt@pkgsrc.org> | 2019-04-29 22:24:31 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2019-04-29 22:24:31 +0000 |
commit | 861d014814bc135faaeece218fca9096a048ec69 (patch) | |
tree | f8d2081156061f918b47e4e2818b65573b184f3a | |
parent | 452ec6e6b12f34871047725669e58bd7893bb7ac (diff) | |
download | pkgsrc-861d014814bc135faaeece218fca9096a048ec69.tar.gz |
security/cfs: Fix HOMEPAGE
Fix HOMEPAGE and MASTER_SITES, as apparently the old domain was
transferred.
Take MAINTAINERship, to guard against deletionists.
-rw-r--r-- | security/cfs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile index fc17548710e..cb9bd85c60d 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.34 2018/01/02 05:37:22 maya Exp $ +# $NetBSD: Makefile,v 1.35 2019/04/29 22:24:31 gdt Exp $ DISTNAME= cfs-1.4.1 PKGREVISION= 6 CATEGORIES= security -MASTER_SITES= http://www.crypto.com/software/ +MASTER_SITES= https://www.mattblaze.org/software/cfs-1.4.1.tar.gz -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.crypto.com/software/ +MAINTAINER= gdt@NetBSD.org +HOMEPAGE= https://www.mattblaze.org/software/ COMMENT= Encrypting file system, using NFS as its interface BUILD_TARGET= cfs |