pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/cfs



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Dec 19 15:14:34 UTC 2022

Modified Files:
        pkgsrc/security/cfs: Makefile

Log Message:
security/cfs: Add pre-upgrade notes about continuation fork


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/cfs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/cfs/Makefile
diff -u pkgsrc/security/cfs/Makefile:1.38 pkgsrc/security/cfs/Makefile:1.39
--- pkgsrc/security/cfs/Makefile:1.38   Mon Dec 19 14:54:10 2022
+++ pkgsrc/security/cfs/Makefile        Mon Dec 19 15:14:34 2022
@@ -1,13 +1,19 @@
-# $NetBSD: Makefile,v 1.38 2022/12/19 14:54:10 gdt Exp $
+# $NetBSD: Makefile,v 1.39 2022/12/19 15:14:34 gdt Exp $
 
 DISTNAME=              cfs-1.4.1
+#DISTNAME=             cfs-1.5.0.beta
 PKGREVISION=           7
 CATEGORIES=            security
 MASTER_SITES=          https://www.mattblaze.org/software/cfs-1.4.1.tar.gz
+#MASTER_SITES=         https://www.bayofrum.net/dist/cfs/
+
+# Thanks to crees%FreeBSD.org@localhost for a continuation fork.
+#  https://www.freshports.org/security/cfs/
+#  https://www.bayofrum.net/cgi-bin/fossil/cfs/index
 
 MAINTAINER=            gdt%NetBSD.org@localhost
-# newer version on https://www.bayofrum.net/cgi-bin/fossil/cfs/index
 HOMEPAGE=              https://www.mattblaze.org/software/
+#HOMEPAGE+=            https://www.bayofrum.net/cgi-bin/fossil/cfs/index
 COMMENT=               Encrypting file system, using NFS as its interface
 
 BUILD_TARGET=          cfs



Home | Main Index | Thread Index | Old Index