svn commit: r387805 - in head/devel/rubygem-rbtrace: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri May 29 11:14:49 UTC 2015
Author: sunpoet
Date: Fri May 29 11:14:48 2015
New Revision: 387805
URL: https://svnweb.freebsd.org/changeset/ports/387805
Log:
- Add LICENSE
- Sort RUN_DEPENDS
- Fix PLIST
- Regenerate patch file with makepatch:
- Update WWW
- Bump PORTREVISION for package change
Modified:
head/devel/rubygem-rbtrace/Makefile
head/devel/rubygem-rbtrace/files/patch-ext__rbtrace.c
head/devel/rubygem-rbtrace/pkg-descr
Modified: head/devel/rubygem-rbtrace/Makefile
==============================================================================
--- head/devel/rubygem-rbtrace/Makefile Fri May 29 11:14:42 2015 (r387804)
+++ head/devel/rubygem-rbtrace/Makefile Fri May 29 11:14:48 2015 (r387805)
@@ -3,18 +3,25 @@
PORTNAME= rbtrace
PORTVERSION= 0.4.5
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Shows method calls inside another ruby process in real time
+LICENSE= MIT
+
RUN_DEPENDS= rubygem-ffi>=1.0.6:${PORTSDIR}/devel/rubygem-ffi \
- rubygem-trollop>=1.16.2:${PORTSDIR}/devel/rubygem-trollop \
- rubygem-msgpack>=0.4.3:${PORTSDIR}/devel/rubygem-msgpack
+ rubygem-msgpack>=0.4.3:${PORTSDIR}/devel/rubygem-msgpack \
+ rubygem-trollop>=1.16.2:${PORTSDIR}/devel/rubygem-trollop
USE_RUBY= yes
USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST= yes
+PLIST_FILES= bin/rbtrace \
+ %%GEM_LIB_DIR%%/ext/src/msgpack-0.5.7/src/.libs/libmsgpack.la \
+ %%GEM_LIB_DIR%%/ext/src/msgpack-0.5.7/src/.libs/libmsgpackc.la
+
.include <bsd.port.mk>
Modified: head/devel/rubygem-rbtrace/files/patch-ext__rbtrace.c
==============================================================================
--- head/devel/rubygem-rbtrace/files/patch-ext__rbtrace.c Fri May 29 11:14:42 2015 (r387804)
+++ head/devel/rubygem-rbtrace/files/patch-ext__rbtrace.c Fri May 29 11:14:48 2015 (r387805)
@@ -1,4 +1,4 @@
---- ext/rbtrace.c
+--- ext/rbtrace.c.orig 2015-05-29 10:59:59 UTC
+++ ext/rbtrace.c
@@ -40,6 +40,16 @@
#define RSTRING_LEN(str) RSTRING(str)->len
@@ -17,7 +17,7 @@
static uint64_t
ru_utime_usec()
{
-@@ -953,7 +963,14 @@ rbtrace__process_event(msgpack_object cmd)
+@@ -953,7 +963,14 @@ rbtrace__process_event(msgpack_object cm
if (outer == 0) {
rb_eval_string_protect("$0 = \"[DEBUG] #{Process.ppid}\"", 0);
Modified: head/devel/rubygem-rbtrace/pkg-descr
==============================================================================
--- head/devel/rubygem-rbtrace/pkg-descr Fri May 29 11:14:42 2015 (r387804)
+++ head/devel/rubygem-rbtrace/pkg-descr Fri May 29 11:14:48 2015 (r387805)
@@ -1,4 +1,4 @@
rbtrace shows you method calls happening inside another ruby process in real
time.
-WWW: http://github.com/tmm1/rbtrace
+WWW: https://github.com/tmm1/rbtrace
More information about the svn-ports-all
mailing list