From owner-freebsd-ruby@FreeBSD.ORG Sun Jan 19 12:32:31 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 381BBFDD for ; Sun, 19 Jan 2014 12:32:31 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C9E781919 for ; Sun, 19 Jan 2014 12:32:30 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0Lskr7-1VKE3T0Ba5-012EE3 for ; Sun, 19 Jan 2014 13:32:22 +0100 Message-ID: <52DBC5DD.8090202@gmx.de> Date: Sun, 19 Jan 2014 13:32:29 +0100 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-ruby@freebsd.org Subject: request help to port a ruby based svn2git X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:NOaQ3/CCQdIBk/Eq1kTLIGr2oJH8u1lIOW8ykERZ8H1MXE6cZVc JRlzixOTGkoshiQgtooKHurUZ89Vhfzsx9YbcagBDTq+UHmSeCk8jYAK6DyvzYuG2WGUShZ +XLoshefpELQdkCiTXy+1jYTlubx9mfNZr27/pGEeIiNLUNmKYD61Xde8rn2YeIKM68Pceb lt58NNuF+TrhbY9SwLNDQ== Cc: Olli Hauer X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jan 2014 12:32:31 -0000 Hi, I'm trying create a port for https://github.com/nirvdrum/svn2git/ Fetching the src from github is working, build and install manually in WRKSRC is also OK, but doing this with the ports framework drives me mad. If extract is not overwritten the framework looks for files that are not provided, same for build target ... Reason why I try to create a port, in first tests it worked well and does not require a dependency hell like devel/svn2git. Perhaps someone from ruby@ can give some hints how to build with the help of the ports framework. Please CC me, I'm not subscribed. // olli PORTNAME= svn2git PORTVERSION= 2.2.2 CATEGORIES= devel ruby MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/tarball/${GITVERSION}/ PKGNAMEPREFIX= ruby- DISTNAME= ${PORTNAME}-${GITVERSION} EXTRACT_SUFX= .tar.gz MAINTAINER= ruby@FreeBSD.org COMMENT= Tiny utility for migrating projects from Subversion to Git LICENSE= MIT FETCH_ARGS= -Fpr GITVERSION= 11b124b GH_ACCOUNT= nirvdrum WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${PORTNAME}-${GITVERSION} USE_RUBY= yes #GEM_SPEC= ${WRKSRC}/${PORTNAME}.gemspec USE_RUBYGEMS= yes #RUBYGEM_AUTOPLIST= yes extract: -@${RM} -rf ${WRKDIR} -@${MKDIR} ${WRKDIR} ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${WRKDIR} build: (cd ${WRKSRC} && ${RUBYGEMBIN} build ${PORTNAME}.gemspec) .include From owner-freebsd-ruby@FreeBSD.ORG Mon Jan 20 11:07:58 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F650289 for ; Mon, 20 Jan 2014 11:07:58 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0B2811E86 for ; Mon, 20 Jan 2014 11:07:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0KB7vNt089773 for ; Mon, 20 Jan 2014 11:07:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0KB7vag089771 for ruby@FreeBSD.org; Mon, 20 Jan 2014 11:07:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 20 Jan 2014 11:07:57 GMT Message-Id: <201401201107.s0KB7vag089771@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.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jan 2014 11:07:58 -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/185550 ruby [port-update] sysutils/rubygem-facter updated to lates o ports/185064 ruby [PATCH]: textproc/rubygem-kramdown update to version 1 f ports/185063 ruby Port www/rubygem-haml update to version 4.0.4 [PATCH] o ports/185062 ruby [New Port] www/rubygem-html2haml Converts HTML into Ha o ports/185061 ruby [New Port] www/rubygem-haml-contrib Addons for the Rub o ports/185030 ruby Port devel/rubygem-ffi update to version 1.9.3 [PATCH] o ports/185027 ruby Port textproc/rubygem-sass update to version 3.2.13 [P f ports/185024 ruby Port graphics/rubygem-chunky_png update to version 1.2 o ports/184998 ruby [MAINTAINER] www/rubygem-simple-rss: update to 1.3.1 o ports/184604 ruby [PATCH] www/redmine: update to 2.3.4, add UNICORN and o ports/184603 ruby [PATCH] net/rubygem-openid: update to 2.3.0 o ports/184592 ruby [PATCH] www/rubygem-unicorn: add rc.d script o ports/183869 ruby [PATCH] devel/ruby-gems : Update to 2.1.7 o ports/182278 ruby [PATCH] databases/rubygem-pg | please update from 0.15 o ports/182275 ruby [PATCH] devel/rubygem-treetop | please update from 1.4 o ports/182273 ruby [PATCH] misc/rubygem-mime-types | please update from 1 o ports/182270 ruby [PATCH] devel/rubygem-rake | please update from 10.0.4 o ports/182243 ruby |PATCH| sysutils/rubygem-capistrano: update to 2.15.4 o ports/181447 ruby textproc/rubygem-sass: Update to the last version o ports/181262 ruby lang/ruby19|20 and devel/py-yaml problem install 20 problems total. From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:01:32 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04BDBE35; Tue, 21 Jan 2014 04:01:31 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C40211D22; Tue, 21 Jan 2014 04:01:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L41VV5051013; Tue, 21 Jan 2014 04:01:31 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L41Vmq051012; Tue, 21 Jan 2014 04:01:31 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:01:31 GMT Message-Id: <201401210401.s0L41Vmq051012@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/181447: textproc/rubygem-sass: Update to the last version X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:01:32 -0000 Synopsis: textproc/rubygem-sass: Update to the last version Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Jan 21 04:01:31 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181447 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:04:01 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 541C2E54; Tue, 21 Jan 2014 04:04:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 26AC51D2D; Tue, 21 Jan 2014 04:04:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4413B051161; Tue, 21 Jan 2014 04:04:01 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L440d6051160; Tue, 21 Jan 2014 04:04:00 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:04:00 GMT Message-Id: <201401210404.s0L440d6051160@freefall.freebsd.org> To: matthias@petermann-it.de, swills@FreeBSD.org, ruby@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182275: [PATCH] devel/rubygem-treetop | please update from 1.4.14 -> 1.4.15 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:04:01 -0000 Synopsis: [PATCH] devel/rubygem-treetop | please update from 1.4.14 -> 1.4.15 State-Changed-From-To: open->closed State-Changed-By: swills State-Changed-When: Tue Jan 21 04:04:00 UTC 2014 State-Changed-Why: Update in r340546, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182275 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:11:10 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1896DED1 for ; Tue, 21 Jan 2014 04:11:10 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B59171DAE for ; Tue, 21 Jan 2014 04:11:09 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s0L4Aw5P010880 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 21 Jan 2014 04:11:03 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s0L4Aw7M010879; Tue, 21 Jan 2014 04:10:58 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:10:58 +0000 From: Steve Wills To: olli hauer Subject: Re: request help to port a ruby based svn2git Message-ID: <20140121041057.GA9303@mouf.net> References: <52DBC5DD.8090202@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52DBC5DD.8090202@gmx.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Tue, 21 Jan 2014 04:11:03 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.8 at mouf.net X-Virus-Status: Clean Cc: freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:11:10 -0000 Do you specifically need the version from github? If not, you may have an easier time of building the port if you fetch from rubygems.org: http://rubygems.org/gems/svn2git and let the framework do all the work for you. Steve On Sun, Jan 19, 2014 at 01:32:29PM +0100, olli hauer wrote: > Hi, > > I'm trying create a port for https://github.com/nirvdrum/svn2git/ > > Fetching the src from github is working, build and install manually in > WRKSRC is also OK, but doing this with the ports framework drives me mad. > > If extract is not overwritten the framework looks for files that are not > provided, same for build target ... > > Reason why I try to create a port, in first tests it worked well and does > not require a dependency hell like devel/svn2git. > > Perhaps someone from ruby@ can give some hints how to build with the help of > the ports framework. > > Please CC me, I'm not subscribed. > // olli > > > PORTNAME= svn2git > PORTVERSION= 2.2.2 > CATEGORIES= devel ruby > MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/tarball/${GITVERSION}/ > PKGNAMEPREFIX= ruby- > DISTNAME= ${PORTNAME}-${GITVERSION} > EXTRACT_SUFX= .tar.gz > > MAINTAINER= ruby@FreeBSD.org > COMMENT= Tiny utility for migrating projects from Subversion to Git > > LICENSE= MIT > > FETCH_ARGS= -Fpr > GITVERSION= 11b124b > GH_ACCOUNT= nirvdrum > WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${PORTNAME}-${GITVERSION} > > USE_RUBY= yes > #GEM_SPEC= ${WRKSRC}/${PORTNAME}.gemspec > USE_RUBYGEMS= yes > #RUBYGEM_AUTOPLIST= yes > > extract: > -@${RM} -rf ${WRKDIR} > -@${MKDIR} ${WRKDIR} > ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${WRKDIR} > > build: > (cd ${WRKSRC} && ${RUBYGEMBIN} build ${PORTNAME}.gemspec) > > .include > > _______________________________________________ > freebsd-ruby@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ruby > To unsubscribe, send any mail to "freebsd-ruby-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:13:19 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE7B9F1F; Tue, 21 Jan 2014 04:13:19 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C2BA11DBD; Tue, 21 Jan 2014 04:13:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4DJ0E054203; Tue, 21 Jan 2014 04:13:19 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L4DJ6J054199; Tue, 21 Jan 2014 04:13:19 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:13:19 GMT Message-Id: <201401210413.s0L4DJ6J054199@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/184604: [PATCH] www/redmine: update to 2.3.4, add UNICORN and STAGE X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:13:20 -0000 Synopsis: [PATCH] www/redmine: update to 2.3.4, add UNICORN and STAGE Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Jan 21 04:13:19 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184604 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:13:35 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FBBAF31; Tue, 21 Jan 2014 04:13:35 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 346121DC0; Tue, 21 Jan 2014 04:13:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4DZpX054408; Tue, 21 Jan 2014 04:13:35 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L4DZe3054407; Tue, 21 Jan 2014 04:13:35 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:13:35 GMT Message-Id: <201401210413.s0L4DZe3054407@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182273: [PATCH] misc/rubygem-mime-types | please update from 1.23 -> 1.25 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:13:35 -0000 Synopsis: [PATCH] misc/rubygem-mime-types | please update from 1.23 -> 1.25 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Jan 21 04:13:34 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182273 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:13:44 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19447F3E; Tue, 21 Jan 2014 04:13:44 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E1CE51DC1; Tue, 21 Jan 2014 04:13:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4DhQq054501; Tue, 21 Jan 2014 04:13:43 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L4Dh0N054500; Tue, 21 Jan 2014 04:13:43 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:13:43 GMT Message-Id: <201401210413.s0L4Dh0N054500@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182270: [PATCH] devel/rubygem-rake | please update from 10.0.4 -> 10.1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:13:44 -0000 Synopsis: [PATCH] devel/rubygem-rake | please update from 10.0.4 -> 10.1.0 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Jan 21 04:13:43 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182270 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:16:33 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DFB73F76; Tue, 21 Jan 2014 04:16:33 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B43221DCA; Tue, 21 Jan 2014 04:16:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4GXSh054751; Tue, 21 Jan 2014 04:16:33 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L4GXfl054750; Tue, 21 Jan 2014 04:16:33 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:16:33 GMT Message-Id: <201401210416.s0L4GXfl054750@freefall.freebsd.org> To: rouslan@rshell.net, swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/185550: [port-update] sysutils/rubygem-facter updated to latest 1.7.4 version X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:16:33 -0000 Synopsis: [port-update] sysutils/rubygem-facter updated to latest 1.7.4 version Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Jan 21 04:16:33 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=185550 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:17:30 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50D57F93; Tue, 21 Jan 2014 04:17:30 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 24D481DD2; Tue, 21 Jan 2014 04:17:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4HU8x054907; Tue, 21 Jan 2014 04:17:30 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L4HT3Z054906; Tue, 21 Jan 2014 04:17:29 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:17:29 GMT Message-Id: <201401210417.s0L4HT3Z054906@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/184998: [MAINTAINER] www/rubygem-simple-rss: update to 1.3.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:17:30 -0000 Synopsis: [MAINTAINER] www/rubygem-simple-rss: update to 1.3.1 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Jan 21 04:17:29 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184998 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:17:41 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFB3BFA0; Tue, 21 Jan 2014 04:17:41 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C4CB81DD3; Tue, 21 Jan 2014 04:17:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4HfHs055001; Tue, 21 Jan 2014 04:17:41 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L4HfDC055000; Tue, 21 Jan 2014 04:17:41 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:17:41 GMT Message-Id: <201401210417.s0L4HfDC055000@freefall.freebsd.org> To: pphillips@experts-exchange.com, swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/185024: Port graphics/rubygem-chunky_png update to version 1.2.9 [PATCH] X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:17:42 -0000 Synopsis: Port graphics/rubygem-chunky_png update to version 1.2.9 [PATCH] Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Jan 21 04:17:41 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=185024 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:17:55 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11410FAD; Tue, 21 Jan 2014 04:17:55 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D9BF71DD4; Tue, 21 Jan 2014 04:17:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4HsdB055089; Tue, 21 Jan 2014 04:17:54 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L4HsbF055088; Tue, 21 Jan 2014 04:17:54 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:17:54 GMT Message-Id: <201401210417.s0L4HsbF055088@freefall.freebsd.org> To: gogolok+freebsd@gmail.com, swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/185063: Port www/rubygem-haml update to version 4.0.4 [PATCH] X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:17:55 -0000 Synopsis: Port www/rubygem-haml update to version 4.0.4 [PATCH] Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Jan 21 04:17:54 UTC 2014 Responsible-Changed-Why: y http://www.freebsd.org/cgi/query-pr.cgi?pr=185063 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:18:06 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74949FBA; Tue, 21 Jan 2014 04:18:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4956A1DD5; Tue, 21 Jan 2014 04:18:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4I6ZK055180; Tue, 21 Jan 2014 04:18:06 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L4I6kQ055178; Tue, 21 Jan 2014 04:18:06 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:18:06 GMT Message-Id: <201401210418.s0L4I6kQ055178@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/185061: [New Port] www/rubygem-haml-contrib Addons for the Ruby implementation of the Haml template language X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:18:06 -0000 Synopsis: [New Port] www/rubygem-haml-contrib Addons for the Ruby implementation of the Haml template language Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Jan 21 04:18:05 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=185061 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:18:12 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1757AFBC; Tue, 21 Jan 2014 04:18:12 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E17E31DD6; Tue, 21 Jan 2014 04:18:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4IB4A055271; Tue, 21 Jan 2014 04:18:11 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L4IBJD055270; Tue, 21 Jan 2014 04:18:11 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:18:11 GMT Message-Id: <201401210418.s0L4IBJD055270@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/185062: [New Port] www/rubygem-html2haml Converts HTML into Haml X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:18:12 -0000 Synopsis: [New Port] www/rubygem-html2haml Converts HTML into Haml Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Jan 21 04:18:11 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=185062 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:20:31 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8877D9; Tue, 21 Jan 2014 04:20:31 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7CEFB1DE3; Tue, 21 Jan 2014 04:20:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4KVIq055682; Tue, 21 Jan 2014 04:20:31 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L4KVEo055681; Tue, 21 Jan 2014 04:20:31 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:20:31 GMT Message-Id: <201401210420.s0L4KVEo055681@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182278: [PATCH] databases/rubygem-pg | please update from 0.15.1 to 0.17.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:20:31 -0000 Synopsis: [PATCH] databases/rubygem-pg | please update from 0.15.1 to 0.17.0 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Jan 21 04:20:31 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182278 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:23:08 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED09910B; Tue, 21 Jan 2014 04:23:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C12D01E4C; Tue, 21 Jan 2014 04:23:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4N8oD057548; Tue, 21 Jan 2014 04:23:08 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L4N8v3057547; Tue, 21 Jan 2014 04:23:08 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:23:08 GMT Message-Id: <201401210423.s0L4N8v3057547@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/182243: |PATCH| sysutils/rubygem-capistrano: update to 2.15.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:23:09 -0000 Synopsis: |PATCH| sysutils/rubygem-capistrano: update to 2.15.4 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Jan 21 04:23:08 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=182243 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:23:56 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 667C211C; Tue, 21 Jan 2014 04:23:56 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3AFF61E4F; Tue, 21 Jan 2014 04:23:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4NuYd057658; Tue, 21 Jan 2014 04:23:56 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L4NuEA057657; Tue, 21 Jan 2014 04:23:56 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:23:56 GMT Message-Id: <201401210423.s0L4NuEA057657@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/183869: [PATCH] devel/ruby-gems : Update to 2.1.7 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:23:56 -0000 Synopsis: [PATCH] devel/ruby-gems : Update to 2.1.7 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Jan 21 04:23:55 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=183869 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:25:20 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6996C13E; Tue, 21 Jan 2014 04:25:20 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F51E1E57; Tue, 21 Jan 2014 04:25:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4PKc9057821; Tue, 21 Jan 2014 04:25:20 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L4PKJ9057820; Tue, 21 Jan 2014 04:25:20 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:25:20 GMT Message-Id: <201401210425.s0L4PKJ9057820@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/184592: [PATCH] www/rubygem-unicorn: add rc.d script X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:25:20 -0000 Synopsis: [PATCH] www/rubygem-unicorn: add rc.d script Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Jan 21 04:25:19 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184592 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:25:27 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74A16142; Tue, 21 Jan 2014 04:25:27 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48AB21E59; Tue, 21 Jan 2014 04:25:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4PRst058119; Tue, 21 Jan 2014 04:25:27 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L4PRIa058118; Tue, 21 Jan 2014 04:25:27 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:25:27 GMT Message-Id: <201401210425.s0L4PRIa058118@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/184603: [PATCH] net/rubygem-openid: update to 2.3.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:25:27 -0000 Synopsis: [PATCH] net/rubygem-openid: update to 2.3.0 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Jan 21 04:25:27 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184603 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:26:09 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 848CC163; Tue, 21 Jan 2014 04:26:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 57B921E5E; Tue, 21 Jan 2014 04:26:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4Q9u9058303; Tue, 21 Jan 2014 04:26:09 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L4Q94S058302; Tue, 21 Jan 2014 04:26:09 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:26:09 GMT Message-Id: <201401210426.s0L4Q94S058302@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/181262: lang/ruby19|20 and devel/py-yaml problem install X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:26:09 -0000 Synopsis: lang/ruby19|20 and devel/py-yaml problem install Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Jan 21 04:26:09 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181262 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:26:54 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D57AC174; Tue, 21 Jan 2014 04:26:54 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9AE21E61; Tue, 21 Jan 2014 04:26:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4Qsw9058396; Tue, 21 Jan 2014 04:26:54 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L4Qs4d058395; Tue, 21 Jan 2014 04:26:54 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:26:54 GMT Message-Id: <201401210426.s0L4Qs4d058395@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/185064: [PATCH]: textproc/rubygem-kramdown update to version 1.3.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:26:54 -0000 Synopsis: [PATCH]: textproc/rubygem-kramdown update to version 1.3.0 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Jan 21 04:26:54 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=185064 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:27:58 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C872184; Tue, 21 Jan 2014 04:27:58 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 410E21E63; Tue, 21 Jan 2014 04:27:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4RwuN058503; Tue, 21 Jan 2014 04:27:58 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L4RwOm058502; Tue, 21 Jan 2014 04:27:58 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:27:58 GMT Message-Id: <201401210427.s0L4RwOm058502@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/185027: Port textproc/rubygem-sass update to version 3.2.13 [PATCH] X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:27:58 -0000 Synopsis: Port textproc/rubygem-sass update to version 3.2.13 [PATCH] Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Jan 21 04:27:57 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=185027 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 04:28:08 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26D41191; Tue, 21 Jan 2014 04:28:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EFC831E64; Tue, 21 Jan 2014 04:28:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L4S7Ru058603; Tue, 21 Jan 2014 04:28:07 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0L4S7To058602; Tue, 21 Jan 2014 04:28:07 GMT (envelope-from swills) Date: Tue, 21 Jan 2014 04:28:07 GMT Message-Id: <201401210428.s0L4S7To058602@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/185030: Port devel/rubygem-ffi update to version 1.9.3 [PATCH] X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 04:28:08 -0000 Synopsis: Port devel/rubygem-ffi update to version 1.9.3 [PATCH] Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Jan 21 04:28:07 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=185030 From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 08:28:42 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7455DB0E for ; Tue, 21 Jan 2014 08:28:41 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A157910A4 for ; Tue, 21 Jan 2014 08:28:41 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L8SfRf018835 for ; Tue, 21 Jan 2014 08:28:41 GMT (envelope-from linimon@FreeBSD.org) Date: Tue, 21 Jan 2014 08:28:41 GMT Message-Id: <201401210828.s0L8SfRf018835@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 08:28:42 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: audio/ruby-esound broken because: Fails to configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ruby-esound If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 08:50:07 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D6D159D for ; Tue, 21 Jan 2014 08:50:07 +0000 (UTC) Received: from mail-oa0-x248.google.com (mail-oa0-x248.google.com [IPv6:2607:f8b0:4003:c02::248]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2949912E2 for ; Tue, 21 Jan 2014 08:50:07 +0000 (UTC) Received: by mail-oa0-f72.google.com with SMTP id i4so7607950oah.7 for ; Tue, 21 Jan 2014 00:50:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:message-id:date:subject:from:to:content-type; bh=ksXI4KSDut11Dfa3YusghmZbpZ5u3tU2MH6Hz4jBBsM=; b=q6tNSDRE+WoME38jlzWOjBPTNM/YGRe4v/GYv5dIXWwGcyzD24sPNi0X5rWGh59nZN aWOtu0Dy64c3MPB3QuYYPyLXQNpvyHltALlydIABwjxowtbInY00su2OTcDq/vacMTbZ 54iyuQ9DZyeQDEzPxzy5wS5pdyynVMinW/eZyk8Pu68xtOBwYqzaOn+zcGGpIfxxwkZE kpoTzf5I56qgsPHJNXUUpo7/ptoqpLo7GY3wn4DMRQodLBqOu0E14/VHnECo84BJxfqI VnnoisvuCRRhwUzydkexc/rYy/c7rKcYYdn0aUbzVEOE6y6w5XysgeuvwnniSy2j0w9+ 80XQ== MIME-Version: 1.0 X-Received: by 10.50.67.70 with SMTP id l6mr5782521igt.3.1390294206498; Tue, 21 Jan 2014 00:50:06 -0800 (PST) Message-ID: <047d7bd767c04fd0ad04f0771804@google.com> Date: Tue, 21 Jan 2014 08:50:06 +0000 Subject: www.freebsd.org From: Anna Garcia To: freebsd-ruby@freebsd.org Content-Type: text/plain; charset=windows-1252; format=flowed; delsp=yes Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 08:50:07 -0000 SGksDQoNCkkganVzdCB3YW50ZWQgdG8gc2VuZCB5b3UgYSBxdWljayBub3RlLiBXaXRoIGEgZmV3 IHNpbXBsZSBjaGFuZ2VzIHRvIG1ha2UNCnlvdXIgc2l0ZSBtb3JlIFNFTy1mcmllbmRseSBJkm0g c3VyZSB5b3UgY2FuIGNvbnZlcnQgbW9yZSB2aXNpdG9ycyBpbnRvDQpsZWFkcyBhbmQgZ2V0IGl0 IHBsYWNlZCBoaWdoZXIgaW4gdGhlIG9yZ2FuaWMgc2VhcmNoIHJlc3VsdHMsIGZvciBrZXl3b3Jk cw0KdGhhdCBtYXR0ZXIgdG8geW91IHRoZSBtb3N0Lg0KDQpXZSBhcmUgYW4gQXVzdHJhbGlhbiBi YXNlZCBjb21wYW55IHdpdGggYSBncmVhdCBpbi1ob3VzZSB0ZWNobmljYWwgdGVhbSB3aG8NCnJl YWxseSBrbm93IHRoZWlyIHN0dWZmIGFib3V0IHNlYXJjaCBlbmdpbmUgb3B0aW1pemF0aW9uLg0K DQpXb3VsZCB5b3UgbGlrZSBhIGJpdCBtb3JlIGluZm9ybWF0aW9uIGFib3V0IGhvdyB0byBnaXZl IHlvdXIgd2Vic2l0ZSBhDQpib29zdCB3aXRoIGJldHRlciBTRU8/DQoNCkJlc3QgcmVnYXJkcywN Cg0KQW5uYSBHYXJjaWENClNFTy9XRUIgU3BlY2lhbGlzdA0KDQpbaW1hZ2U6IExpbmtlZEluXSBb aW1hZ2U6IEZhY2Vib29rXSBbaW1hZ2U6IFR3aXR0ZXJdIFtpbWFnZTogU2t5cGVdDQogICAgICAg ICAgICAgUyAgIEUgIE8gICAgICAgICAgICAqU2VhcmNoIEVuZ2luZSBPcHRpbWl6YXRpb24qDQoN CldlIHJlc3BlY3QgeW91ciBwcml2YWN5IGFuZCB3YW50IHRvIG1ha2Ugc3VyZSB5b3UgYXJlIGF3 YXJlIG9mIGEgZmV3DQp0aGluZ3MuIEJ5IHJlcGx5aW5nIHRvIHRoaXMgZW1haWwsIHlvdSBhdXRo b3JpemUgb3VyIEF1c3RyYWxpYW4gYWZmaWxpYXRlcw0KdGhhdCBjYW4gaGVscCB3aXRoIHlvdXIg cHJvamVjdCB0byBjYWxsIHlvdSBhdCB0aGUgbnVtYmVyIHlvdSBwcm92aWRlZCwgYW5kDQp5b3Ug dW5kZXJzdGFuZCB0aGF0IHRoZXkgbWF5IHVzZSBhdXRvbWF0ZWQgcGhvbmUgdGVjaG5vbG9neSB0 byBjYWxsIHlvdS4gQXQNCm5vIHRpbWUgYXJlIHlvdSByZXF1aXJlZCB0byBtYWtlIGEgcHVyY2hh c2UuDQo= From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 09:18:44 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34182B96 for ; Tue, 21 Jan 2014 09:18:44 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1FDE0169E for ; Tue, 21 Jan 2014 09:18:44 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L9IhaH062139 for ; Tue, 21 Jan 2014 09:18:43 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.7/Submit) id s0L9IhmJ062129; Tue, 21 Jan 2014 09:18:43 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201401210918.s0L9IhmJ062129@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 21 Jan 2014 09:18:43 +0000 From: 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.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 09:18:44 -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/ruby-flexmock | 1.3.2 | 1.3.3 ------------------------------------------------+-----------------+------------ print/rubygem-ttfunk | 1.0.3 | 1.1.0 ------------------------------------------------+-----------------+------------ www/rubygem-rack-openid | 1.3.1 | 1.4.2 ------------------------------------------------+-----------------+------------ 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 Thanks. From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 21 15:19:27 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 962A1B35 for ; Tue, 21 Jan 2014 15:19:27 +0000 (UTC) Received: from mail-pb0-x241.google.com (mail-pb0-x241.google.com [IPv6:2607:f8b0:400e:c01::241]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F1A517A6 for ; Tue, 21 Jan 2014 15:19:27 +0000 (UTC) Received: by mail-pb0-f65.google.com with SMTP id rq2so3181660pbb.0 for ; Tue, 21 Jan 2014 07:19:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:from:to:reply-to:subject:date; bh=Iyk2K6fvYNLbDPkOF2p5SQgAED667GVP56ua58RI4bE=; b=qN7ZMpVM5kFP1PvQEev/mPYoeTv4zBg+Iqf8n7bEnVOngTtzHlflqo9NJbal08G72B T58ZaDiGOMXQ62QX+ZHQqD5CyqVLxhDGi93Ixqd4xMMBmcnn+PgsVQ9FJhvNoAq2x5SG 8/UpbD7tHCR1a8cgWFazf0ESjIR5kzT74doj3X5S5BSH6WLtpymWt6T9MRFaLvjLc8eU QAB0yL0EE4U6HPNOvh+aAm2DXS2uHHvL8AW/cNw03V0Wkq1uoH+ytsXc+YS+XXViMbt9 nLxQ2iQr8O80Qg0vzXhZrACBa3srOE8cYJkEJESdCl5iiHYW0xNqJ2lQT4O+bjp759HY F6bg== X-Received: by 10.68.241.234 with SMTP id wl10mr25088796pbc.121.1390317567027; Tue, 21 Jan 2014 07:19:27 -0800 (PST) Received: from localhost.localdomain ([124.253.42.193]) by mx.google.com with ESMTPSA id fm1sm27764179pab.22.2014.01.21.07.19.24 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 21 Jan 2014 07:19:26 -0800 (PST) Message-ID: <52de8ffe.4166420a.68ea.487a@mx.google.com> From: alicia68124@googlemail.com To: freebsd-ruby@freebsd.org Subject: RE: LOCAL MAP OPTIMIZATION FOR : mail-archive.com (Less Than $99/Month) Date: Tue, 21 Jan 2014 20:49:28 +0530 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Lova43432@gmail.com List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 15:19:27 -0000 Good Morning Sir / Mam Is your business ranking in local maps shown on PAGE 1 of google ? With new google policies they have specifically asked local business owners to optimize their website for local maps rather than JUST organics. Do you know the reason why you are not ranked well on google MAPs or why there is drop in your website rankings? Prime reason for bad rankings for a busniess is lack of local presence and local citations ie getting your business listed on directories like YELP, MANTA & Many more. These websites not just give your business a push but also help you Maintain a good Online Reputation. Why you need to optimize your website for local MAP Listings ? - MAP listings get 10 times more clicks than organic listings - Increased conversions because of real reviews posted on your Google Plus Page - Every year there is 30% increase in searches for local keywords - Increases legitimacy of a Business We will help you get your website ranked well on google for the related keywords in your niche. We specialize in LOCAL SEARCH ENGINE OPTIMIZATION increasing visibility for small businesses by ranking them for geographically-related keywords. Say for eg-: you want to search a plumber in your city, You will be typing in keywords like Plumbers + City Or Plumbers + IN + City. We make sure your website comes in google MAP listings shown on page 1 for each such keyword. Now Google believes in - BE ORIGINAL, HAVE ORIGINAL AND GIVE ORIGINAL which means that google wants to end up that frustrating experience of users who are searching for Service Or Product and seeing the results that are not even close to what they are looking for. Google only wants to give their user original and relevant results. This makes it even more important that we showcase our business in the best possible way and make sure our website in valued high by google. We at TheLOCALIST will make google feel the importance of your business by following their guidelines thus ranking your website higher in serach results. We are presently offering LOCAL OPTIMIZATION to more than 400 websites and they all rank page 1 for all possible keywords !!! Each month your website is submitted to more than 50 citations and social presence is controlled by posting videos and blogs all over the web. Email us back with your website & phone number so we can discuss this further with you. Our Packages start from as low as 99$/month. Thanks For Taking Time To Read Our Email Polly Martin Local SEO Manager ( THE Localist ) Address : 24 ST Suite 32 Downtown Provo Utah ------------------- NOT INTERESTED ? REPLY WITH NOT INTERESTED IN THE SUBJECT LINE From owner-freebsd-ruby@FreeBSD.ORG Wed Jan 22 05:40:09 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D5ED8C6; Wed, 22 Jan 2014 05:40:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D7DEB1060; Wed, 22 Jan 2014 05:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0M5e8SP037484; Wed, 22 Jan 2014 05:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0M5e8X0037483; Wed, 22 Jan 2014 05:40:08 GMT (envelope-from edwin) Date: Wed, 22 Jan 2014 05:40:08 GMT Message-Id: <201401220540.s0M5e8X0037483@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185983: |PATCH| sysutils/rubygem-capistrano: update to 3.1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jan 2014 05:40:09 -0000 Synopsis: |PATCH| sysutils/rubygem-capistrano: update to 3.1.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jan 22 05:40:08 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185983 From owner-freebsd-ruby@FreeBSD.ORG Fri Jan 24 20:54:17 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 707BBC27; Fri, 24 Jan 2014 20:54:17 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 42C9F17A3; Fri, 24 Jan 2014 20:54:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0OKsHYP066302; Fri, 24 Jan 2014 20:54:17 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0OKsHaU066301; Fri, 24 Jan 2014 20:54:17 GMT (envelope-from antoine) Date: Fri, 24 Jan 2014 20:54:17 GMT Message-Id: <201401242054.s0OKsHaU066301@freefall.freebsd.org> To: antoine@FreeBSD.org, ruby@FreeBSD.org, antoine@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/185983: |PATCH| sysutils/rubygem-capistrano: update to 3.1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 20:54:17 -0000 Synopsis: |PATCH| sysutils/rubygem-capistrano: update to 3.1.0 Responsible-Changed-From-To: ruby->antoine Responsible-Changed-By: antoine Responsible-Changed-When: Fri Jan 24 20:53:59 UTC 2014 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=185983 From owner-freebsd-ruby@FreeBSD.ORG Fri Jan 24 22:00:16 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7351F25F; Fri, 24 Jan 2014 22:00:16 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4838F1DB6; Fri, 24 Jan 2014 22:00:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0OM0G5R081828; Fri, 24 Jan 2014 22:00:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0OM0Gld081827; Fri, 24 Jan 2014 22:00:16 GMT (envelope-from edwin) Date: Fri, 24 Jan 2014 22:00:16 GMT Message-Id: <201401242200.s0OM0Gld081827@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/186089: databases/rubygem-activerecord and databases/rubygem-arel version incompatibility X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 22:00:16 -0000 Synopsis: databases/rubygem-activerecord and databases/rubygem-arel version incompatibility Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jan 24 22:00:16 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=186089 From owner-freebsd-ruby@FreeBSD.ORG Sat Jan 25 08:06:38 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0DFCB770; Sat, 25 Jan 2014 08:06:38 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D641C19C6; Sat, 25 Jan 2014 08:06:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0P86bfl041957; Sat, 25 Jan 2014 08:06:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0P86b0K041956; Sat, 25 Jan 2014 08:06:37 GMT (envelope-from edwin) Date: Sat, 25 Jan 2014 08:06:37 GMT Message-Id: <201401250806.s0P86b0K041956@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/186087: www/rubygem-actionpack and devel/rubygem-sprockets version incompability X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 08:06:38 -0000 Synopsis: www/rubygem-actionpack and devel/rubygem-sprockets version incompability Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jan 25 08:06:37 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=186087 From owner-freebsd-ruby@FreeBSD.ORG Sat Jan 25 20:53:57 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F0CD585 for ; Sat, 25 Jan 2014 20:53:57 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4D6D415CA for ; Sat, 25 Jan 2014 20:53:57 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s0PKrjeu048542 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 25 Jan 2014 20:53:50 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s0PKrjWb048541; Sat, 25 Jan 2014 20:53:45 GMT (envelope-from swills) Date: Sat, 25 Jan 2014 20:53:45 +0000 From: Steve Wills To: clutton Subject: Re: ruby docs ports, ruby-doc-* Message-ID: <20140125205344.GA48090@mouf.net> References: <1388022457.3771.13.camel@eva02.mbsd> <20140102212606.GB879@mouf.net> <1389219894.1947.11.camel@eva02.mbsd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1389219894.1947.11.camel@eva02.mbsd> User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Sat, 25 Jan 2014 20:53:51 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.8 at mouf.net X-Virus-Status: Clean Cc: freebsd-ruby X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 20:53:57 -0000 On Thu, Jan 09, 2014 at 12:24:54AM +0200, clutton wrote: > > The rest. > http://www.freebsd.org/cgi/query-pr.cgi?pr=185540 > > My proposal is that. Let remove all those 3 ports. > Then ruby-doc-stdlib will move to misc. And perhaps ruby-doc-core will > be created. Finally got around to this, sorry it took a while. I marked them deprecated for now, we have to wait a while before just removing them. Standard time is 1 month, so I've set the expiration date to 2/25/2014. I'll remove them on or after that date. I've left the PR open until then as a reminder. I'll close it when they're gone. If someone comes along and figures out a way to update them maybe we can do that. I'm not sure there's much demand for local docs, most everyone seems to use the online docs. But, it might make sense to move ruby-doc-stdlib, but I'm not sure it's worth the effort. A port for ruby-doc-core sounds nice. If you have any other changes, keep the patches coming and I'll try to get to them eventually. :) Thanks for the patches and for your patience, Steve