pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/filesystems/fuse-cryptofs
Module Name: pkgsrc
Committed By: pho
Date: Wed Dec 1 02:52:57 UTC 2021
Modified Files:
pkgsrc/filesystems/fuse-cryptofs: Makefile
Log Message:
The upstream has moved to GitHub
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/filesystems/fuse-cryptofs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/filesystems/fuse-cryptofs/Makefile
diff -u pkgsrc/filesystems/fuse-cryptofs/Makefile:1.11 pkgsrc/filesystems/fuse-cryptofs/Makefile:1.12
--- pkgsrc/filesystems/fuse-cryptofs/Makefile:1.11 Sun Mar 8 16:49:30 2020
+++ pkgsrc/filesystems/fuse-cryptofs/Makefile Wed Dec 1 02:52:57 2021
@@ -1,16 +1,19 @@
-# $NetBSD: Makefile,v 1.11 2020/03/08 16:49:30 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2021/12/01 02:52:57 pho Exp $
#
DISTNAME= cryptofs-0.6.0
PKGNAME= fuse-${DISTNAME}
PKGREVISION= 6
CATEGORIES= filesystems
-#MASTER_SITES= http://reboot.animeirc.de/cryptofs/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=reboot/}
+GITHUB_PROJECT= cryptofs
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE= http://reboot.animeirc.de/cryptofs/
+HOMEPAGE= https://reboot.github.io/cryptofs/
COMMENT= FUSE encrypted filesystem
+LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
Home |
Main Index |
Thread Index |
Old Index