From owner-freebsd-ruby@FreeBSD.ORG Sun Apr 14 16:00:00 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8D6C2134 for ; Sun, 14 Apr 2013 16:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6F47760A; Sun, 14 Apr 2013 16:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3EG00B0092419; Sun, 14 Apr 2013 16:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3EG00lL092418; Sun, 14 Apr 2013 16:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 14 Apr 2013 16:00:00 GMT Resent-Message-Id: <201304141600.r3EG00lL092418@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Cc: ruby@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Rees Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 038BACB6 for ; Sun, 14 Apr 2013 15:51:46 +0000 (UTC) (envelope-from crees@bayofrum.net) Received: from mk-outboundfilter-6.mail.uk.tiscali.com (mk-outboundfilter-6.mail.uk.tiscali.com [212.74.114.14]) by mx1.freebsd.org (Postfix) with ESMTP id 47DF0393 for ; Sun, 14 Apr 2013 15:51:44 +0000 (UTC) Received: from host-2-102-106-22.as13285.net (HELO pegasus.bayofrum.net) ([2.102.106.22]) by smtp.pipex.tiscali.co.uk with ESMTP; 14 Apr 2013 16:51:37 +0100 Received: by pegasus.bayofrum.net (Postfix, from userid 1001) id A7DA81FB21; Sun, 14 Apr 2013 16:50:19 +0100 (BST) Message-Id: <20130414155019.A7DA81FB21@pegasus.bayofrum.net> Date: Sun, 14 Apr 2013 16:50:19 +0100 (BST) From: Chris Rees To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: ruby@FreeBSD.org Subject: ports/177856: [PATCH] Update and move port: devel/ruby-term-ansicolor X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Chris Rees List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Apr 2013 16:00:00 -0000 >Number: 177856 >Category: ports >Synopsis: [PATCH] Update and move port: devel/ruby-term-ansicolor >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Apr 14 16:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD pegasus.bayofrum.net 9.1-STABLE FreeBSD 9.1-STABLE #0 r247189: Sat Feb 23 15:20:18 GMT 2013 root@pegasus.bayofrum.net:/usr/obj/usr/home/crees/workspace/src/stable/9/sys/PEGASUS amd64 >Description: term-ansicolor is now a rubygem, so I've also moved the port accordingly. I *think* svn patch should handle the move correctly, or I don't mind committing it since I have the wrkdir here already. >How-To-Repeat: >Fix: --- ruby-term-ansicolor.rubygem.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 315799) +++ Makefile (working copy) @@ -3945,7 +3945,6 @@ SUBDIR += ruby-statgrab SUBDIR += ruby-subversion SUBDIR += ruby-sysvipc - SUBDIR += ruby-term-ansicolor SUBDIR += ruby-tzfile SUBDIR += ruby-wirble SUBDIR += rubygem-abstract @@ -4154,6 +4153,7 @@ SUBDIR += rubygem-sysinfo SUBDIR += rubygem-systemu SUBDIR += rubygem-templater + SUBDIR += rubygem-term-ansicolor SUBDIR += rubygem-test SUBDIR += rubygem-test-unit SUBDIR += rubygem-thor Index: ruby-term-ansicolor/Makefile =================================================================== --- ruby-term-ansicolor/Makefile (revision 315799) +++ ruby-term-ansicolor/Makefile (working copy) @@ -1,39 +0,0 @@ -# New ports collection makefile for: ruby-term-ansicolor -# Date created: 2007-01-12 -# Whom: Cheng-Lung Sung -# -# $FreeBSD$ -# - -PORTNAME= term-ansicolor -PORTVERSION= 1.0.4 -CATEGORIES= devel ruby -MASTER_SITES= RF -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -EXTRACT_SUFX= .tgz -DIST_SUBDIR= ruby - -MAINTAINER= clsung@FreeBSD.org -COMMENT= Term::ANSIColor for Ruby - -USE_RUBY= yes -RUBY_SETUP= install.rb - -NO_BUILD= yes - -DOCS= doc-main.txt -EXAMPLES= examples/* - -do-install: - @cd ${INSTALL_WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${RUBY_MODDOCDIR} - ${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/,} ${RUBY_MODEXAMPLESDIR} -.endif - -.include Index: ruby-term-ansicolor/distinfo =================================================================== --- ruby-term-ansicolor/distinfo (revision 315799) +++ ruby-term-ansicolor/distinfo (working copy) @@ -1,2 +0,0 @@ -SHA256 (ruby/term-ansicolor-1.0.4.tgz) = aef5c6e40d9abe61872d0e749e9d1c417b3bc84809c224a82293bb52a9f8ce40 -SIZE (ruby/term-ansicolor-1.0.4.tgz) = 12287 Index: ruby-term-ansicolor/pkg-descr =================================================================== --- ruby-term-ansicolor/pkg-descr (revision 315799) +++ ruby-term-ansicolor/pkg-descr (working copy) @@ -1,11 +0,0 @@ -Small Ruby library that colors strings using ANSI escape sequences. -It's possible to use constants: - - include Term::ANSIColor - print red, bold, "red bold", reset, "\n" - - or - - print red(bold("red bold")), "\n" - -WWW: http://term-ansicolor.rubyforge.org/ Index: ruby-term-ansicolor/pkg-plist =================================================================== --- ruby-term-ansicolor/pkg-plist (revision 315799) +++ ruby-term-ansicolor/pkg-plist (working copy) @@ -1,9 +0,0 @@ -%%RUBY_SITELIBDIR%%/term/ansicolor.rb -%%RUBY_SITELIBDIR%%/term/ansicolor/version.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/cdiff.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/example.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc-main.txt -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% -@dirrmtry %%RUBY_SITELIBDIR%%/term/ansicolor -@dirrmtry %%RUBY_SITELIBDIR%%/term Index: rubygem-term-ansicolor/Makefile =================================================================== --- rubygem-term-ansicolor/Makefile (working copy) +++ rubygem-term-ansicolor/Makefile (working copy) @@ -1,39 +1,32 @@ -# New ports collection makefile for: ruby-term-ansicolor -# Date created: 2007-01-12 -# Whom: Cheng-Lung Sung -# +# Created by: Cheng-Lung Sung # $FreeBSD$ -# PORTNAME= term-ansicolor -PORTVERSION= 1.0.4 +PORTVERSION= 1.1.4 CATEGORIES= devel ruby -MASTER_SITES= RF -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -EXTRACT_SUFX= .tgz -DIST_SUBDIR= ruby +MASTER_SITES= RG MAINTAINER= clsung@FreeBSD.org COMMENT= Term::ANSIColor for Ruby USE_RUBY= yes -RUBY_SETUP= install.rb +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes -NO_BUILD= yes +PORTEXAMPLES= cdiff decolor -DOCS= doc-main.txt -EXAMPLES= examples/* +.include -do-install: - @cd ${INSTALL_WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} +post-patch: +# Chop out the cdiff and decolor binaries; these should be installed to +# EXAMPLESDIR + ${REINPLACE_CMD} -e '/^- [cd][de][ic][fo][fl]o*r*$$/d' \ + ${WRKSRC}/term-ansicolor-${PORTVERSION}.gemspec post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${RUBY_MODDOCDIR} - ${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/,} ${RUBY_MODEXAMPLESDIR} +.if ${PORT_OPTIONS:MEXAMPLES} + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${PORTEXAMPLES:S,^,${WRKSRC}/bin/,} ${EXAMPLESDIR}/ .endif .include Index: rubygem-term-ansicolor/distinfo =================================================================== --- rubygem-term-ansicolor/distinfo (working copy) +++ rubygem-term-ansicolor/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (ruby/term-ansicolor-1.0.4.tgz) = aef5c6e40d9abe61872d0e749e9d1c417b3bc84809c224a82293bb52a9f8ce40 -SIZE (ruby/term-ansicolor-1.0.4.tgz) = 12287 +SHA256 (rubygem/term-ansicolor-1.1.4.gem) = 195d10f2ff32214b722acc50b9ab9670dff944a2b0eb34c427324d56d2ac4911 +SIZE (rubygem/term-ansicolor-1.1.4.gem) = 20480 Index: rubygem-term-ansicolor/pkg-plist =================================================================== --- rubygem-term-ansicolor/pkg-plist (revision 315799) +++ rubygem-term-ansicolor/pkg-plist (working copy) @@ -1,9 +0,0 @@ -%%RUBY_SITELIBDIR%%/term/ansicolor.rb -%%RUBY_SITELIBDIR%%/term/ansicolor/version.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/cdiff.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/example.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc-main.txt -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% -@dirrmtry %%RUBY_SITELIBDIR%%/term/ansicolor -@dirrmtry %%RUBY_SITELIBDIR%%/term --- ruby-term-ansicolor.rubygem.diff ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ruby@FreeBSD.ORG Sun Apr 14 16:00:08 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6AC58169 for ; Sun, 14 Apr 2013 16:00:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 449AB60E; Sun, 14 Apr 2013 16:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3EG08dC092557; Sun, 14 Apr 2013 16:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3EG08uf092556; Sun, 14 Apr 2013 16:00:08 GMT (envelope-from edwin) Date: Sun, 14 Apr 2013 16:00:08 GMT Message-Id: <201304141600.r3EG08uf092556@freefall.freebsd.org> To: ruby@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/177856: [PATCH] Update and move port: devel/ruby-term-ansicolor X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Apr 2013 16:00:08 -0000 Synopsis: [PATCH] Update and move port: devel/ruby-term-ansicolor Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Sun Apr 14 16:00:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=177856 From owner-freebsd-ruby@FreeBSD.ORG Mon Apr 15 11:07:55 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A6611CE0 for ; Mon, 15 Apr 2013 11:07:55 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 98F7287E for ; Mon, 15 Apr 2013 11:07:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3FB7tsT016638 for ; Mon, 15 Apr 2013 11:07:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3FB7t8S016636 for ruby@FreeBSD.org; Mon, 15 Apr 2013 11:07:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 15 Apr 2013 11:07:55 GMT Message-Id: <201304151107.r3FB7t8S016636@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: ruby@FreeBSD.org Subject: Current problem reports assigned to ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2013 11:07:55 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/177731 ruby [patch] devel/ruby-build o ports/177528 ruby New port: textproc/rubygem-phone Ruby library for phon o ports/177485 ruby DTrace should be optional for lang/ruby20 o ports/177150 ruby lang/ruby18 When configured with onigurama attempts to o ports/176717 ruby [UPDATE] sysutils/rubygem-capistrano: update to 2.14.2 o ports/176114 ruby [maintainer-update] devel/rubygem-unicode - update to o ports/173384 ruby New port: devel/rubygem-glib2 o ports/173382 ruby New port: graphics/rubygem-gdk_pixbuf2 o ports/173381 ruby New port: textproc/rubygem-rttool o ports/173380 ruby New port: textproc/rubygem-hikidoc o ports/173379 ruby New port: accessibility/rubygem-atk o ports/173378 ruby New port: x11-toolkits/rubygem-gtk2 o ports/173377 ruby New port: x11-toolkits/rubygem-pango o ports/173376 ruby New port: x11-toolkits/rubygem-poppler o ports/173375 ruby New port: textproc/rubygem-rdtool o ports/173374 ruby New port: graphics/rubygem-rsvg2 o ports/173373 ruby New port: graphics/rubygem-cairo o ports/171705 ruby [MAINTAINER] www/gist: add converters/ruby-iconv depen o ports/170916 ruby Mk/bsd.ruby.mk: setting RUBY variable fails to set RUB o ports/170777 ruby [PATCH] Not LIBS but LDFLAGS in Makefile of lang/ruby1 20 problems total. From owner-freebsd-ruby@FreeBSD.ORG Tue Apr 16 14:47:17 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1B63E925; Tue, 16 Apr 2013 14:47:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E7DF4F74; Tue, 16 Apr 2013 14:47:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3GElGSM078859; Tue, 16 Apr 2013 14:47:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3GElGw1078858; Tue, 16 Apr 2013 14:47:16 GMT (envelope-from edwin) Date: Tue, 16 Apr 2013 14:47:16 GMT Message-Id: <201304161447.r3GElGw1078858@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/177883: patch for net/rubygem-net-ldap to correctly work with ruby19 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2013 14:47:17 -0000 Synopsis: patch for net/rubygem-net-ldap to correctly work with ruby19 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Apr 16 14:47:16 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=177883 From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 17 21:53:41 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 64BB8974; Wed, 17 Apr 2013 21:53:41 +0000 (UTC) (envelope-from root@ec-m.fr) Received: from melo.ec-m.fr (melo.ec-m.fr [147.94.19.139]) by mx1.freebsd.org (Postfix) with ESMTP id 2B956977; Wed, 17 Apr 2013 21:53:40 +0000 (UTC) Received: from amavis3.serv.int (amavis3.serv.int [10.3.0.47]) by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id 8A735ACB3D; Wed, 17 Apr 2013 23:53:38 +0200 (CEST) X-Virus-Scanned: amavisd-new at centrale-marseille.fr Received: from melo.ec-m.fr ([10.3.0.13]) by amavis3.serv.int (amavis3.serv.int [10.3.0.47]) (amavisd-new, port 10024) with LMTP id mjc-S8j0kWFS; Wed, 17 Apr 2013 23:53:37 +0200 (CEST) Received: from dgeo.sysadm.ec-m.fr (dgeo.sysadm.ec-m.fr [147.94.19.169]) by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id 05F8FACB00; Wed, 17 Apr 2013 23:53:37 +0200 (CEST) Received: by dgeo.sysadm.ec-m.fr (Postfix, from userid 0) id C321A1CCD6; Wed, 17 Apr 2013 23:53:36 +0200 (CEST) To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] devel/rubygem-multi_json: update to 1.7.2 From: Geoffroy Desvernay X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20130417215336.C321A1CCD6@dgeo.sysadm.ec-m.fr> Date: Wed, 17 Apr 2013 23:53:36 +0200 (CEST) Cc: ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 21:53:41 -0000 >Submitter-Id: current-users >Originator: Geoffroy Desvernay >Organization: Ecole Centrale de Marseille >Confidential: no >Synopsis: [PATCH] devel/rubygem-multi_json: update to 1.7.2 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.1-RELEASE amd64 >Environment: System: FreeBSD dgeo.sysadm.ec-m.fr 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Tue Dec 18 11:55:35 CET 2012 >Description: - Update to 1.7.2 Port maintainer (ruby@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- rubygem-multi_json-1.7.2.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 316007) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= multi_json -PORTVERSION= 1.5.0 +PORTVERSION= 1.7.2 CATEGORIES= devel rubygems MASTER_SITES= RG Index: distinfo =================================================================== --- distinfo (revision 316007) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (rubygem/multi_json-1.5.0.gem) = e94cf8a6db88eb35657b20f5a17631fcc7e46a867f798fce7ef09944442d673a -SIZE (rubygem/multi_json-1.5.0.gem) = 15872 +SHA256 (rubygem/multi_json-1.7.2.gem) = 1895000b876aa38681fb266b5cc55182111efe35f0bdf1d21276d2b850d1ae9e +SIZE (rubygem/multi_json-1.7.2.gem) = 26624 --- rubygem-multi_json-1.7.2.patch ends here --- From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 17 21:55:44 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 625559B9; Wed, 17 Apr 2013 21:55:44 +0000 (UTC) (envelope-from dgeo@centrale-marseille.fr) Received: from melo.ec-m.fr (melo.ec-m.fr [147.94.19.139]) by mx1.freebsd.org (Postfix) with ESMTP id 07DB5986; Wed, 17 Apr 2013 21:55:43 +0000 (UTC) Received: from amavis4.serv.int (amavis4.serv.int [10.3.0.48]) by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id 9C980ACC2F; Wed, 17 Apr 2013 23:50:03 +0200 (CEST) X-Virus-Scanned: amavisd-new at centrale-marseille.fr Received: from melo.ec-m.fr ([10.3.0.13]) by amavis4.serv.int (amavis4.serv.int [10.3.0.48]) (amavisd-new, port 10026) with LMTP id QTOdcjweOusj; Wed, 17 Apr 2013 23:50:03 +0200 (CEST) Received: from [192.168.13.1] (dgeos.mezon.dgeos.net [192.168.13.1]) (Authenticated sender: dgeo) by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTPSA id 48653ACC0B; Wed, 17 Apr 2013 23:50:03 +0200 (CEST) Message-ID: <516F190A.9090905@centrale-marseille.fr> Date: Wed, 17 Apr 2013 23:50:02 +0200 From: geoffroy desvernay User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130112 Icedove/17.0.2 MIME-Version: 1.0 To: ruby@freebsd.org, ports@freebsd.org Subject: converters/ruby-iconv + poudriere => extract/fetch problem X-Enigmail-Version: 1.6a1pre Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="----enig2CAWPMVMVDKKARHNLPMHU" X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 21:55:44 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2CAWPMVMVDKKARHNLPMHU Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hi all, Using poudriere to build some repositories here, I'm facing a (maybe simple) problem that I don't understand: while building converters/ruby-iconv with make works, it refuses to build in a poudriere jail: it fails at "extract" phase while (re)fetching ruby-1.8.7-p371.tar.bz2 (but ruby-1.8.7-p371.tar.bz2 *do* exist in the distfiles...) It may be related to the Makefile's: FETCH_DEPENDS=3D ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch =2E.. but I tried s/FETCH/BUILD/ and s/FETCH/EXTRACT/ without success... Hope someone will point me in the right direction=85 I'm not sure where t= o look for this one. Here is the relevant part of the log: =3D=3D=3D> Returning to build of ruby18-iconv-1.8.7.371,1 =3D=3D=3D> ruby18-iconv-1.8.7.371,1 depends on shared library: iconv.3 = - not found =3D=3D=3D> Verifying install for iconv.3 in /usr/ports/converters/libi= conv =3D=3D=3D> Installing existing package /usr/ports/packages/All/libiconv-1.14_1.txz Installing libiconv-1.14_1... done =3D=3D=3D> Returning to build of ruby18-iconv-1.8.7.371,1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Cleaning for ruby-1.8.7.371,1 =3D=3D=3D> Cleaning for ruby18-iconv-1.8.7.371,1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> ruby18-iconv-1.8.7.371,1 depends on file: /usr/local/sbin/pk= g - found =3D=3D=3D> Fetching all distfiles required by ruby18-iconv-1.8.7.371,1 fo= r building =3D=3D=3D> Found saved configuration for ruby-1.8.7.371,1 =3D=3D=3D> ruby-1.8.7.371,1 depends on file: /usr/local/sbin/pkg - foun= d =3D=3D=3D> Fetching all distfiles required by ruby-1.8.7.371,1 for buildi= ng =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> ruby18-iconv-1.8.7.371,1 depends on file: /usr/local/sbin/pk= g - found =3D=3D=3D> Fetching all distfiles required by ruby18-iconv-1.8.7.371,1 fo= r building =3D=3D=3D> Found saved configuration for ruby-1.8.7.371,1 =3D=3D=3D> ruby-1.8.7.371,1 depends on file: /usr/local/sbin/pkg - foun= d =3D=3D=3D> Fetching all distfiles required by ruby-1.8.7.371,1 for buildi= ng =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> ruby18-iconv-1.8.7.371,1 depends on file: /usr/local/sbin/pk= g - found =3D=3D=3D> Fetching all distfiles required by ruby18-iconv-1.8.7.371,1 fo= r building =3D=3D=3D> Found saved configuration for ruby-1.8.7.371,1 =3D=3D=3D> ruby-1.8.7.371,1 depends on file: /usr/local/sbin/pkg - foun= d =3D> ruby-1.8.7-p371.tar.bz2 doesn't seem to exist in /portdistfiles/ruby= =2E =3D> Attempting to fetch ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p371.tar.bz2 fetch: ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p371.tar.bz2: Can't assign requested address =3D> Attempting to fetch ftp://ftp.SpringDaemons.com/pub/ruby/ruby/1.8/ruby-1.8.7-p371.tar.bz2 fetch: ftp://ftp.SpringDaemons.com/pub/ruby/ruby/1.8/ruby-1.8.7-p371.tar.bz2: Can't assign requested address =3D> Attempting to fetch http://www.ibiblio.org/pub/languages/ruby/1.8/ruby-1.8.7-p371.tar.bz2 fetch: http://www.ibiblio.org/pub/languages/ruby/1.8/ruby-1.8.7-p371.tar.bz2: No route to host =3D> Attempting to fetch ftp://xyz.lcs.mit.edu/pub/ruby/1.8/ruby-1.8.7-p371.tar.bz2 fetch: ftp://xyz.lcs.mit.edu/pub/ruby/1.8/ruby-1.8.7-p371.tar.bz2: Can't assign requested address =3D> Attempting to fetch http://ring.nict.go.jp/archives/lang/ruby/1.8/ruby-1.8.7-p371.tar.bz2 fetch: http://ring.nict.go.jp/archives/lang/ruby/1.8/ruby-1.8.7-p371.tar.bz2: No route to host =3D> Attempting to fetch ftp://ftp.fu-berlin.de/unix/languages/ruby/1.8/ruby-1.8.7-p371.tar.bz2 =85 =3D> Attempting to fetch ftp://ftp.iDaemons.org/pub/mirror/ftp.ruby-lang.org/ruby/1.8/ruby-1.8.7-p= 371.tar.bz2 fetch: ftp://ftp.iDaemons.org/pub/mirror/ftp.ruby-lang.org/ruby/1.8/ruby-1.8.7-p= 371.tar.bz2: Can't assign requested address =3D> Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ruby/ruby-1.8.7-p371.ta= r.bz2 fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ruby/ruby-1.8.7-p371.ta= r.bz2: No route to host =3D> Couldn't fetch it - please try to retrieve this =3D> port manually into /portdistfiles/ruby and try again. *** [do-fetch] Error code 1 Stop in /usr/ports/lang/ruby18. *** [fetch-specials] Error code 1 Stop in /usr/ports/converters/ruby-iconv. =3D=3D=3D> Cleaning for ruby18-iconv-1.8.7.371,1 build of /usr/ports/converters/ruby-iconv ended at Wed Apr 17 23:39:40 CEST 2013 poudriere.conf: shaun# catconf /usr/local/etc/poudriere.conf ZPOOL=3Ddisques ZROOTFS=3D/poudriere FREEBSD_HOST=3Dhttp://ftp.ec-m.fr RESOLV_CONF=3D/usr/local/etc/poudriere.d/resolv.conf BASEFS=3D/poudriere POUDRIERE_DATA=3D${BASEFS}/data USE_PORTLINT=3Dno USE_TMPFS=3Dyes DISTFILES_CACHE=3D/usr/ports/distfiles SVN_HOST=3Dftp.ec-m.fr CHECK_CHANGED_OPTIONS=3Dyes CCACHE_DIR=3D/var/cache/ccache PARALLEL_JOBS=3D8 NOLINUX=3Dyes poudriere's make.conf: OPTIONS_UNSET=3D X11 QT4 GTK GTK2 GTK3 WITHOUT_GUI=3DYES WITHOUT_X11=3Dyes WITH_PKGNG=3Dyes DEFAULT_MYSQL_VER=3D53m DEFAULT_PGSQL_VER=3D91 --=20 *geoffroy desvernay* C.R.I - Administration syst=E8mes et r=E9seaux Ecole Centrale de Marseille ------enig2CAWPMVMVDKKARHNLPMHU Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iQEcBAEBCAAGBQJRbxkKAAoJEC0NWrh8JT1SJWgH/1hTQJYs6TwFbAXuogCdGI95 B8PWEZ9i4HhhgmGwr4LuG22n2VjaDu0InVsFzOgl9hxabkwMDxLFDujStCXlpciW ORJLGShQehTL1BUYvIYNDDWxOsLXl7IvYICD24H0fh+B0iu6q2UoPWDTed8XHkxU xF5kkFyrmgSqWc24hIKpvZ9PxTJDcYe2jJp9GX2X6oTfD+z2TaotWU2yFSasHRkZ Mep2Jt0SL67hoWK0IiVz0c5rlqVKUICxgP/+Uxv1lPG24YyXa0TqQwQe93kxtD0n uPMs/putytNGrZTxTiXZU+NkKO1g65au7AxFpXFsMXz8IC0Cwjl/idkfS/j2nmQ= =3XnW -----END PGP SIGNATURE----- ------enig2CAWPMVMVDKKARHNLPMHU-- From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 17 22:00:09 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E791DC4D; Wed, 17 Apr 2013 22:00:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C32099C2; Wed, 17 Apr 2013 22:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3HM09Wn056068; Wed, 17 Apr 2013 22:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3HM098u056067; Wed, 17 Apr 2013 22:00:09 GMT (envelope-from edwin) Date: Wed, 17 Apr 2013 22:00:09 GMT Message-Id: <201304172200.r3HM098u056067@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/177943: [PATCH] devel/rubygem-multi_json: update to 1.7.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 22:00:10 -0000 Synopsis: [PATCH] devel/rubygem-multi_json: update to 1.7.2 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 17 22:00:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=177943 From owner-freebsd-ruby@FreeBSD.ORG Thu Apr 18 13:03:01 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D6774657 for ; Thu, 18 Apr 2013 13:03:01 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 8BCA3BEF for ; Thu, 18 Apr 2013 13:03:01 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r3ID30db014117 for ; Thu, 18 Apr 2013 09:03:00 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r3ID30fo014003; Thu, 18 Apr 2013 09:03:00 -0400 (EDT) (envelope-from portscout) Message-Id: <201304181303.r3ID30fo014003@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Thu, 18 Apr 2013 09:03:00 -0400 From: portscout@portscout.freebsd.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 13:03:01 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ accessibility/ruby-atk | 1.1.5 | 1.2.6 ------------------------------------------------+-----------------+------------ databases/rubygem-pg | 0.13.0 | 0.15.1 ------------------------------------------------+-----------------+------------ devel/ruby-gio2 | 1.1.5 | 1.2.6 ------------------------------------------------+-----------------+------------ devel/ruby-glib2 | 1.1.5 | 1.2.6 ------------------------------------------------+-----------------+------------ devel/rubygem-highline | 1.6.15 | 1.6.17 ------------------------------------------------+-----------------+------------ devel/rubygem-hike | 1.2.1 | 1.2.2 ------------------------------------------------+-----------------+------------ devel/rubygem-launchy | 2.1.2 | 2.3.0 ------------------------------------------------+-----------------+------------ devel/rubygem-minitest | 3.3.0 | 4.7.1 ------------------------------------------------+-----------------+------------ graphics/ruby-gdk_pixbuf2 | 1.1.5 | 1.2.6 ------------------------------------------------+-----------------+------------ graphics/ruby-rsvg2 | 1.1.5 | 1.2.6 ------------------------------------------------+-----------------+------------ textproc/rubygem-diff-lcs | 1.1.3 | 1.2.3 ------------------------------------------------+-----------------+------------ textproc/rubygem-diffy | 2.1.3 | 2.1.4 ------------------------------------------------+-----------------+------------ www/rubygem-addressable | 2.3.2 | 2.3.4 ------------------------------------------------+-----------------+------------ www/rubygem-httparty | 0.8.3 | 0.11.0 ------------------------------------------------+-----------------+------------ x11-toolkits/ruby-goocanvas | 1.1.5 | 1.2.6 ------------------------------------------------+-----------------+------------ x11-toolkits/ruby-gstreamer | 1.1.5 | 1.2.6 ------------------------------------------------+-----------------+------------ x11-toolkits/ruby-gtk2 | 1.1.5 | 1.2.6 ------------------------------------------------+-----------------+------------ x11-toolkits/ruby-gtksourceview2 | 1.1.5 | 1.2.6 ------------------------------------------------+-----------------+------------ x11-toolkits/ruby-pango | 1.1.5 | 1.2.6 ------------------------------------------------+-----------------+------------ x11-toolkits/ruby-poppler | 1.1.5 | 1.2.6 ------------------------------------------------+-----------------+------------ x11-toolkits/ruby-vte | 1.1.5 | 1.2.6 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Thu Apr 18 16:50:08 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E8241532; Thu, 18 Apr 2013 16:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C377ABF7; Thu, 18 Apr 2013 16:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3IGo81I086623; Thu, 18 Apr 2013 16:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3IGo8vJ086622; Thu, 18 Apr 2013 16:50:08 GMT (envelope-from edwin) Date: Thu, 18 Apr 2013 16:50:08 GMT Message-Id: <201304181650.r3IGo8vJ086622@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/177963: [NEW PORT] devel/rubygem-rake: Ruby Make X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 16:50:09 -0000 Synopsis: [NEW PORT] devel/rubygem-rake: Ruby Make Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Apr 18 16:50:08 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=177963 From owner-freebsd-ruby@FreeBSD.ORG Thu Apr 18 16:50:44 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9B303576; Thu, 18 Apr 2013 16:50:44 +0000 (UTC) (envelope-from root@ec-m.fr) Received: from melo.ec-m.fr (melo.ec-m.fr [147.94.19.139]) by mx1.freebsd.org (Postfix) with ESMTP id 6046FBFE; Thu, 18 Apr 2013 16:50:44 +0000 (UTC) Received: from amavis3.serv.int (amavis3.serv.int [10.3.0.47]) by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id A779DACC61; Thu, 18 Apr 2013 18:50:43 +0200 (CEST) X-Virus-Scanned: amavisd-new at centrale-marseille.fr Received: from melo.ec-m.fr ([10.3.0.13]) by amavis3.serv.int (amavis3.serv.int [10.3.0.47]) (amavisd-new, port 10024) with LMTP id 2VSI0KLQ-Fu2; Thu, 18 Apr 2013 18:50:41 +0200 (CEST) Received: from dgeo.sysadm.ec-m.fr (dgeo.sysadm.ec-m.fr [147.94.19.169]) by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id A6559ACAFA; Thu, 18 Apr 2013 18:50:41 +0200 (CEST) Received: by dgeo.sysadm.ec-m.fr (Postfix, from userid 0) id 9B1851CD40; Thu, 18 Apr 2013 18:50:41 +0200 (CEST) To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] devel/rubygem-rake: update to 10.0.4 From: Geoffroy Desvernay X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20130418165041.9B1851CD40@dgeo.sysadm.ec-m.fr> Date: Thu, 18 Apr 2013 18:50:41 +0200 (CEST) Cc: ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 16:50:44 -0000 >Submitter-Id: current-users >Originator: Geoffroy Desvernay >Organization: Ecole Centrale de Marseille >Confidential: no >Synopsis: [PATCH] devel/rubygem-rake: update to 10.0.4 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.1-RELEASE amd64 >Environment: System: FreeBSD dgeo.sysadm.ec-m.fr 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Tue Dec 18 11:55:35 CET 2012 >Description: - Update to 10.0.4 please delete ports/177963 where this same update is marked as a 'NEW PORT' because of /me not checking porttools's output correctly Port maintainer (ruby@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- rubygem-rake-10.0.4.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 316048) +++ Makefile (working copy) @@ -1,11 +1,8 @@ -# Ports collection makefile for: gem-rake -# Date created: 27 May 2005 -# Whom: Jonathan Weiss () -# +# Created by: Jonathan Weiss () # $FreeBSD$ PORTNAME= rake -PORTVERSION= 10.0.3 +PORTVERSION= 10.0.4 CATEGORIES= devel rubygems MASTER_SITES= RG Index: distinfo =================================================================== --- distinfo (revision 316048) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rake-10.0.3.gem) = ee2ed7d45f6390ac9cba94e101e7b7ba198a0f1b54aaf33708793648fd707b27 -SIZE (rubygem/rake-10.0.3.gem) = 119808 +SHA256 (rubygem/rake-10.0.4.gem) = 4137018e07c9bb79d5ff1085d2dd1aeeba1437de36f281ff737295e835035f0c +SIZE (rubygem/rake-10.0.4.gem) = 120320 --- rubygem-rake-10.0.4.patch ends here --- From owner-freebsd-ruby@FreeBSD.ORG Thu Apr 18 17:00:09 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 08774A9E; Thu, 18 Apr 2013 17:00:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D709FCC9; Thu, 18 Apr 2013 17:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3IH08J4086950; Thu, 18 Apr 2013 17:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3IH08TP086949; Thu, 18 Apr 2013 17:00:08 GMT (envelope-from edwin) Date: Thu, 18 Apr 2013 17:00:08 GMT Message-Id: <201304181700.r3IH08TP086949@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/177964: [PATCH] devel/rubygem-rake: update to 10.0.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 17:00:09 -0000 Synopsis: [PATCH] devel/rubygem-rake: update to 10.0.4 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Apr 18 17:00:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=177964 From owner-freebsd-ruby@FreeBSD.ORG Thu Apr 18 17:17:49 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3FED521F; Thu, 18 Apr 2013 17:17:49 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 17363D91; Thu, 18 Apr 2013 17:17:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3IHHmKb091744; Thu, 18 Apr 2013 17:17:48 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3IHHmF1091743; Thu, 18 Apr 2013 17:17:48 GMT (envelope-from rm) Date: Thu, 18 Apr 2013 17:17:48 GMT Message-Id: <201304181717.r3IHHmF1091743@freefall.freebsd.org> To: dgeo@centrale-marseille.fr, rm@FreeBSD.org, ruby@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/177963: [NEW PORT] devel/rubygem-rake: Ruby Make X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 17:17:49 -0000 Synopsis: [NEW PORT] devel/rubygem-rake: Ruby Make State-Changed-From-To: open->closed State-Changed-By: rm State-Changed-When: Thu Apr 18 17:17:48 UTC 2013 State-Changed-Why: Close by submitter's request. We have this port already http://www.freebsd.org/cgi/query-pr.cgi?pr=177963 From owner-freebsd-ruby@FreeBSD.ORG Fri Apr 19 17:59:50 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 64893F7F for ; Fri, 19 Apr 2013 17:59:50 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 27D47C32 for ; Fri, 19 Apr 2013 17:59:50 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r3JDCjPP013948 for ; Fri, 19 Apr 2013 09:12:45 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r3JDCjGs013678; Fri, 19 Apr 2013 09:12:45 -0400 (EDT) (envelope-from portscout) Message-Id: <201304191312.r3JDCjGs013678@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Fri, 19 Apr 2013 09:12:45 -0400 From: portscout@portscout.freebsd.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Apr 2013 17:59:50 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ databases/rubygem-arel | 3.0.2 | 4.0.0 ------------------------------------------------+-----------------+------------ devel/rubygem-coffee-rails | 3.2.2 | 4.0.0 ------------------------------------------------+-----------------+------------ devel/rubygem-highline | 1.6.15 | 1.6.18 ------------------------------------------------+-----------------+------------ devel/rubygem-minitest | 3.3.0 | 4.7.2 ------------------------------------------------+-----------------+------------ devel/rubygem-zentest | 4.8.2 | 4.9.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Sat Apr 20 13:43:40 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 939F5762 for ; Sat, 20 Apr 2013 13:43:40 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 4F57E1DE6 for ; Sat, 20 Apr 2013 13:43:40 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r3KDhY02024993 for ; Sat, 20 Apr 2013 09:43:34 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r3KDhYNJ024971; Sat, 20 Apr 2013 09:43:34 -0400 (EDT) (envelope-from portscout) Message-Id: <201304201343.r3KDhYNJ024971@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sat, 20 Apr 2013 09:43:34 -0400 From: portscout@portscout.freebsd.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Apr 2013 13:43:40 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/rubygem-map | 6.2.0 | 6.4.0 ------------------------------------------------+-----------------+------------ textproc/rubygem-spreadsheet | 0.7.3 | 0.8.4 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks.