ports/184212: [maintainer] devel/rubygem-debugger* Support staging, add license etc
Vladimir Kondratiev
wulf at cicgroup.ru
Sun Nov 24 13:10:00 UTC 2013
>Number: 184212
>Category: ports
>Synopsis: [maintainer] devel/rubygem-debugger* Support staging, add license etc
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Nov 24 13:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Vladimir Kondratiev
>Release:
>Organization:
>Environment:
>Description:
1. Support staging
2. Add license
3. Remove ruby1.8 remnants
4. Update devel/rubygem-debugger-xml to 0.3.2
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: rubygem-debugger/Makefile
===================================================================
--- rubygem-debugger/Makefile (revision 334715)
+++ rubygem-debugger/Makefile (working copy)
@@ -9,6 +9,9 @@
MAINTAINER= wulf at cicgroup.ru
COMMENT= Fast implementation of the standard Ruby debugger
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
RUN_DEPENDS= rubygem-columnize>=0.3.1:${PORTSDIR}/devel/rubygem-columnize \
rubygem-debugger-linecache>=1.2.0:${PORTSDIR}/devel/rubygem-debugger-linecache
@@ -15,8 +18,7 @@
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-PLIST_FILES= bin/rdebug
-MAN1= rdebug.1
+PLIST_FILES= bin/rdebug man/man1/rdebug.1.gz
CONFIGURE_ARGS= --with-ruby-include=${WRKDIR}/ruby
@@ -24,16 +26,10 @@
${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT}; make -V WRKSRC` ${WRKDIR}/ruby
post-install:
- @${INSTALL_MAN} ${WRKSRC}/man/rdebug.1 ${PREFIX}/man/man1
+ @${INSTALL_MAN} ${WRKSRC}/man/rdebug.1 ${STAGEDIR}${PREFIX}/man/man1
-NO_STAGE= yes
-
.include <bsd.port.pre.mk>
BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch
-.if ${RUBY_VER} == 1.8
-BROKEN= does not work with ruby 1.8
-.endif
-
.include <bsd.port.post.mk>
Index: rubygem-debugger-linecache/Makefile
===================================================================
--- rubygem-debugger-linecache/Makefile (revision 334715)
+++ rubygem-debugger-linecache/Makefile (working copy)
@@ -9,9 +9,11 @@
MAINTAINER= wulf at cicgroup.ru
COMMENT= Caches(Ruby source) Files as Might Be Used in a Debugger
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
Index: rubygem-debugger-xml/Makefile
===================================================================
--- rubygem-debugger-xml/Makefile (revision 334715)
+++ rubygem-debugger-xml/Makefile (working copy)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= debugger-xml
-PORTVERSION= 0.1.6
+PORTVERSION= 0.3.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -9,6 +9,9 @@
MAINTAINER= wulf at cicgroup.ru
COMMENT= XML interface for rubygem-debugger
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
RUN_DEPENDS= rubygem-debugger>=1.6.2:${PORTSDIR}/devel/rubygem-debugger \
rubygem-builder>=2.0.0:${PORTSDIR}/devel/rubygem-builder
@@ -17,6 +20,4 @@
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rdebug-ide bin/rdebug-vim
-NO_STAGE= yes
-
.include <bsd.port.mk>
Index: rubygem-debugger-xml/distinfo
===================================================================
--- rubygem-debugger-xml/distinfo (revision 334715)
+++ rubygem-debugger-xml/distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/debugger-xml-0.1.6.gem) = d816ba903a536c355730daa5763fd410d570a5df5210bba78a15a5e3b4c5d536
-SIZE (rubygem/debugger-xml-0.1.6.gem) = 24576
+SHA256 (rubygem/debugger-xml-0.3.2.gem) = 610d6be5654cad09c3d689ef51e92a613fcf994d64131b016d07c760d6ccfe3b
+SIZE (rubygem/debugger-xml-0.3.2.gem) = 26624
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list