Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2017 19:46:23 +0000 (UTC)
From:      Nikolai Lifanov <lifanov@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434248 - head/sysutils/fusefs-chironfs
Message-ID:  <201702161946.v1GJkNGS089425@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
+MAINTAINER=	portmaster@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702161946.v1GJkNGS089425>