svn commit: r452729 - in head/archivers/lua51-zlib: . files

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Fri Nov 3 20:39:51 UTC 2017


On Fri, Nov 3, 2017 at 11:39 PM, Sir l33tname <sirl33tname at gmail.com> wrote:

> Hi sunpoet,
>
> Sorry I totally forgot this mail.
>
> > Shouldn't lua51- be the PKGNAMEPREFIX and zlib (or lua-zlib) be the
> PORTNAME?
>
> Yeah this would make more sense. I did it the other way around because I
> didn't know better.
> I will update that with the next update or if it bothers you go ahead an
> change it.
>
> Regards l33tanme
>
>
Hello,

I've committed the change in r453431.
Thanks!

Regards,
sunpoet


> On 10/23/2017 08:36 PM, Sunpoet Po-Chuan Hsieh wrote:
>
> On Tue, Oct 24, 2017 at 2:27 AM, Steve Wills <swills at freebsd.org> wrote:
>
>> Author: swills
>> Date: Mon Oct 23 18:27:34 2017
>> New Revision: 452729
>> URL: https://svnweb.freebsd.org/changeset/ports/452729
>>
>> Log:
>>   archivers/lua51-zlib update 1.1 to 1.2
>>
>>   PR:           222959
>>   Submitted by: Sir l33tname <sirl33tname at gmail.com> (maintainer)
>>
>> Modified:
>>   head/archivers/lua51-zlib/Makefile
>>   head/archivers/lua51-zlib/distinfo   (contents, props changed)
>>   head/archivers/lua51-zlib/files/patch-Makefile   (contents, props
>> changed)
>>
>> Modified: head/archivers/lua51-zlib/Makefile
>> ============================================================
>> ==================
>> --- head/archivers/lua51-zlib/Makefile  Mon Oct 23 18:27:32 2017
>> (r452728)
>> +++ head/archivers/lua51-zlib/Makefile  Mon Oct 23 18:27:34 2017
>> (r452729)
>> @@ -2,7 +2,7 @@
>>  # $FreeBSD$
>>
>>  PORTNAME=      lua51
>> -PORTVERSION=   1.1
>> +PORTVERSION=   1.2
>>  DISTVERSIONPREFIX=v
>>  CATEGORIES=    archivers
>>  PKGNAMESUFFIX= -zlib
>>
>
> Hello,
>
> Shouldn't lua51- be the PKGNAMEPREFIX and zlib (or lua-zlib) be the
> PORTNAME?
> Maintainer is cc'd.
>
> Regards,
> sunpoet
>
>
>> Modified: head/archivers/lua51-zlib/distinfo
>> ============================================================
>> ==================
>> --- head/archivers/lua51-zlib/distinfo  Mon Oct 23 18:27:32 2017
>> (r452728)
>> +++ head/archivers/lua51-zlib/distinfo  Mon Oct 23 18:27:34 2017
>> (r452729)
>> @@ -1,3 +1,3 @@
>> -TIMESTAMP = 1483616981
>> -SHA256 (brimworks-lua-zlib-v1.1_GH0.tar.gz) =
>> 9f0820cc14873248a0c5ae22623cb2fc767fb830e47f6b34b01d71a6e1db2356
>> -SIZE (brimworks-lua-zlib-v1.1_GH0.tar.gz) = 16572
>> +TIMESTAMP = 1507829619
>> +SHA256 (brimworks-lua-zlib-v1.2_GH0.tar.gz) =
>> 26b813ad39c94fc930b168c3418e2e746af3b2e80b92f94f306f6f954cc31e7d
>> +SIZE (brimworks-lua-zlib-v1.2_GH0.tar.gz) = 16612
>>
>> Modified: head/archivers/lua51-zlib/files/patch-Makefile
>> ============================================================
>> ==================
>> --- head/archivers/lua51-zlib/files/patch-Makefile      Mon Oct 23
>> 18:27:32 2017        (r452728)
>> +++ head/archivers/lua51-zlib/files/patch-Makefile      Mon Oct 23
>> 18:27:34 2017        (r452729)
>> @@ -1,4 +1,4 @@
>> ---- Makefile.orig      2016-11-05 19:21:22 UTC
>> +--- Makefile.orig      2017-01-03 01:42:12 UTC
>>  +++ Makefile
>>  @@ -3,7 +3,7 @@
>>   LUAPATH  ?= /usr/share/lua/5.1
>> @@ -19,11 +19,11 @@
>>
>>   BSD_CFLAGS  = -O2 -fPIC $(WARN) $(INCDIR) $(DEFS)
>>  -BSD_LDFLAGS = -O -shared -fPIC $(LIBDIR)
>> -+BSD_LDFLAGS = -O -fPIC -shared $(LUALIBDIR)
>> ++BSD_LDFLAGS = -O2 -shared $(LUALIBDIR)
>>
>>   LNX_CFLAGS  = -O2 -fPIC $(WARN) $(INCDIR) $(DEFS)
>>  -LNX_LDFLAGS = -O -shared -fPIC $(LIBDIR)
>> -+LNX_LDFLAGS = -O -shared -fPIC $(LUALIBDIR)
>> ++LNX_LDFLAGS = -O2 -shared -fPIC $(LUALIBDIR)
>>
>>   MAC_ENV     = env MACOSX_DEPLOYMENT_TARGET='$(MACVER)'
>>   MAC_CFLAGS  = -O2 -fPIC -fno-common $(WARN) $(INCDIR) $(DEFS)
>> _______________________________________________
>> svn-ports-all at freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
>> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
>>
>
>
>


More information about the svn-ports-head mailing list