svn commit: r434248 - head/sysutils/fusefs-chironfs

Nikolai Lifanov lifanov at FreeBSD.org
Thu Feb 16 19:46:25 UTC 2017


Author: lifanov
Date: Thu Feb 16 19:46:23 2017
New Revision: 434248
URL: https://svnweb.freebsd.org/changeset/ports/434248

Log:
  unbreak sysutils/fusefs-chironfs
  
   - replace GOOGLE_CODE with a mirror
   - add LICENSE
   - pass maintainership to submitter
  
  PR:		216977
  Submitted by:	Chris Hutchinson <portmaster at bsdforge.com>

Modified:
  head/sysutils/fusefs-chironfs/Makefile
  head/sysutils/fusefs-chironfs/pkg-descr

Modified: head/sysutils/fusefs-chironfs/Makefile
==============================================================================
--- head/sysutils/fusefs-chironfs/Makefile	Thu Feb 16 19:37:53 2017	(r434247)
+++ head/sysutils/fusefs-chironfs/Makefile	Thu Feb 16 19:46:23 2017	(r434248)
@@ -3,15 +3,15 @@
 
 PORTNAME=	chironfs
 PORTVERSION=	1.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	http://BSDforge.com/projects/source/sysutils/chironfs/
 PKGNAMEPREFIX=	fusefs-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	FUSE based filesystem with replication at the filesystem level
 
-BROKEN=		Unfetchable (google code has gone away)
+LICENSE=	GPLv3
 
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/sysutils/fusefs-chironfs/pkg-descr
==============================================================================
--- head/sysutils/fusefs-chironfs/pkg-descr	Thu Feb 16 19:37:53 2017	(r434247)
+++ head/sysutils/fusefs-chironfs/pkg-descr	Thu Feb 16 19:46:23 2017	(r434248)
@@ -1,7 +1,10 @@
-Chiron FS is a FUSE based filesystem which implements replication at the
-FILESYSTEM LEVEL like RAID 1 does at the DEVICE LEVEL. The replicated
-filesystems may be of any kind you want the only requisite is that you
-mount it. No need for special configuration files, the setup is as simple
-as one mount command (or one line in fstab).
+Chiron FS is a FUSE based filesystem which implements
+replication at the FILESYSTEM LEVEL like RAID 1 does at
+the DEVICE LEVEL.
 
-WWW: http://code.google.com/p/chironfs/
+The replicated filesystems may be of any kind you want.
+The only requisite is that you mount it.
+No need for special configuration files. The setup is as
+simple as one mount command (or one line in fstab).
+
+WWW: http://BSDforge.com/projects/sysutils/fusefs-chironfs/


More information about the svn-ports-all mailing list