pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/filesystems/fuse-cryptofs The upstream has moved to Gi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51629bfd8c03
branches:  trunk
changeset: 770480:51629bfd8c03
user:      pho <pho%pkgsrc.org@localhost>
date:      Wed Dec 01 02:52:57 2021 +0000

description:
The upstream has moved to GitHub

diffstat:

 filesystems/fuse-cryptofs/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 2997e63f1b1b -r 51629bfd8c03 filesystems/fuse-cryptofs/Makefile
--- a/filesystems/fuse-cryptofs/Makefile        Wed Dec 01 01:04:50 2021 +0000
+++ b/filesystems/fuse-cryptofs/Makefile        Wed Dec 01 02:52:57 2021 +0000
@@ -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