Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Nov 2017 13:16:36 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454241 - head/www/rubygem-vegas
Message-ID:  <201711151316.vAFDGatN066163@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Wed Nov 15 13:16:36 2017
New Revision: 454241
URL: https://svnweb.freebsd.org/changeset/ports/454241

Log:
  Correctly name the LICENSE file
  
  Reported by:	pkg-fallout

Modified:
  head/www/rubygem-vegas/Makefile

Modified: head/www/rubygem-vegas/Makefile
==============================================================================
--- head/www/rubygem-vegas/Makefile	Wed Nov 15 13:03:13 2017	(r454240)
+++ head/www/rubygem-vegas/Makefile	Wed Nov 15 13:16:36 2017	(r454241)
@@ -2,6 +2,7 @@
 
 PORTNAME=	vegas
 PORTVERSION=	0.1.11
+PORTREVISION=	1
 CATEGORIES=	www ruby
 MASTER_SITES=	RG
 
@@ -9,7 +10,7 @@ MAINTAINER=	dvl@FreeBSD.org
 COMMENT=	Wraps Rack/Sinatra applications
 
 LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS+=	rubygem-rack>1.0.0:www/rubygem-rack
 



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