diff options
author | wiz <wiz@pkgsrc.org> | 2022-11-09 15:04:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-11-09 15:04:05 +0000 |
commit | 814f5cb4a1ee455cfcee78b30dcf1bb0b2cb20a6 (patch) | |
tree | 7064be26052e0a93d7b9191b948b948c754449c2 /security | |
parent | 64c48d0f6e8adfd3d7ef33cfe6267453b0f140a3 (diff) | |
download | pkgsrc-814f5cb4a1ee455cfcee78b30dcf1bb0b2cb20a6.tar.gz |
cfs: add comment for where to find a newer version of this
Diffstat (limited to 'security')
-rw-r--r-- | security/cfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile index 3d57bc4aec4..574022b76d2 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2022/09/26 16:31:20 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2022/11/09 15:04:05 wiz Exp $ DISTNAME= cfs-1.4.1 PKGREVISION= 6 @@ -6,6 +6,7 @@ CATEGORIES= security MASTER_SITES= https://www.mattblaze.org/software/cfs-1.4.1.tar.gz MAINTAINER= gdt@NetBSD.org +# newer version on https://www.bayofrum.net/cgi-bin/fossil/cfs/index HOMEPAGE= https://www.mattblaze.org/software/ COMMENT= Encrypting file system, using NFS as its interface |