aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2016-02-29 04:55:43 +0800
committerrakuco <rakuco@FreeBSD.org>2016-02-29 04:55:43 +0800
commit7401815a5750cc29f9fc154e0a1db6f37764d017 (patch)
tree179f7c5d28a4ad689fb467ac35e6cdfb946771d2 /sysutils
parent17801c7edae8c0da50660aa34faef13f5afc625d (diff)
downloadfreebsd-ports-graphics-7401815a5750cc29f9fc154e0a1db6f37764d017.tar.gz
freebsd-ports-graphics-7401815a5750cc29f9fc154e0a1db6f37764d017.tar.zst
freebsd-ports-graphics-7401815a5750cc29f9fc154e0a1db6f37764d017.zip
Unmark broken, pass maintainership to submitter.
PR: 206182 Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fusefs-cryptofs/Makefile8
-rw-r--r--sysutils/fusefs-cryptofs/distinfo4
-rw-r--r--sysutils/fusefs-cryptofs/pkg-descr10
3 files changed, 11 insertions, 11 deletions
diff --git a/sysutils/fusefs-cryptofs/Makefile b/sysutils/fusefs-cryptofs/Makefile
index ece2c52b718..75e9d45b8eb 100644
--- a/sysutils/fusefs-cryptofs/Makefile
+++ b/sysutils/fusefs-cryptofs/Makefile
@@ -5,19 +5,19 @@ PORTNAME= cryptofs
PORTVERSION= 0.6.0
PORTREVISION= 7
CATEGORIES= sysutils
-MASTER_SITES= http://reboot78.re.funpic.de/cryptofs/
+MASTER_SITES= http://BSDforge.com/projects/source/sysutils/fusefs-cryptofs/
PKGNAMEPREFIX= fusefs-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= portmaster@BSDforge.com
COMMENT= Encrypted filesystem for FUSE
-BROKEN= unfetchable
+LICENSE= GPLv2
LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \
libglib-2.0.so:${PORTSDIR}/devel/glib20
GNU_CONFIGURE= yes
-USES= fuse pkgconfig tar:bzip2
+USES= fuse pkgconfig
DOCS= README cryptofs.conf
OPTIONS_DEFINE= DOCS
diff --git a/sysutils/fusefs-cryptofs/distinfo b/sysutils/fusefs-cryptofs/distinfo
index dde64be5989..b453c608f56 100644
--- a/sysutils/fusefs-cryptofs/distinfo
+++ b/sysutils/fusefs-cryptofs/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cryptofs-0.6.0.tar.bz2) = 163174257c32ac9b92195bcd050df9845c35c9eb0bc8860f32608fe541073b03
-SIZE (cryptofs-0.6.0.tar.bz2) = 242440
+SHA256 (cryptofs-0.6.0.tar.gz) = d884199e38ee09848841dda247db1db0361236b1ce8cc7dd3acb5031f80f6b57
+SIZE (cryptofs-0.6.0.tar.gz) = 352805
diff --git a/sysutils/fusefs-cryptofs/pkg-descr b/sysutils/fusefs-cryptofs/pkg-descr
index 5a655e96edf..3ae42cabd11 100644
--- a/sysutils/fusefs-cryptofs/pkg-descr
+++ b/sysutils/fusefs-cryptofs/pkg-descr
@@ -1,7 +1,7 @@
CryptoFS is a encrypted filesystem for Filesystem in Userspace (FUSE) and
the Linux Userland FileSystem (LUFS). Visit http://fuse.sourceforge.net/
-for more information on FUSE or http://lufs.sourceforge.net/lufs/ for more
-information on LUFS.
+for more information on FUSE, or http://lufs.sourceforge.net/lufs/ for
+more information on LUFS.
CryptoFS will use a normal directory to store files encrypted. The
mountpoint will contain the decrypted files. Every file stored in this
@@ -11,9 +11,9 @@ be access by mounting the directory with the correct key again. Like other
FUSE/LUFS filesystems it does not need root access or any complicated setup
like creating a filesystem on a encrypted disk using the loop device.
-CryptoFS can be build for FUSE and LUFS. When you build for FUSE you get a
-program to mount the filesystem. For LUFS a shared library will be built
+CryptoFS can be build for FUSE, and LUFS. When you build for FUSE you get
+a program to mount the filesystem. For LUFS a shared library will be built
that can be used by LUFS's lufsd. Both methods can use the same encrypted
directory.
-WWW: http://reboot78.re.funpic.de/cryptofs/
+WWW: http://BSDforge.com/projects/sysutils/fusefs-cryptofs/