Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2017 19:31:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438463 - in head/devel: . rubygem-msgpack1
Message-ID:  <201704131931.v3DJVwfS098724@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Apr 13 19:31:58 2017
New Revision: 438463
URL: https://svnweb.freebsd.org/changeset/ports/438463

Log:
  Add rubygem-msgpack1 1.1.0 (copied from rubygem-msgpack)
  
  - Add LICENSE_FILE
  - Remove unnecessary STRIPDIR and post-install:
  - Update pkg-descr
  
  Changes:	https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog

Added:
  head/devel/rubygem-msgpack1/
     - copied from r438437, head/devel/rubygem-msgpack/
Modified:
  head/devel/Makefile
  head/devel/rubygem-msgpack1/Makefile
  head/devel/rubygem-msgpack1/distinfo
  head/devel/rubygem-msgpack1/pkg-descr

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Apr 13 18:39:17 2017	(r438462)
+++ head/devel/Makefile	Thu Apr 13 19:31:58 2017	(r438463)
@@ -5383,6 +5383,7 @@
     SUBDIR += rubygem-moneta06
     SUBDIR += rubygem-mongo
     SUBDIR += rubygem-msgpack
+    SUBDIR += rubygem-msgpack1
     SUBDIR += rubygem-mspec
     SUBDIR += rubygem-multi_json
     SUBDIR += rubygem-multi_test

Modified: head/devel/rubygem-msgpack1/Makefile
==============================================================================
--- head/devel/rubygem-msgpack/Makefile	Thu Apr 13 11:39:28 2017	(r438437)
+++ head/devel/rubygem-msgpack1/Makefile	Thu Apr 13 19:31:58 2017	(r438463)
@@ -1,20 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	msgpack
-PORTVERSION=	0.5.12
+PORTVERSION=	1.1.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	1
 
-MAINTAINER=	kuriyama@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Gems for MessagePack
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_RUBY=	yes
 USES=		gem
-STRIPDIR=	${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR}
-
-post-install:
-	${FIND} ${STRIPDIR} -type f \( -name '*.o' -o -name '*.so' \) | ${XARGS} ${STRIP_CMD}
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-msgpack1/distinfo
==============================================================================
--- head/devel/rubygem-msgpack/distinfo	Thu Apr 13 11:39:28 2017	(r438437)
+++ head/devel/rubygem-msgpack1/distinfo	Thu Apr 13 19:31:58 2017	(r438463)
@@ -1,2 +1,3 @@
-SHA256 (rubygem/msgpack-0.5.12.gem) = 423dc261bd9db477965d867b425a399bf9afab4a49e671d4f0eafb3fbdecaa26
-SIZE (rubygem/msgpack-0.5.12.gem) = 57344
+TIMESTAMP = 1492088756
+SHA256 (rubygem/msgpack-1.1.0.gem) = 07d27ad7563ec84adf6881e2aee2942c45f8d62938401bd15a922cd34ee06732
+SIZE (rubygem/msgpack-1.1.0.gem) = 78336

Modified: head/devel/rubygem-msgpack1/pkg-descr
==============================================================================
--- head/devel/rubygem-msgpack/pkg-descr	Thu Apr 13 11:39:28 2017	(r438437)
+++ head/devel/rubygem-msgpack1/pkg-descr	Thu Apr 13 19:31:58 2017	(r438463)
@@ -1,5 +1,6 @@
-MessagePack is a binary-based efficient data interchange format that
-is focused on high performance. It is like JSON, but very fast and
-small.
+MessagePack is an efficient binary serialization format. It lets you exchange
+data among multiple languages like JSON. But it's faster and smaller. Small
+integers are encoded into a single byte, and typical short strings require only
+one extra byte in addition to the strings themselves.
 
 WWW: http://msgpack.org/



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