Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2018 09:56:29 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r474952 - branches/2018Q3/devel/rubygem-grape-path-helpers
Message-ID:  <201807190956.w6J9uTkY021812@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Thu Jul 19 09:56:29 2018
New Revision: 474952
URL: https://svnweb.freebsd.org/changeset/ports/474952

Log:
  MFH: r473950
  
  Corrected path to license file.
  
  Reported by:	pgk-fallout
  Differential Revision:	https://reviews.freebsd.org/D16127
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2018Q3/devel/rubygem-grape-path-helpers/Makefile
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/devel/rubygem-grape-path-helpers/Makefile
==============================================================================
--- branches/2018Q3/devel/rubygem-grape-path-helpers/Makefile	Thu Jul 19 09:55:33 2018	(r474951)
+++ branches/2018Q3/devel/rubygem-grape-path-helpers/Makefile	Thu Jul 19 09:56:29 2018	(r474952)
@@ -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?201807190956.w6J9uTkY021812>