From owner-freebsd-ports@freebsd.org Wed Jun 15 06:58:45 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CBCDB8474D for ; Wed, 15 Jun 2016 06:58:45 +0000 (UTC) (envelope-from abi@abinet.ru) Received: from mail.abinet.ru (mail.abinet.ru [136.243.72.227]) by mx1.freebsd.org (Postfix) with ESMTP id E8C491AD5 for ; Wed, 15 Jun 2016 06:58:44 +0000 (UTC) (envelope-from abi@abinet.ru) Received: from mail.abinet.ru (web.abinet.ru [10.0.2.4]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.abinet.ru (Postfix) with ESMTPSA id D96CB3C35 for ; Wed, 15 Jun 2016 06:58:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abinet.ru; s=dkim; t=1465973917; bh=EBtqOnIWcTpPpru9gUW3cIhVZZ2RdF2nd6CI/KxBTFE=; h=Date:From:To:Subject:In-Reply-To:References; b=J//gkHdoKvbSoFMmE7BC+csbuDA1Aw17a4dyOPes70mag5sqnLwnaNu9FpM4uKBGb NU7IIKoevDNGuKJWWJ3dmoR/KXBOPDjdHDnpjSxnw5cKzRMSOLxIGBC5SwMVEgA0Dc kpIkY7oTINs6yh+Rat6FovJNPMMq/fMca4Ac+d3E= MIME-Version: 1.0 Date: Wed, 15 Jun 2016 09:58:36 +0300 From: abi@abinet.ru To: freebsd-ports@freebsd.org Subject: Re: www/nextcloud port added In-Reply-To: <1465970869.6160.1.camel@unix-experience.fr> References: <1465970869.6160.1.camel@unix-experience.fr> Message-ID: X-Sender: abi@abinet.ru User-Agent: Roundcube Webmail/1.1.3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2016 06:58:45 -0000 Hello, how to migrate an existing owncloud installation? Maybe it's worth to be mentioned in UPDATING? Loïc BLOT писал 2016-06-15 09:07: > Hi > nextcloud have many chances to replace owncloud as many owncloud > founders and developpers left owncloud company to create nextcloud > which is better for community. > > I have ported nextcloud using owncloud port this morning. > Everything works well as the changeset from owncloud to nextcloud is > little. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210295 > > Please commit asap for community :) > > Thanks From owner-freebsd-ports@freebsd.org Wed Jun 15 07:49:46 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDDA6A09006 for ; Wed, 15 Jun 2016 07:49:46 +0000 (UTC) (envelope-from loic.blot@unix-experience.fr) Received: from smtp.unix-experience.fr (kingslanding.unix-experience.fr [62.4.22.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 948741197 for ; Wed, 15 Jun 2016 07:49:46 +0000 (UTC) (envelope-from loic.blot@unix-experience.fr) Received: from smtp.unix-experience.fr (unknown [192.168.200.21]) by smtp.unix-experience.fr (Postfix) with ESMTP id B1544564CB; Wed, 15 Jun 2016 09:49:43 +0200 (CEST) X-Virus-Scanned: scanned by unix-experience.fr Received: from smtp.unix-experience.fr ([192.168.200.21]) by smtp.unix-experience.fr (smtp.unix-experience.fr [192.168.200.21]) (amavisd-new, port 10024) with ESMTP id bb9_rcL9PQc3; Wed, 15 Jun 2016 09:49:41 +0200 (CEST) Received: from mail.unix-experience.fr (repo.unix-experience.fr [192.168.200.30]) by smtp.unix-experience.fr (Postfix) with ESMTPSA id A79EF564BC; Wed, 15 Jun 2016 09:49:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=unix-experience.fr; s=uxselect; t=1465976981; bh=7hra1t2SpKZOnjMF8DELEAAGse5CpeaCr8CSxiS5kLc=; h=Date:From:Subject:To:In-Reply-To:References; b=W9qo2IHm8z0F/lXp5rWC0kVZlHgQadjrJYXrIA68rjHdV3ob4+PSbOrV3blb9Tg80 CVoWrcEJN+/PzRcWkSqGQLkXWw06KSSplDfgt/IoUQM0ithQCHNNHj3adjR0GEZbnU WpApO9sCVA+dJI9WclyS+7l6QeY+QsNEnVOBqEyg= Mime-Version: 1.0 Date: Wed, 15 Jun 2016 07:49:41 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-ID: X-Mailer: RainLoop/1.10.0.107 From: loic.blot@unix-experience.fr Subject: Re: www/nextcloud port added To: abi@abinet.ru, freebsd-ports@freebsd.org In-Reply-To: References: <1465970869.6160.1.camel@unix-experience.fr> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2016 07:49:46 -0000 Hello abi,=0Ai don't know if this should be in UPDATING as this is not a = port replacement but a fork.=0AMaybe we could add it to pkg-message.in=0A= =0AI saw some little errors on the shar archive (release and one path in = pkg-message.in + migration notes)=0A=0AI have updated the shar file=0A=0A= 15 juin 2016 08:59 abi@abinet.ru a =C3=A9crit:=0A> Hello, =0A> =0A> how t= o migrate an existing owncloud installation? Maybe it's worth to be=0A> m= entioned in UPDATING? =0A> =0A> Lo=C3=AFc BLOT =D0=BF=D0=B8=D1=81=D0=B0= =D0=BB 2016-06-15 09:07: =0A> =0A>> Hi=0A>> nextcloud have many chances t= o replace owncloud as many owncloud=0A>> founders and developpers left ow= ncloud company to create nextcloud=0A>> which is better for community.=0A= >> =0A>> I have ported nextcloud using owncloud port this morning.=0A>> E= verything works well as the changeset from owncloud to nextcloud is=0A>> = little.=0A>> =0A>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D21= 0295=0A>> =0A>> Please commit asap for community :)=0A>> =0A>> Thanks=0A>= =0A> _______________________________________________=0A> freebsd-ports@f= reebsd.org mailing list=0A> https://lists.freebsd.org/mailman/listinfo/fr= eebsd-ports=0A> To unsubscribe, send any mail to "freebsd-ports-unsubscri= be@freebsd.org"