From owner-svn-ports-head@freebsd.org Wed May 31 18:07:12 2017 Return-Path: Delivered-To: svn-ports-head@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 47592B7FF9F; Wed, 31 May 2017 18:07:12 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 07F022829; Wed, 31 May 2017 18:07:11 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VI7BTI067837; Wed, 31 May 2017 18:07:11 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VI7BD7067836; Wed, 31 May 2017 18:07:11 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201705311807.v4VI7BD7067836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Wed, 31 May 2017 18:07:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442251 - in head/net-im/mastodon: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 18:07:12 -0000 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: