svn commit: r409761 - branches/2016Q1/sysutils/fusefs-cryptofs
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Feb 28 20:56:58 UTC 2016
Author: rakuco
Date: Sun Feb 28 20:56:56 2016
New Revision: 409761
URL: https://svnweb.freebsd.org/changeset/ports/409761
Log:
MFH: r409760
Unmark broken, pass maintainership to submitter.
PR: 206182
Submitted by: Chris Hutchinson <portmaster at bsdforge.com>
Approved by: portmgr blanket approval
Modified:
branches/2016Q1/sysutils/fusefs-cryptofs/Makefile
branches/2016Q1/sysutils/fusefs-cryptofs/distinfo
branches/2016Q1/sysutils/fusefs-cryptofs/pkg-descr
Directory Properties:
branches/2016Q1/ (props changed)
Modified: branches/2016Q1/sysutils/fusefs-cryptofs/Makefile
==============================================================================
--- branches/2016Q1/sysutils/fusefs-cryptofs/Makefile Sun Feb 28 20:55:43 2016 (r409760)
+++ branches/2016Q1/sysutils/fusefs-cryptofs/Makefile Sun Feb 28 20:56:56 2016 (r409761)
@@ -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 at FreeBSD.org
+MAINTAINER= portmaster at 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
Modified: branches/2016Q1/sysutils/fusefs-cryptofs/distinfo
==============================================================================
--- branches/2016Q1/sysutils/fusefs-cryptofs/distinfo Sun Feb 28 20:55:43 2016 (r409760)
+++ branches/2016Q1/sysutils/fusefs-cryptofs/distinfo Sun Feb 28 20:56:56 2016 (r409761)
@@ -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
Modified: branches/2016Q1/sysutils/fusefs-cryptofs/pkg-descr
==============================================================================
--- branches/2016Q1/sysutils/fusefs-cryptofs/pkg-descr Sun Feb 28 20:55:43 2016 (r409760)
+++ branches/2016Q1/sysutils/fusefs-cryptofs/pkg-descr Sun Feb 28 20:56:56 2016 (r409761)
@@ -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
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/
More information about the svn-ports-all
mailing list