Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2018 19:57:49 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470717 - head/net-im/mastodon
Message-ID:  <201805231957.w4NJvnOR039307@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Wed May 23 19:57:49 2018
New Revision: 470717
URL: https://svnweb.freebsd.org/changeset/ports/470717

Log:
  net-im/mastodon: Mark broken and deprecated and set expiration date
  
  File bankruptcy with net-im/mastodon.  After the www/node upgrade to 10, it
  broke again.  In general, the return to effort ratio trying to contort
  these node modules and ruby gems in to a port is too low (for me).  I will
  leave the port here for about a month in case anyone else would like to
  give it a go.
  
  For those who want to run a FreeBSD-based instance on the "fediverse", it
  is probably easier to simply follow Mastodon's installation guide.
  Alternatively, I have heard good things about Pleroma [1], so you may want
  to give it a try.
  
  [1] https://git.pleroma.social/pleroma/pleroma

Modified:
  head/net-im/mastodon/Makefile   (contents, props changed)

Modified: head/net-im/mastodon/Makefile
==============================================================================
--- head/net-im/mastodon/Makefile	Wed May 23 19:56:13 2018	(r470716)
+++ head/net-im/mastodon/Makefile	Wed May 23 19:57:49 2018	(r470717)
@@ -12,6 +12,10 @@ COMMENT=	GNU Social-compatible microblogging server
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		Fails to build
+DEPRECATED=	Breaks too frequently
+EXPIRATION_DATE=	2018-07-01
+
 BUILD_DEPENDS=	yarn>:www/yarn\
 		${BR_DEPENDS}
 LIB_DEPENDS=	libidn2.so:dns/libidn2



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