Date: Thu, 5 Jul 2018 06:43:40 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473950 - head/devel/rubygem-grape-path-helpers Message-ID: <201807050643.w656heK8040931@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Thu Jul 5 06:43:39 2018 New Revision: 473950 URL: https://svnweb.freebsd.org/changeset/ports/473950 Log: Corrected path to license file. Reported by: pgk-fallout Differential Revision: https://reviews.freebsd.org/D16127 Modified: head/devel/rubygem-grape-path-helpers/Makefile Modified: head/devel/rubygem-grape-path-helpers/Makefile ============================================================================== --- head/devel/rubygem-grape-path-helpers/Makefile Thu Jul 5 06:22:51 2018 (r473949) +++ head/devel/rubygem-grape-path-helpers/Makefile Thu Jul 5 06:43:39 2018 (r473950) @@ -9,7 +9,7 @@ MAINTAINER= mfechner@FreeBSD.org COMMENT= Route path helpers for Grape LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ rubygem-grape>=1.0:devel/rubygem-grape \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807050643.w656heK8040931>