svn commit: r499756 - head/devel/rubygem-bootstrap_form

Kubilay Kocak koobs at FreeBSD.org
Tue Apr 23 14:53:38 UTC 2019


On 24/04/2019 12:51 am, Po-Chuan Hsieh wrote:
> On Tue, Apr 23, 2019 at 9:03 PM Kubilay Kocak <koobs at freebsd.org> wrote:
> 
>> 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
>>
> 
> You don't need to bump PORTREVISION. There was no 4.2.0 package before this
> fix.

I realised that after commit, but it's great to know people are watching :)

> 
>>   CATEGORIES=    devel rubygems
>>   MASTER_SITES=  RG
>>
>> @@ -9,7 +10,7 @@ MAINTAINER=    mfechner at 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
>>
>>
> 



More information about the svn-ports-all mailing list