svn commit: r442251 - in head/net-im/mastodon: . files

Joseph Mingrone jrm at FreeBSD.org
Wed May 31 18:07:12 UTC 2017


Author: jrm
Date: Wed May 31 18:07:10 2017
New Revision: 442251
URL: https://svnweb.freebsd.org/changeset/ports/442251

Log:
  net-im/mastodon: No need to patch ${WRKSRC}/bin/yarn now, because www/yarn
  now creates a yarnpkg link in ${PREFIX}/bin

Deleted:
  head/net-im/mastodon/files/patch-bin_yarn
Modified:
  head/net-im/mastodon/Makefile

Modified: head/net-im/mastodon/Makefile
==============================================================================
--- head/net-im/mastodon/Makefile	Wed May 31 18:04:24 2017	(r442250)
+++ head/net-im/mastodon/Makefile	Wed May 31 18:07:10 2017	(r442251)
@@ -93,7 +93,6 @@ SUB_FILES=	900.mastodon nginx.conf nginx-include.conf
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \
-		${WRKSRC}/bin/yarn \
 		${WRKSRC}/config/environments/production.rb
 
 do-install:


More information about the svn-ports-all mailing list