Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2015 15:43:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198591] [new port] devel/lua-MessagePack 0.3.2.
Message-ID:  <bug-198591-13-YKNKHzhbqB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198591-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198591-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198591

Dmitry Marakasov <amdmi3@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|freebsd-ports-bugs@FreeBSD. |amdmi3@FreeBSD.org
                   |org                         |
             Status|New                         |Open
                 CC|                            |amdmi3@FreeBSD.org

--- Comment #1 from Dmitry Marakasov <amdmi3@FreeBSD.org> ---
Suggested changes:

- Use PORTVERSION instead of DISTVERSION
- Add LICENSE_FILE
- Add NO_BUILD to not call makefile unncecessary (which also leads to error
message)
- Add NO_ARCH
- Modernize github usage (changes distinfo)
- Add WWW

diff -ruN lua-MessagePack.orig/Makefile lua-MessagePack/Makefile
--- lua-MessagePack.orig/Makefile       2015-05-27 18:37:59.606375000 +0300
+++ lua-MessagePack/Makefile    2015-05-27 18:39:58.849520000 +0300
@@ -1,7 +1,7 @@
 # $FreeBSD: $

 PORTNAME=      MessagePack
-DISTVERSION=   0.3.2
+PORTVERSION=   0.3.2
 CATEGORIES=    devel
 PKGNAMEPREFIX=  ${LUA_PKGNAMEPREFIX}

@@ -9,14 +9,15 @@
 COMMENT=       Efficient binary serialization format

 LICENSE=       MIT
+LICENSE_FILE=  ${WRKSRC}/COPYRIGHT

-USES=  lua gmake
+USES=          lua gmake
+NO_BUILD=      yes
+NO_ARCH=       yes

 USE_GITHUB=    yes
 GH_ACCOUNT=    fperrad
 GH_PROJECT=    lua-MessagePack
-GH_TAGNAME=    ${DISTVERSION}
-GH_COMMIT=     d81445e

 PLIST_FILES=   %%LUA_MODSHAREDIR%%/${PORTNAME}.lua

diff -ruN lua-MessagePack.orig/distinfo lua-MessagePack/distinfo
--- lua-MessagePack.orig/distinfo       2015-05-27 18:37:59.606456000 +0300
+++ lua-MessagePack/distinfo    2015-05-27 18:38:36.469133000 +0300
@@ -1,2 +1,2 @@
-SHA256 (MessagePack-0.3.2.tar.gz) =
e60e0d2e19406e76e9cb684a9fb8610a6433af862ee11db2e869be94079202b1
-SIZE (MessagePack-0.3.2.tar.gz) = 16028
+SHA256 (fperrad-lua-MessagePack-0.3.2_GH0.tar.gz) =
6580961958dd43455f7f74708514011e0aadf442167869fb60c53b018f041eac
+SIZE (fperrad-lua-MessagePack-0.3.2_GH0.tar.gz) = 16003
diff -ruN lua-MessagePack.orig/pkg-descr lua-MessagePack/pkg-descr
--- lua-MessagePack.orig/pkg-descr      2015-05-27 18:37:59.606293000 +0300
+++ lua-MessagePack/pkg-descr   2015-05-27 18:40:35.809011000 +0300
@@ -1,3 +1,5 @@
 MessagePack is an efficient binary serialization format.  It lets you exchange
 data among multiple languages like JSON but it's faster and smaller.  It's a
 pure Lua implementation, without dependency.  And it's really fast with
LuaJIT.
+
+WWW: https://github.com/fperrad/lua-MessagePack

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198591-13-YKNKHzhbqB>