Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2018 23:37:36 -0400
From:      Steve Wills <swills@FreeBSD.org>
To:        wen heping <wenheping2000@hotmail.com>, Wen Heping <wen@FreeBSD.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>
Subject:   =?UTF-8?B?UmU6IOetlOWkjTog562U5aSNOiBzdm4gY29tbWl0OiByNDgxNzc0IC0g?= =?UTF-8?Q?in_head/devel=3a_=2e_rubygem-mini=5fportile2?=
Message-ID:  <32563264-958e-ee3d-41b3-76a554cbd64b@FreeBSD.org>
In-Reply-To: <HK0PR02MB31082CA44416CA3FB32DC347ACE10@HK0PR02MB3108.apcprd02.prod.outlook.com>
References:  <201810110009.w9B09WKQ071682@repo.freebsd.org> <b68aeacd-bdbd-fc3f-06b1-23fad5092685@FreeBSD.org> <HK0PR02MB31085BE0C29C3CFD2C310F81ACE10@HK0PR02MB3108.apcprd02.prod.outlook.com> <0794686b-372f-c3cf-4081-73480863b0aa@FreeBSD.org> <HK0PR02MB31082CA44416CA3FB32DC347ACE10@HK0PR02MB3108.apcprd02.prod.outlook.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I'm happy to take a look, can you send me the rails-5.2.1 port(s)?

Steve

On 10/10/18 11:34 PM, wen heping wrote:
> 
> 
> ------------------------------------------------------------------------
> *发件人:* Steve Wills <swills@FreeBSD.org>
> *发送时间:* 2018年10月11日 11:29
> *收件人:* wen heping; Wen Heping; ports-committers@freebsd.org; 
> svn-ports-all@freebsd.org; svn-ports-head@freebsd.org
> *主题:* Re: 答复: svn commit: r481774 - in head/devel: . 
> rubygem-mini_portile2
> Can you please try to patch rails?
> Sorry, I failed patch it.
> 
> You'll also need to ensure whatever
> things portile would install are installed from ports of course.
> yes.
> Thank your advise.
> 
> wen
> 
> On 10/10/18 10:28 PM, wen heping wrote:
>> Without it, rails-5.2.1 will fetch it.
>> 
>> wen
>> 
>> ------------------------------------------------------------------------
>> *发件人:* Steve Wills <swills@FreeBSD.org>
>> *发送时间:* 2018年10月11日 9:17
>> *收件人:* Wen Heping; ports-committers@freebsd.org; 
>> svn-ports-all@freebsd.org; svn-ports-head@freebsd.org
>> *主题:* Re: svn commit: r481774 - in head/devel: . rubygem-mini_portile2
>> Hi,
>> 
>> Given what this does, it really seems like it doesn't belong in ports.
>> What's the goal? Is there another rubygem that is depending on this that
>> you plan to commit and if so, can you patch it not to use this? We
>> probably don't want it fetching and compiling libs instead of having
>> ports do that.
>> 
>> Steve
>> 
>> On 10/10/18 8:09 PM, Wen Heping wrote:
>>> Author: wen
>>> Date: Thu Oct 11 00:09:32 2018
>>> New Revision: 481774
>>> URL: https://svnweb.freebsd.org/changeset/ports/481774
>>> 
>>> Log:
>>>    This project is a minimalistic implementation of a port/recipe system
>>>    for developers. Because "Works on my machine" is unacceptable for a
>>>    library maintainer.
>>>    
>>>    WWW: https://github.com/luislavena/mini_portile
>>> 
>>> Added:
>>>    head/devel/rubygem-mini_portile2/
>>>    head/devel/rubygem-mini_portile2/Makefile   (contents, props changed)
>>>    head/devel/rubygem-mini_portile2/distinfo   (contents, props changed)
>>>    head/devel/rubygem-mini_portile2/pkg-descr   (contents, props changed)
>>> Modified:
>>>    head/devel/Makefile
>>> 
>>> Modified: head/devel/Makefile
>>> ==============================================================================
>>> --- head/devel/Makefile       Wed Oct 10 22:00:24 2018        (r481773)
>>> +++ head/devel/Makefile       Thu Oct 11 00:09:32 2018        (r481774)
>>> @@ -5794,6 +5794,7 @@
>>>       SUBDIR += rubygem-method_source
>>>       SUBDIR += rubygem-micromachine
>>>       SUBDIR += rubygem-micromachine2
>>> +    SUBDIR += rubygem-mini_portile2
>>>       SUBDIR += rubygem-minitest
>>>       SUBDIR += rubygem-mixlib-archive
>>>       SUBDIR += rubygem-mixlib-authentication
>>> 
>>> Added: head/devel/rubygem-mini_portile2/Makefile
>>> ==============================================================================
>>> --- /dev/null 00:00:00 1970   (empty, because file is newly added)
>>> +++ head/devel/rubygem-mini_portile2/Makefile Thu Oct 11 00:09:32 2018        (r481774)
>>> @@ -0,0 +1,18 @@
>>> +# $FreeBSD$
>>> +
>>> +PORTNAME=    mini_portile2
>>> +PORTVERSION= 2.3.0
>>> +CATEGORIES=  devel rubygems
>>> +MASTER_SITES=        RG
>>> +
>>> +MAINTAINER=  wen@FreeBSD.org
>>> +COMMENT=     Simple autoconf builder for developers
>>> +
>>> +LICENSE=     MIT
>>> +
>>> +USES=                gem
>>> +USE_RUBY=    yes
>>> +
>>> +NO_ARCH=     yes
>>> +
>>> +.include <bsd.port.mk>
>>> 
>>> Added: head/devel/rubygem-mini_portile2/distinfo
>>> ==============================================================================
>>> --- /dev/null 00:00:00 1970   (empty, because file is newly added)
>>> +++ head/devel/rubygem-mini_portile2/distinfo Thu Oct 11 00:09:32 2018        (r481774)
>>> @@ -0,0 +1,3 @@
>>> +TIMESTAMP = 1539215940
>>> +SHA256 (rubygem/mini_portile2-2.3.0.gem) = 216417b241ff4e7b1c726f257241eaf223e3abbe6ec2c6453352dea6a414a38d
>>> +SIZE (rubygem/mini_portile2-2.3.0.gem) = 25600
>>> 
>>> Added: head/devel/rubygem-mini_portile2/pkg-descr
>>> ==============================================================================
>>> --- /dev/null 00:00:00 1970   (empty, because file is newly added)
>>> +++ head/devel/rubygem-mini_portile2/pkg-descr        Thu Oct 11 00:09:32 2018        (r481774)
>>> @@ -0,0 +1,5 @@
>>> +This project is a minimalistic implementation of a port/recipe system
>>> +for developers. Because "Works on my machine" is unacceptable for a
>>> +library maintainer.
>>> +
>>> +WWW: https://github.com/luislavena/mini_portile
>>> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32563264-958e-ee3d-41b3-76a554cbd64b>