Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2019 13:02:59 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499756 - head/devel/rubygem-bootstrap_form
Message-ID:  <201904231302.x3ND2xmn066401@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Tue Apr 23 13:02:58 2019
New Revision: 499756
URL: https://svnweb.freebsd.org/changeset/ports/499756

Log:
  devel/rubygem-bootstrap_form: Update LICENSE_FILE
  
  Upstream changed the license filename
  
  PE:		237494
  Reported by:	Hakan <hakan siktas com>
  Approved by:	portmgr (blanket: "just fix it")

Modified:
  head/devel/rubygem-bootstrap_form/Makefile

Modified: head/devel/rubygem-bootstrap_form/Makefile
==============================================================================
--- head/devel/rubygem-bootstrap_form/Makefile	Tue Apr 23 12:36:30 2019	(r499755)
+++ head/devel/rubygem-bootstrap_form/Makefile	Tue Apr 23 13:02:58 2019	(r499756)
@@ -2,6 +2,7 @@
 
 PORTNAME=	bootstrap_form
 PORTVERSION=	4.2.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -9,7 +10,7 @@ MAINTAINER=	mfechner@FreeBSD.org
 COMMENT=	Form builder using Twitter Bootstrap 3+
 
 LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-actionpack50>=5.0:www/rubygem-actionpack50 \
 		rubygem-activemodel50>=5.0:databases/rubygem-activemodel50



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